Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\OptimizerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\Tmp\CreateOrderCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "App\Serializer\Denormalizer\BatchCreateDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Denormalizer\BatchCreateDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Denormalizer\EditDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Denormalizer\EditDenormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\Advice\ApiArticleNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "App\Serializer\Normalizer\ApiBrandNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Normalizer\ApiBrandNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\ApiContactNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Normalizer\ApiContactNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\ApiErrorNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Normalizer\ApiErrorNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\ApiSeoTagsNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Normalizer\ApiSeoTagsNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\ApiServiceNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Normalizer\ApiServiceNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\ApiSlideNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Normalizer\ApiSlideNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Class "App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\DenormalizerInterface", not defining it is deprecated.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since lexik/jwt-authentication-bundle 2.16: The "lexik_jwt_authentication.user_identity_field" configuration key is deprecated since version 2.16, use "lexik_jwt_authentication.user_id_claim" or implement "Symfony\Component\Security\Core\User\UserInterface::getUserIdentifier()" instead.
Since symfony/serializer 6.2: The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead. It is being referenced by the "App\Serializer\Normalizer\Advice\ApiArticleNormalizer" service.
Since symfony/serializer 6.2: The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead. It is being referenced by the "App\Serializer\Normalizer\ApiBrandNormalizer" service.
Since symfony/serializer 6.2: The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead. It is being referenced by the "App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer" service.
Since symfony/serializer 6.2: The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead. It is being referenced by the "App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer" service.
Method "Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Doctrine\Bundle\MongoDBBundle\CacheWarmer\ProxyCacheWarmer::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated.
The "Doctrine\Bundle\MongoDBBundle\CacheWarmer\HydratorCacheWarmer::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated.
The "Doctrine\Bundle\MongoDBBundle\CacheWarmer\PersistentCollectionCacheWarmer::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated.
User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Log messages generated during the compilation of the service container.
Messages
Class
1476
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.param_converter" (parent: .abstract.instanceof.param_converter).
Resolving inheritance for "param_converter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.param_converter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\AddCardCommand" (parent: .abstract.instanceof.App\Command\Admin\Loyalty\Card\AddCardCommand).
Resolving inheritance for "App\Command\Admin\Loyalty\Card\AddCardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\AddCardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\RemoveCardCommand" (parent: .abstract.instanceof.App\Command\Admin\Loyalty\Card\RemoveCardCommand).
Resolving inheritance for "App\Command\Admin\Loyalty\Card\RemoveCardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\RemoveCardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\SetStateCommand" (parent: .abstract.instanceof.App\Command\Admin\Loyalty\Card\SetStateCommand).
Resolving inheritance for "App\Command\Admin\Loyalty\Card\SetStateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\SetStateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\CreateByEmailCommand" (parent: .abstract.instanceof.App\Command\Admin\User\CreateByEmailCommand).
Resolving inheritance for "App\Command\Admin\User\CreateByEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\CreateByEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\CreateCommand" (parent: .abstract.instanceof.App\Command\Admin\User\CreateCommand).
Resolving inheritance for "App\Command\Admin\User\CreateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\CreateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\SetPasswordCommand" (parent: .abstract.instanceof.App\Command\Admin\User\SetPasswordCommand).
Resolving inheritance for "App\Command\Admin\User\SetPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\SetPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Advice\AdviceGenerateRssCommand" (parent: .abstract.instanceof.App\Command\Advice\AdviceGenerateRssCommand).
Resolving inheritance for "App\Command\Advice\AdviceGenerateRssCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Advice\AdviceGenerateRssCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ActivateAllProductsCommand" (parent: .abstract.instanceof.App\Command\Catalog\ActivateAllProductsCommand).
Resolving inheritance for "App\Command\Catalog\ActivateAllProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ActivateAllProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Brand\FillCodesCommand" (parent: .abstract.instanceof.App\Command\Catalog\Brand\FillCodesCommand).
Resolving inheritance for "App\Command\Catalog\Brand\FillCodesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Brand\FillCodesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\CheckOffersCommand" (parent: .abstract.instanceof.App\Command\Catalog\CheckOffersCommand).
Resolving inheritance for "App\Command\Catalog\CheckOffersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\CheckOffersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\DeactivateInvalidProductsCommand" (parent: .abstract.instanceof.App\Command\Catalog\DeactivateInvalidProductsCommand).
Resolving inheritance for "App\Command\Catalog\DeactivateInvalidProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\DeactivateInvalidProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportCalculatorOffProductsCommand" (parent: .abstract.instanceof.App\Command\Catalog\ExportCalculatorOffProductsCommand).
Resolving inheritance for "App\Command\Catalog\ExportCalculatorOffProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportCalculatorOffProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportDuplicateProductCodes" (parent: .abstract.instanceof.App\Command\Catalog\ExportDuplicateProductCodes).
Resolving inheritance for "App\Command\Catalog\ExportDuplicateProductCodes" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportDuplicateProductCodes).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportProductsToFBCommand" (parent: .abstract.instanceof.App\Command\Catalog\ExportProductsToFBCommand).
Resolving inheritance for "App\Command\Catalog\ExportProductsToFBCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportProductsToFBCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GetNoImageProductsCommand" (parent: .abstract.instanceof.App\Command\Catalog\GetNoImageProductsCommand).
Resolving inheritance for "App\Command\Catalog\GetNoImageProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GetNoImageProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GetNoImageSectionsCommand" (parent: .abstract.instanceof.App\Command\Catalog\GetNoImageSectionsCommand).
Resolving inheritance for "App\Command\Catalog\GetNoImageSectionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GetNoImageSectionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GoogleFeedGenerator" (parent: .abstract.instanceof.App\Command\Catalog\GoogleFeedGenerator).
Resolving inheritance for "App\Command\Catalog\GoogleFeedGenerator" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GoogleFeedGenerator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ImportProductCodeCommand" (parent: .abstract.instanceof.App\Command\Catalog\ImportProductCodeCommand).
Resolving inheritance for "App\Command\Catalog\ImportProductCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ImportProductCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ImportSectionCodeCommand" (parent: .abstract.instanceof.App\Command\Catalog\ImportSectionCodeCommand).
Resolving inheritance for "App\Command\Catalog\ImportSectionCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ImportSectionCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\AddFilterUseToTopFilterCommand" (parent: .abstract.instanceof.App\Command\Catalog\Product\AddFilterUseToTopFilterCommand).
Resolving inheritance for "App\Command\Catalog\Product\AddFilterUseToTopFilterCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\AddFilterUseToTopFilterCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\FillFiltersCodesCommand" (parent: .abstract.instanceof.App\Command\Catalog\Product\FillFiltersCodesCommand).
Resolving inheritance for "App\Command\Catalog\Product\FillFiltersCodesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\FillFiltersCodesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\FindLiquidationProductsWithoutDiscountCommand" (parent: .abstract.instanceof.App\Command\Catalog\Product\FindLiquidationProductsWithoutDiscountCommand).
Resolving inheritance for "App\Command\Catalog\Product\FindLiquidationProductsWithoutDiscountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\FindLiquidationProductsWithoutDiscountCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\GetUnitCalculatorProductsCommand" (parent: .abstract.instanceof.App\Command\Catalog\Product\GetUnitCalculatorProductsCommand).
Resolving inheritance for "App\Command\Catalog\Product\GetUnitCalculatorProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\GetUnitCalculatorProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\RemoveExpiredRecentCommand" (parent: .abstract.instanceof.App\Command\Catalog\RemoveExpiredRecentCommand).
Resolving inheritance for "App\Command\Catalog\RemoveExpiredRecentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\RemoveExpiredRecentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\RewriteDuplicateProductCodes" (parent: .abstract.instanceof.App\Command\Catalog\RewriteDuplicateProductCodes).
Resolving inheritance for "App\Command\Catalog\RewriteDuplicateProductCodes" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\RewriteDuplicateProductCodes).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Section\FillFilterSettingsBrandCommand" (parent: .abstract.instanceof.App\Command\Catalog\Section\FillFilterSettingsBrandCommand).
Resolving inheritance for "App\Command\Catalog\Section\FillFilterSettingsBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Section\FillFilterSettingsBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\SetHideScoreProductFlagCommand" (parent: .abstract.instanceof.App\Command\Catalog\SetHideScoreProductFlagCommand).
Resolving inheritance for "App\Command\Catalog\SetHideScoreProductFlagCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\SetHideScoreProductFlagCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\SetSectionCountCommand" (parent: .abstract.instanceof.App\Command\Catalog\SetSectionCountCommand).
Resolving inheritance for "App\Command\Catalog\SetSectionCountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\SetSectionCountCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ShowEmptyCategoriesCommand" (parent: .abstract.instanceof.App\Command\Catalog\ShowEmptyCategoriesCommand).
Resolving inheritance for "App\Command\Catalog\ShowEmptyCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ShowEmptyCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ShowProductWithCharacteristicCategoriesCommand" (parent: .abstract.instanceof.App\Command\Catalog\ShowProductWithCharacteristicCategoriesCommand).
Resolving inheritance for "App\Command\Catalog\ShowProductWithCharacteristicCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ShowProductWithCharacteristicCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CatalogExportCommand" (parent: .abstract.instanceof.App\Command\CatalogExportCommand).
Resolving inheritance for "App\Command\CatalogExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CatalogExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\City\FillCitiesCoordsCommand" (parent: .abstract.instanceof.App\Command\City\FillCitiesCoordsCommand).
Resolving inheritance for "App\Command\City\FillCitiesCoordsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\City\FillCitiesCoordsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Compare\FixBrokenReferenceCommand" (parent: .abstract.instanceof.App\Command\Compare\FixBrokenReferenceCommand).
Resolving inheritance for "App\Command\Compare\FixBrokenReferenceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Compare\FixBrokenReferenceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Compare\RemoveDuplicateListsCommand" (parent: .abstract.instanceof.App\Command\Compare\RemoveDuplicateListsCommand).
Resolving inheritance for "App\Command\Compare\RemoveDuplicateListsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Compare\RemoveDuplicateListsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ContentPositionUpdateCommand" (parent: .abstract.instanceof.App\Command\ContentPositionUpdateCommand).
Resolving inheritance for "App\Command\ContentPositionUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ContentPositionUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\ClearOldRatesCommand" (parent: .abstract.instanceof.App\Command\Currency\ClearOldRatesCommand).
Resolving inheritance for "App\Command\Currency\ClearOldRatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\ClearOldRatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\ExchangeRateUpdateCommand" (parent: .abstract.instanceof.App\Command\Currency\ExchangeRateUpdateCommand).
Resolving inheritance for "App\Command\Currency\ExchangeRateUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\ExchangeRateUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\QiwiRateUpdateCommand" (parent: .abstract.instanceof.App\Command\Currency\QiwiRateUpdateCommand).
Resolving inheritance for "App\Command\Currency\QiwiRateUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\QiwiRateUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Cache\GetCacheItemCommand" (parent: .abstract.instanceof.App\Command\Debug\Cache\GetCacheItemCommand).
Resolving inheritance for "App\Command\Debug\Cache\GetCacheItemCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Cache\GetCacheItemCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Cache\SeoTagCacheClear" (parent: .abstract.instanceof.App\Command\Debug\Cache\SeoTagCacheClear).
Resolving inheritance for "App\Command\Debug\Cache\SeoTagCacheClear" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Cache\SeoTagCacheClear).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithSetCountCoefficientEqualZeroCommand" (parent: .abstract.instanceof.App\Command\Debug\Catalog\FindProductWithSetCountCoefficientEqualZeroCommand).
Resolving inheritance for "App\Command\Debug\Catalog\FindProductWithSetCountCoefficientEqualZeroCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithSetCountCoefficientEqualZeroCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithSetSizeEqualOneCommand" (parent: .abstract.instanceof.App\Command\Debug\Catalog\FindProductWithSetSizeEqualOneCommand).
Resolving inheritance for "App\Command\Debug\Catalog\FindProductWithSetSizeEqualOneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithSetSizeEqualOneCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithWrongCharacteristicsCommand" (parent: .abstract.instanceof.App\Command\Debug\Catalog\FindProductWithWrongCharacteristicsCommand).
Resolving inheritance for "App\Command\Debug\Catalog\FindProductWithWrongCharacteristicsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithWrongCharacteristicsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindWrongNamedPropertiesCommand" (parent: .abstract.instanceof.App\Command\Debug\Catalog\FindWrongNamedPropertiesCommand).
Resolving inheritance for "App\Command\Debug\Catalog\FindWrongNamedPropertiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindWrongNamedPropertiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\CleanDeletedSeoTagsInBrandsCommand" (parent: .abstract.instanceof.App\Command\Debug\CleanDeletedSeoTagsInBrandsCommand).
Resolving inheritance for "App\Command\Debug\CleanDeletedSeoTagsInBrandsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\CleanDeletedSeoTagsInBrandsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\CompareRollsAndStocksCommand" (parent: .abstract.instanceof.App\Command\Debug\CompareRollsAndStocksCommand).
Resolving inheritance for "App\Command\Debug\CompareRollsAndStocksCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\CompareRollsAndStocksCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\FindBrandDuplicatesCommand" (parent: .abstract.instanceof.App\Command\Debug\FindBrandDuplicatesCommand).
Resolving inheritance for "App\Command\Debug\FindBrandDuplicatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\FindBrandDuplicatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Integration\SendSmsViaSmsKZCommand" (parent: .abstract.instanceof.App\Command\Debug\Integration\SendSmsViaSmsKZCommand).
Resolving inheritance for "App\Command\Debug\Integration\SendSmsViaSmsKZCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Integration\SendSmsViaSmsKZCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\AutoActivateByUserCommand" (parent: .abstract.instanceof.App\Command\Debug\Loyalty\AutoActivateByUserCommand).
Resolving inheritance for "App\Command\Debug\Loyalty\AutoActivateByUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\AutoActivateByUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\DeleteDuplicateCardCommand" (parent: .abstract.instanceof.App\Command\Debug\Loyalty\DeleteDuplicateCardCommand).
Resolving inheritance for "App\Command\Debug\Loyalty\DeleteDuplicateCardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\DeleteDuplicateCardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\DuplicateCardCommand" (parent: .abstract.instanceof.App\Command\Debug\Loyalty\DuplicateCardCommand).
Resolving inheritance for "App\Command\Debug\Loyalty\DuplicateCardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\DuplicateCardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\ExportCardsCommand" (parent: .abstract.instanceof.App\Command\Debug\Loyalty\ExportCardsCommand).
Resolving inheritance for "App\Command\Debug\Loyalty\ExportCardsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\ExportCardsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Mail\SendCheckMailCommand" (parent: .abstract.instanceof.App\Command\Debug\Mail\SendCheckMailCommand).
Resolving inheritance for "App\Command\Debug\Mail\SendCheckMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Mail\SendCheckMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Order\OrderCompareStatusFor1C" (parent: .abstract.instanceof.App\Command\Debug\Order\OrderCompareStatusFor1C).
Resolving inheritance for "App\Command\Debug\Order\OrderCompareStatusFor1C" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Order\OrderCompareStatusFor1C).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderExportCommand" (parent: .abstract.instanceof.App\Command\Debug\OrderExportCommand).
Resolving inheritance for "App\Command\Debug\OrderExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderPayCommand" (parent: .abstract.instanceof.App\Command\Debug\OrderPayCommand).
Resolving inheritance for "App\Command\Debug\OrderPayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderPayCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderStatusCommand" (parent: .abstract.instanceof.App\Command\Debug\OrderStatusCommand).
Resolving inheritance for "App\Command\Debug\OrderStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\RemoveQueueExportRecordsCommand" (parent: .abstract.instanceof.App\Command\Debug\RemoveQueueExportRecordsCommand).
Resolving inheritance for "App\Command\Debug\RemoveQueueExportRecordsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\RemoveQueueExportRecordsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\RemoveUsersFromSmsAttackCommand" (parent: .abstract.instanceof.App\Command\Debug\RemoveUsersFromSmsAttackCommand).
Resolving inheritance for "App\Command\Debug\RemoveUsersFromSmsAttackCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\RemoveUsersFromSmsAttackCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\SetTypesToSeoTagsCommand" (parent: .abstract.instanceof.App\Command\Debug\SetTypesToSeoTagsCommand).
Resolving inheritance for "App\Command\Debug\SetTypesToSeoTagsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\SetTypesToSeoTagsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Test1CCommand" (parent: .abstract.instanceof.App\Command\Debug\Test1CCommand).
Resolving inheritance for "App\Command\Debug\Test1CCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Test1CCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestAnyQueryCommand" (parent: .abstract.instanceof.App\Command\Debug\TestAnyQueryCommand).
Resolving inheritance for "App\Command\Debug\TestAnyQueryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestAnyQueryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestGTMCommand" (parent: .abstract.instanceof.App\Command\Debug\TestGTMCommand).
Resolving inheritance for "App\Command\Debug\TestGTMCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestGTMCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestOrderInvoiceGenerationSendMessageCommand" (parent: .abstract.instanceof.App\Command\Debug\TestOrderInvoiceGenerationSendMessageCommand).
Resolving inheritance for "App\Command\Debug\TestOrderInvoiceGenerationSendMessageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestOrderInvoiceGenerationSendMessageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestSymfonyMailerCommand" (parent: .abstract.instanceof.App\Command\Debug\TestSymfonyMailerCommand).
Resolving inheritance for "App\Command\Debug\TestSymfonyMailerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestSymfonyMailerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\User\FindUserYoungerThanEighteen" (parent: .abstract.instanceof.App\Command\Debug\User\FindUserYoungerThanEighteen).
Resolving inheritance for "App\Command\Debug\User\FindUserYoungerThanEighteen" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\User\FindUserYoungerThanEighteen).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\User\FixBirthdayCommand" (parent: .abstract.instanceof.App\Command\Debug\User\FixBirthdayCommand).
Resolving inheritance for "App\Command\Debug\User\FixBirthdayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\User\FixBirthdayCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\WholesaleManagersCommand" (parent: .abstract.instanceof.App\Command\Debug\WholesaleManagersCommand).
Resolving inheritance for "App\Command\Debug\WholesaleManagersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\WholesaleManagersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\FixBrokenReferenceCommand" (parent: .abstract.instanceof.App\Command\Favorite\FixBrokenReferenceCommand).
Resolving inheritance for "App\Command\Favorite\FixBrokenReferenceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\FixBrokenReferenceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\RemoveDuplicateListsCommand" (parent: .abstract.instanceof.App\Command\Favorite\RemoveDuplicateListsCommand).
Resolving inheritance for "App\Command\Favorite\RemoveDuplicateListsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\RemoveDuplicateListsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\TmpFavoriteStatsCommand" (parent: .abstract.instanceof.App\Command\Favorite\TmpFavoriteStatsCommand).
Resolving inheritance for "App\Command\Favorite\TmpFavoriteStatsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\TmpFavoriteStatsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\File\CleanTmpFilesCommand" (parent: .abstract.instanceof.App\Command\File\CleanTmpFilesCommand).
Resolving inheritance for "App\Command\File\CleanTmpFilesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\File\CleanTmpFilesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\File\MoveSectionsImagesCommand" (parent: .abstract.instanceof.App\Command\File\MoveSectionsImagesCommand).
Resolving inheritance for "App\Command\File\MoveSectionsImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\File\MoveSectionsImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\BrandSyncCommand" (parent: .abstract.instanceof.App\Command\Integration1C\BrandSyncCommand).
Resolving inheritance for "App\Command\Integration1C\BrandSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\BrandSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\ContractsImportCommand" (parent: .abstract.instanceof.App\Command\Integration1C\ContractsImportCommand).
Resolving inheritance for "App\Command\Integration1C\ContractsImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\ContractsImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\DeliveryIntervalsImportCommand" (parent: .abstract.instanceof.App\Command\Integration1C\DeliveryIntervalsImportCommand).
Resolving inheritance for "App\Command\Integration1C\DeliveryIntervalsImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\DeliveryIntervalsImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\ImportDeliveryCommand" (parent: .abstract.instanceof.App\Command\Integration1C\ImportDeliveryCommand).
Resolving inheritance for "App\Command\Integration1C\ImportDeliveryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\ImportDeliveryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\NewOrderImportCommand" (parent: .abstract.instanceof.App\Command\Integration1C\NewOrderImportCommand).
Resolving inheritance for "App\Command\Integration1C\NewOrderImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\NewOrderImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderExportCommand" (parent: .abstract.instanceof.App\Command\Integration1C\OrderExportCommand).
Resolving inheritance for "App\Command\Integration1C\OrderExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderExportHealthCheckCommand" (parent: .abstract.instanceof.App\Command\Integration1C\OrderExportHealthCheckCommand).
Resolving inheritance for "App\Command\Integration1C\OrderExportHealthCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderExportHealthCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderImportCommand" (parent: .abstract.instanceof.App\Command\Integration1C\OrderImportCommand).
Resolving inheritance for "App\Command\Integration1C\OrderImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\Ping1CCommand" (parent: .abstract.instanceof.App\Command\Integration1C\Ping1CCommand).
Resolving inheritance for "App\Command\Integration1C\Ping1CCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\Ping1CCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\PromoCodeImportCommand" (parent: .abstract.instanceof.App\Command\Integration1C\PromoCodeImportCommand).
Resolving inheritance for "App\Command\Integration1C\PromoCodeImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\PromoCodeImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserImportCommand" (parent: .abstract.instanceof.App\Command\Integration1C\UserImportCommand).
Resolving inheritance for "App\Command\Integration1C\UserImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserImportProcessingCommand" (parent: .abstract.instanceof.App\Command\Integration1C\UserImportProcessingCommand).
Resolving inheritance for "App\Command\Integration1C\UserImportProcessingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserImportProcessingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserSyncCommand" (parent: .abstract.instanceof.App\Command\Integration1C\UserSyncCommand).
Resolving inheritance for "App\Command\Integration1C\UserSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntegrationRetailCRM\FeedbackExportCommand" (parent: .abstract.instanceof.App\Command\IntegrationRetailCRM\FeedbackExportCommand).
Resolving inheritance for "App\Command\IntegrationRetailCRM\FeedbackExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntegrationRetailCRM\FeedbackExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntegrationRetailCRM\FormExportCommand" (parent: .abstract.instanceof.App\Command\IntegrationRetailCRM\FormExportCommand).
Resolving inheritance for "App\Command\IntegrationRetailCRM\FormExportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntegrationRetailCRM\FormExportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\ImportStocksSequenceCommand" (parent: .abstract.instanceof.App\Command\Internal\ImportStocksSequenceCommand).
Resolving inheritance for "App\Command\Internal\ImportStocksSequenceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\ImportStocksSequenceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\ImportUsersCommand" (parent: .abstract.instanceof.App\Command\Internal\ImportUsersCommand).
Resolving inheritance for "App\Command\Internal\ImportUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\ImportUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\Tmp\AddUserBarcodeCommand" (parent: .abstract.instanceof.App\Command\Internal\Tmp\AddUserBarcodeCommand).
Resolving inheritance for "App\Command\Internal\Tmp\AddUserBarcodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\Tmp\AddUserBarcodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\Tmp\CreateSelfServiceReasonsCommand" (parent: .abstract.instanceof.App\Command\Internal\Tmp\CreateSelfServiceReasonsCommand).
Resolving inheritance for "App\Command\Internal\Tmp\CreateSelfServiceReasonsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\Tmp\CreateSelfServiceReasonsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadCitiesCommand" (parent: .abstract.instanceof.App\Command\LoadCitiesCommand).
Resolving inheritance for "App\Command\LoadCitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadCitiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\AutoActivateCardsCommand" (parent: .abstract.instanceof.App\Command\Loyalty\AutoActivateCardsCommand).
Resolving inheritance for "App\Command\Loyalty\AutoActivateCardsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\AutoActivateCardsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\BindForSiteCardsCommand" (parent: .abstract.instanceof.App\Command\Loyalty\BindForSiteCardsCommand).
Resolving inheritance for "App\Command\Loyalty\BindForSiteCardsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\BindForSiteCardsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportCardCommand" (parent: .abstract.instanceof.App\Command\Loyalty\ImportCardCommand).
Resolving inheritance for "App\Command\Loyalty\ImportCardCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportCardCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportStateCommand" (parent: .abstract.instanceof.App\Command\Loyalty\ImportStateCommand).
Resolving inheritance for "App\Command\Loyalty\ImportStateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportStateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportStatusCommand" (parent: .abstract.instanceof.App\Command\Loyalty\ImportStatusCommand).
Resolving inheritance for "App\Command\Loyalty\ImportStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migrate\Product\SetProductDiscountedPriceCommand" (parent: .abstract.instanceof.App\Command\Migrate\Product\SetProductDiscountedPriceCommand).
Resolving inheritance for "App\Command\Migrate\Product\SetProductDiscountedPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migrate\Product\SetProductDiscountedPriceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\Products\ClearPointsMultipliersCommand" (parent: .abstract.instanceof.App\Command\Migration\Products\ClearPointsMultipliersCommand).
Resolving inheritance for "App\Command\Migration\Products\ClearPointsMultipliersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\Products\ClearPointsMultipliersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\SetPropertyCodesCommand" (parent: .abstract.instanceof.App\Command\Migration\SetPropertyCodesCommand).
Resolving inheritance for "App\Command\Migration\SetPropertyCodesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\SetPropertyCodesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\SetPropertyUnitsCommand" (parent: .abstract.instanceof.App\Command\Migration\SetPropertyUnitsCommand).
Resolving inheritance for "App\Command\Migration\SetPropertyUnitsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\SetPropertyUnitsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\UpdateBrandNameCommand" (parent: .abstract.instanceof.App\Command\Migration\UpdateBrandNameCommand).
Resolving inheritance for "App\Command\Migration\UpdateBrandNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\UpdateBrandNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\UpdateSectionNameCommand" (parent: .abstract.instanceof.App\Command\Migration\UpdateSectionNameCommand).
Resolving inheritance for "App\Command\Migration\UpdateSectionNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\UpdateSectionNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mobile\SendReviewsCommand" (parent: .abstract.instanceof.App\Command\Mobile\SendReviewsCommand).
Resolving inheritance for "App\Command\Mobile\SendReviewsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mobile\SendReviewsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Offer\SendLogOfErrorImportOffersCommand" (parent: .abstract.instanceof.App\Command\Offer\SendLogOfErrorImportOffersCommand).
Resolving inheritance for "App\Command\Offer\SendLogOfErrorImportOffersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Offer\SendLogOfErrorImportOffersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\CheckPaymentCommand" (parent: .abstract.instanceof.App\Command\Order\CheckPaymentCommand).
Resolving inheritance for "App\Command\Order\CheckPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\CheckPaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\ExportCsvCommand" (parent: .abstract.instanceof.App\Command\Order\ExportCsvCommand).
Resolving inheritance for "App\Command\Order\ExportCsvCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\ExportCsvCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\ExportXlsxCommand" (parent: .abstract.instanceof.App\Command\Order\ExportXlsxCommand).
Resolving inheritance for "App\Command\Order\ExportXlsxCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\ExportXlsxCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\MarkDuplicatesCommand" (parent: .abstract.instanceof.App\Command\Order\MarkDuplicatesCommand).
Resolving inheritance for "App\Command\Order\MarkDuplicatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\MarkDuplicatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\UpdateTransactionStatusCommand" (parent: .abstract.instanceof.App\Command\Payment\UpdateTransactionStatusCommand).
Resolving inheritance for "App\Command\Payment\UpdateTransactionStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\UpdateTransactionStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductImportCommand" (parent: .abstract.instanceof.App\Command\ProductImportCommand).
Resolving inheritance for "App\Command\ProductImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductImportProcessingCommand" (parent: .abstract.instanceof.App\Command\ProductImportProcessingCommand).
Resolving inheritance for "App\Command\ProductImportProcessingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductImportProcessingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPostProcessCommand" (parent: .abstract.instanceof.App\Command\ProductPostProcessCommand).
Resolving inheritance for "App\Command\ProductPostProcessCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPostProcessCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPropertyImportCommand" (parent: .abstract.instanceof.App\Command\ProductPropertyImportCommand).
Resolving inheritance for "App\Command\ProductPropertyImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPropertyImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenameNursultanCommand" (parent: .abstract.instanceof.App\Command\RenameNursultanCommand).
Resolving inheritance for "App\Command\RenameNursultanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenameNursultanCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SectionImportCommand" (parent: .abstract.instanceof.App\Command\SectionImportCommand).
Resolving inheritance for "App\Command\SectionImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SectionImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPopularSectionsCommand" (parent: .abstract.instanceof.App\Command\SetPopularSectionsCommand).
Resolving inheritance for "App\Command\SetPopularSectionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPopularSectionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SiteMapCommand" (parent: .abstract.instanceof.App\Command\SiteMapCommand).
Resolving inheritance for "App\Command\SiteMapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SiteMapCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsSendCommand" (parent: .abstract.instanceof.App\Command\SmsSendCommand).
Resolving inheritance for "App\Command\SmsSendCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsSendCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Statistics\InitCompletedOrdersStatCommand" (parent: .abstract.instanceof.App\Command\Statistics\InitCompletedOrdersStatCommand).
Resolving inheritance for "App\Command\Statistics\InitCompletedOrdersStatCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Statistics\InitCompletedOrdersStatCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StoreImportCommand" (parent: .abstract.instanceof.App\Command\StoreImportCommand).
Resolving inheritance for "App\Command\StoreImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StoreImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\ImportCommand" (parent: .abstract.instanceof.App\Command\Supplier\Product\ImportCommand).
Resolving inheritance for "App\Command\Supplier\Product\ImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\ImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\ImportXlsxCommand" (parent: .abstract.instanceof.App\Command\Supplier\Product\ImportXlsxCommand).
Resolving inheritance for "App\Command\Supplier\Product\ImportXlsxCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\ImportXlsxCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\MoveProductsImagesCommand" (parent: .abstract.instanceof.App\Command\Supplier\Product\MoveProductsImagesCommand).
Resolving inheritance for "App\Command\Supplier\Product\MoveProductsImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\MoveProductsImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Systemic\MongoLog\RotateOrderExportLogCommand" (parent: .abstract.instanceof.App\Command\Systemic\MongoLog\RotateOrderExportLogCommand).
Resolving inheritance for "App\Command\Systemic\MongoLog\RotateOrderExportLogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Systemic\MongoLog\RotateOrderExportLogCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\CreateOrderCommand" (parent: .abstract.instanceof.App\Command\Tmp\CreateOrderCommand).
Resolving inheritance for "App\Command\Tmp\CreateOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\CreateOrderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\ResolveUserDoublesCommand" (parent: .abstract.instanceof.App\Command\Tmp\ResolveUserDoublesCommand).
Resolving inheritance for "App\Command\Tmp\ResolveUserDoublesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\ResolveUserDoublesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\RestoreCitiesCoordinateCommand" (parent: .abstract.instanceof.App\Command\Tmp\RestoreCitiesCoordinateCommand).
Resolving inheritance for "App\Command\Tmp\RestoreCitiesCoordinateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\RestoreCitiesCoordinateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionDoubleCodeCommand" (parent: .abstract.instanceof.App\Command\Tmp\SectionDoubleCodeCommand).
Resolving inheritance for "App\Command\Tmp\SectionDoubleCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionDoubleCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionsActiveWithoutProductCommand" (parent: .abstract.instanceof.App\Command\Tmp\SectionsActiveWithoutProductCommand).
Resolving inheritance for "App\Command\Tmp\SectionsActiveWithoutProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionsActiveWithoutProductCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionsNotActiveCommand" (parent: .abstract.instanceof.App\Command\Tmp\SectionsNotActiveCommand).
Resolving inheritance for "App\Command\Tmp\SectionsNotActiveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionsNotActiveCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddConditionForCalculationGKLOneCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpAddConditionForCalculationGKLOneCommand).
Resolving inheritance for "App\Command\Tmp\TmpAddConditionForCalculationGKLOneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddConditionForCalculationGKLOneCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddMobileVersionSettingCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpAddMobileVersionSettingCommand).
Resolving inheritance for "App\Command\Tmp\TmpAddMobileVersionSettingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddMobileVersionSettingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddVirtualSectionsCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpAddVirtualSectionsCommand).
Resolving inheritance for "App\Command\Tmp\TmpAddVirtualSectionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddVirtualSectionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCalculationFindProductWithoutCharacteristicCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpCalculationFindProductWithoutCharacteristicCommand).
Resolving inheritance for "App\Command\Tmp\TmpCalculationFindProductWithoutCharacteristicCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCalculationFindProductWithoutCharacteristicCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCleanProductName" (parent: .abstract.instanceof.App\Command\Tmp\TmpCleanProductName).
Resolving inheritance for "App\Command\Tmp\TmpCleanProductName" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCleanProductName).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpClearTestOrders" (parent: .abstract.instanceof.App\Command\Tmp\TmpClearTestOrders).
Resolving inheritance for "App\Command\Tmp\TmpClearTestOrders" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpClearTestOrders).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCompleteOldOrdersCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpCompleteOldOrdersCommand).
Resolving inheritance for "App\Command\Tmp\TmpCompleteOldOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCompleteOldOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCreateWholesaleForTestCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpCreateWholesaleForTestCommand).
Resolving inheritance for "App\Command\Tmp\TmpCreateWholesaleForTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCreateWholesaleForTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportActiveProductsCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpExportActiveProductsCommand).
Resolving inheritance for "App\Command\Tmp\TmpExportActiveProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportActiveProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportGooglePopularProducts" (parent: .abstract.instanceof.App\Command\Tmp\TmpExportGooglePopularProducts).
Resolving inheritance for "App\Command\Tmp\TmpExportGooglePopularProducts" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportGooglePopularProducts).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportLostCartsCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpExportLostCartsCommand).
Resolving inheritance for "App\Command\Tmp\TmpExportLostCartsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportLostCartsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportProductsByBrandCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpExportProductsByBrandCommand).
Resolving inheritance for "App\Command\Tmp\TmpExportProductsByBrandCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportProductsByBrandCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportProductsOnOrderCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpExportProductsOnOrderCommand).
Resolving inheritance for "App\Command\Tmp\TmpExportProductsOnOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportProductsOnOrderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportSectionImgParamsCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpExportSectionImgParamsCommand).
Resolving inheritance for "App\Command\Tmp\TmpExportSectionImgParamsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportSectionImgParamsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillCalculationsCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpFillCalculationsCommand).
Resolving inheritance for "App\Command\Tmp\TmpFillCalculationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillCalculationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillCharacteristicsForListCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpFillCharacteristicsForListCommand).
Resolving inheritance for "App\Command\Tmp\TmpFillCharacteristicsForListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillCharacteristicsForListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillPostalIndexesCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpFillPostalIndexesCommand).
Resolving inheritance for "App\Command\Tmp\TmpFillPostalIndexesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillPostalIndexesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFindInactiveSectionsWithActiveProductsCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpFindInactiveSectionsWithActiveProductsCommand).
Resolving inheritance for "App\Command\Tmp\TmpFindInactiveSectionsWithActiveProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFindInactiveSectionsWithActiveProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFindProductBadCharacteristicCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpFindProductBadCharacteristicCommand).
Resolving inheritance for "App\Command\Tmp\TmpFindProductBadCharacteristicCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFindProductBadCharacteristicCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpImportDeliveryIntervals" (parent: .abstract.instanceof.App\Command\Tmp\TmpImportDeliveryIntervals).
Resolving inheritance for "App\Command\Tmp\TmpImportDeliveryIntervals" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpImportDeliveryIntervals).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpRemoveNonActivatedLoyaltyCardsForUserCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpRemoveNonActivatedLoyaltyCardsForUserCommand).
Resolving inheritance for "App\Command\Tmp\TmpRemoveNonActivatedLoyaltyCardsForUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpRemoveNonActivatedLoyaltyCardsForUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetAlemCityNamesCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpSetAlemCityNamesCommand).
Resolving inheritance for "App\Command\Tmp\TmpSetAlemCityNamesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetAlemCityNamesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetProductsStatusCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpSetProductsStatusCommand).
Resolving inheritance for "App\Command\Tmp\TmpSetProductsStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetProductsStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetSortFieldForProductsCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpSetSortFieldForProductsCommand).
Resolving inheritance for "App\Command\Tmp\TmpSetSortFieldForProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetSortFieldForProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTestActionCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpTestActionCommand).
Resolving inheritance for "App\Command\Tmp\TmpTestActionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTestActionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimCodeCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpTrimCodeCommand).
Resolving inheritance for "App\Command\Tmp\TmpTrimCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimProductCodeCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpTrimProductCodeCommand).
Resolving inheritance for "App\Command\Tmp\TmpTrimProductCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimProductCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimProductsNameCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpTrimProductsNameCommand).
Resolving inheritance for "App\Command\Tmp\TmpTrimProductsNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimProductsNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimSectionCodeCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpTrimSectionCodeCommand).
Resolving inheritance for "App\Command\Tmp\TmpTrimSectionCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimSectionCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimWhiteSpacesFromUserAddressesCommand" (parent: .abstract.instanceof.App\Command\Tmp\TmpTrimWhiteSpacesFromUserAddressesCommand).
Resolving inheritance for "App\Command\Tmp\TmpTrimWhiteSpacesFromUserAddressesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimWhiteSpacesFromUserAddressesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Wholesale\WholesaleCleanCommand" (parent: .abstract.instanceof.App\Command\Wholesale\WholesaleCleanCommand).
Resolving inheritance for "App\Command\Wholesale\WholesaleCleanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Wholesale\WholesaleCleanCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Advice\ArticleController" (parent: .abstract.instanceof.App\Controller\Admin\Advice\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Advice\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Advice\ArticleController).
Resolving inheritance for "App\Controller\Admin\Advice\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Advice\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Advice\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\Advice\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Advice\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Advice\CategoryController).
Resolving inheritance for "App\Controller\Admin\Advice\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Advice\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BannerController" (parent: .abstract.instanceof.App\Controller\Admin\BannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BannerController).
Resolving inheritance for "App\Controller\Admin\BannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandController" (parent: .abstract.instanceof.App\Controller\Admin\BrandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandController).
Resolving inheritance for "App\Controller\Admin\BrandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\CopycatVirtualSectionController" (parent: .abstract.instanceof.App\Controller\Admin\Catalog\CopycatVirtualSectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\CopycatVirtualSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\CopycatVirtualSectionController).
Resolving inheritance for "App\Controller\Admin\Catalog\CopycatVirtualSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\CopycatVirtualSectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\Sections\CatalogSectionsController" (parent: .abstract.instanceof.App\Controller\Admin\Catalog\Sections\CatalogSectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\Sections\CatalogSectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\Sections\CatalogSectionsController).
Resolving inheritance for "App\Controller\Admin\Catalog\Sections\CatalogSectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\Sections\CatalogSectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\VirtualSectionController" (parent: .abstract.instanceof.App\Controller\Admin\Catalog\VirtualSectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\VirtualSectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\VirtualSectionController).
Resolving inheritance for "App\Controller\Admin\Catalog\VirtualSectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\VirtualSectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CityController" (parent: .abstract.instanceof.App\Controller\Admin\CityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CityController).
Resolving inheritance for "App\Controller\Admin\CityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController" (parent: .abstract.instanceof.App\Controller\Admin\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController).
Resolving inheritance for "App\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController" (parent: .abstract.instanceof.App\Controller\Admin\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController).
Resolving inheritance for "App\Controller\Admin\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Delivery\WarehouseController" (parent: .abstract.instanceof.App\Controller\Admin\Delivery\WarehouseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Delivery\WarehouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Delivery\WarehouseController).
Resolving inheritance for "App\Controller\Admin\Delivery\WarehouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Delivery\WarehouseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryContentController" (parent: .abstract.instanceof.App\Controller\Admin\DeliveryContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryContentController).
Resolving inheritance for "App\Controller\Admin\DeliveryContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryInfoController" (parent: .abstract.instanceof.App\Controller\Admin\DeliveryInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryInfoController).
Resolving inheritance for "App\Controller\Admin\DeliveryInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController" (parent: .abstract.instanceof.App\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController).
Resolving inheritance for "App\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InfoMessageController" (parent: .abstract.instanceof.App\Controller\Admin\InfoMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InfoMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InfoMessageController).
Resolving inheritance for "App\Controller\Admin\InfoMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InfoMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InternalOrderController" (parent: .abstract.instanceof.App\Controller\Admin\InternalOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InternalOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InternalOrderController).
Resolving inheritance for "App\Controller\Admin\InternalOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InternalOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LicenceController" (parent: .abstract.instanceof.App\Controller\Admin\LicenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LicenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LicenceController).
Resolving inheritance for "App\Controller\Admin\LicenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LicenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Main\ProductsController" (parent: .abstract.instanceof.App\Controller\Admin\Main\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Main\ProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Main\ProductsController).
Resolving inheritance for "App\Controller\Admin\Main\ProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Main\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\PushController" (parent: .abstract.instanceof.App\Controller\Admin\Marketing\PushController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\PushController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\PushController).
Resolving inheritance for "App\Controller\Admin\Marketing\PushController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\PushController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\StoryController" (parent: .abstract.instanceof.App\Controller\Admin\Marketing\StoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\StoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\StoryController).
Resolving inheritance for "App\Controller\Admin\Marketing\StoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\StoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\TopBuyersController" (parent: .abstract.instanceof.App\Controller\Admin\Marketing\TopBuyersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\TopBuyersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\TopBuyersController).
Resolving inheritance for "App\Controller\Admin\Marketing\TopBuyersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\TopBuyersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewSlideController" (parent: .abstract.instanceof.App\Controller\Admin\NewSlideController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewSlideController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewSlideController).
Resolving inheritance for "App\Controller\Admin\NewSlideController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewSlideController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController" (parent: .abstract.instanceof.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController).
Resolving inheritance for "App\Controller\Admin\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrganizationRatingController" (parent: .abstract.instanceof.App\Controller\Admin\OrganizationRatingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrganizationRatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrganizationRatingController).
Resolving inheritance for "App\Controller\Admin\OrganizationRatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrganizationRatingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductBlockController" (parent: .abstract.instanceof.App\Controller\Admin\ProductBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductBlockController).
Resolving inheritance for "App\Controller\Admin\ProductBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoController" (parent: .abstract.instanceof.App\Controller\Admin\PromoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoController).
Resolving inheritance for "App\Controller\Admin\PromoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyController" (parent: .abstract.instanceof.App\Controller\Admin\PropertyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyController).
Resolving inheritance for "App\Controller\Admin\PropertyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RatesController" (parent: .abstract.instanceof.App\Controller\Admin\RatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RatesController).
Resolving inheritance for "App\Controller\Admin\RatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SectionController" (parent: .abstract.instanceof.App\Controller\Admin\SectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SectionController).
Resolving inheritance for "App\Controller\Admin\SectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController" (parent: .abstract.instanceof.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController).
Resolving inheritance for "App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoTagsController" (parent: .abstract.instanceof.App\Controller\Admin\SeoTagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoTagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoTagsController).
Resolving inheritance for "App\Controller\Admin\SeoTagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoTagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ServiceController" (parent: .abstract.instanceof.App\Controller\Admin\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ServiceController).
Resolving inheritance for "App\Controller\Admin\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Settings\SiteSettingsController" (parent: .abstract.instanceof.App\Controller\Admin\Settings\SiteSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Settings\SiteSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Settings\SiteSettingsController).
Resolving inheritance for "App\Controller\Admin\Settings\SiteSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Settings\SiteSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Settings\StoreController" (parent: .abstract.instanceof.App\Controller\Admin\Settings\StoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Settings\StoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Settings\StoreController).
Resolving inheritance for "App\Controller\Admin\Settings\StoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Settings\StoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SliderController" (parent: .abstract.instanceof.App\Controller\Admin\SliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SliderController).
Resolving inheritance for "App\Controller\Admin\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\ExportController" (parent: .abstract.instanceof.App\Controller\Admin\Statistics\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\ExportController).
Resolving inheritance for "App\Controller\Admin\Statistics\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\FilterUseController" (parent: .abstract.instanceof.App\Controller\Admin\Statistics\FilterUseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\FilterUseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\FilterUseController).
Resolving inheritance for "App\Controller\Admin\Statistics\FilterUseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\FilterUseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\SearchController" (parent: .abstract.instanceof.App\Controller\Admin\Statistics\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\SearchController).
Resolving inheritance for "App\Controller\Admin\Statistics\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\Import\ImportController" (parent: .abstract.instanceof.App\Controller\Admin\Supplier\Import\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\Import\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\Import\ImportController).
Resolving inheritance for "App\Controller\Admin\Supplier\Import\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\Import\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\ProductController" (parent: .abstract.instanceof.App\Controller\Admin\Supplier\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\ProductController).
Resolving inheritance for "App\Controller\Admin\Supplier\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\SupplierController" (parent: .abstract.instanceof.App\Controller\Admin\Supplier\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\SupplierController).
Resolving inheritance for "App\Controller\Admin\Supplier\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\CartCalculationController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\CartCalculationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\CartCalculationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\CartCalculationController).
Resolving inheritance for "App\Controller\Admin\Tools\CartCalculationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\CartCalculationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\LogSearchController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\LogSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\LogSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\LogSearchController).
Resolving inheritance for "App\Controller\Admin\Tools\LogSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\LogSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\LoyaltyCardController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\LoyaltyCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\LoyaltyCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\LoyaltyCardController).
Resolving inheritance for "App\Controller\Admin\Tools\LoyaltyCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\LoyaltyCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\MobileVersionController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\MobileVersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\MobileVersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\MobileVersionController).
Resolving inheritance for "App\Controller\Admin\Tools\MobileVersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\MobileVersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\MonitoringController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\MonitoringController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\MonitoringController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\MonitoringController).
Resolving inheritance for "App\Controller\Admin\Tools\MonitoringController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\MonitoringController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderCancelExportController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\OrderCancelExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderCancelExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderCancelExportController).
Resolving inheritance for "App\Controller\Admin\Tools\OrderCancelExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderCancelExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderExportController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\OrderExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderExportController).
Resolving inheritance for "App\Controller\Admin\Tools\OrderExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderNotPaidController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\OrderNotPaidController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderNotPaidController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderNotPaidController).
Resolving inheritance for "App\Controller\Admin\Tools\OrderNotPaidController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderNotPaidController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\ProductNoImagesController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\ProductNoImagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\ProductNoImagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\ProductNoImagesController).
Resolving inheritance for "App\Controller\Admin\Tools\ProductNoImagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\ProductNoImagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\SmsGatewayLogController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\SmsGatewayLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\SmsGatewayLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\SmsGatewayLogController).
Resolving inheritance for "App\Controller\Admin\Tools\SmsGatewayLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\SmsGatewayLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\SmsLogController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\SmsLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\SmsLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\SmsLogController).
Resolving inheritance for "App\Controller\Admin\Tools\SmsLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\SmsLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\TestCalculatorController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\TestCalculatorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\TestCalculatorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\TestCalculatorController).
Resolving inheritance for "App\Controller\Admin\Tools\TestCalculatorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\TestCalculatorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\UserController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\UserController).
Resolving inheritance for "App\Controller\Admin\Tools\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\UserUpdateController" (parent: .abstract.instanceof.App\Controller\Admin\Tools\UserUpdateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\UserUpdateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\UserUpdateController).
Resolving inheritance for "App\Controller\Admin\Tools\UserUpdateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\UserUpdateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TopFilterController" (parent: .abstract.instanceof.App\Controller\Admin\TopFilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TopFilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TopFilterController).
Resolving inheritance for "App\Controller\Admin\TopFilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TopFilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Utils\TypografController" (parent: .abstract.instanceof.App\Controller\Admin\Utils\TypografController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Utils\TypografController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Utils\TypografController).
Resolving inheritance for "App\Controller\Admin\Utils\TypografController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Utils\TypografController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Utils\UploadController" (parent: .abstract.instanceof.App\Controller\Admin\Utils\UploadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Utils\UploadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Utils\UploadController).
Resolving inheritance for "App\Controller\Admin\Utils\UploadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Utils\UploadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Wholesale\ClientSelectionLogController" (parent: .abstract.instanceof.App\Controller\Admin\Wholesale\ClientSelectionLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Wholesale\ClientSelectionLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Wholesale\ClientSelectionLogController).
Resolving inheritance for "App\Controller\Admin\Wholesale\ClientSelectionLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Wholesale\ClientSelectionLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Wholesale\WholesaleController" (parent: .abstract.instanceof.App\Controller\Admin\Wholesale\WholesaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Wholesale\WholesaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Wholesale\WholesaleController).
Resolving inheritance for "App\Controller\Admin\Wholesale\WholesaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Wholesale\WholesaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Advice\AdviceController" (parent: .abstract.instanceof.App\Controller\Advice\AdviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Advice\AdviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Advice\AdviceController).
Resolving inheritance for "App\Controller\Advice\AdviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Advice\AdviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CloudPayments\HookController" (parent: .abstract.instanceof.App\Controller\Api\CloudPayments\HookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CloudPayments\HookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CloudPayments\HookController).
Resolving inheritance for "App\Controller\Api\CloudPayments\HookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CloudPayments\HookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\BarcodeController" (parent: .abstract.instanceof.App\Controller\Api\Internal\BarcodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\BarcodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\BarcodeController).
Resolving inheritance for "App\Controller\Api\Internal\BarcodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\BarcodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Buyer\AddressesController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Buyer\AddressesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Buyer\AddressesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Buyer\AddressesController).
Resolving inheritance for "App\Controller\Api\Internal\Buyer\AddressesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Buyer\AddressesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Buyer\ProfileController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Buyer\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Buyer\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Buyer\ProfileController).
Resolving inheritance for "App\Controller\Api\Internal\Buyer\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Buyer\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\CartController" (parent: .abstract.instanceof.App\Controller\Api\Internal\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\CartController).
Resolving inheritance for "App\Controller\Api\Internal\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\FiltersController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Catalog\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\FiltersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\FiltersController).
Resolving inheritance for "App\Controller\Api\Internal\Catalog\FiltersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\ProductsController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Catalog\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\ProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\ProductsController).
Resolving inheritance for "App\Controller\Api\Internal\Catalog\ProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\RollsController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Catalog\RollsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\RollsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\RollsController).
Resolving inheritance for "App\Controller\Api\Internal\Catalog\RollsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\RollsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\SectionsController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Catalog\SectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\SectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\SectionsController).
Resolving inheritance for "App\Controller\Api\Internal\Catalog\SectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\SectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Delivery\CitiesController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Delivery\CitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Delivery\CitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Delivery\CitiesController).
Resolving inheritance for "App\Controller\Api\Internal\Delivery\CitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Delivery\CitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Delivery\ServiceController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Delivery\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Delivery\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Delivery\ServiceController).
Resolving inheritance for "App\Controller\Api\Internal\Delivery\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Delivery\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\DeliveryCartController" (parent: .abstract.instanceof.App\Controller\Api\Internal\DeliveryCartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\DeliveryCartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\DeliveryCartController).
Resolving inheritance for "App\Controller\Api\Internal\DeliveryCartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\DeliveryCartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Order\DeliveryController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Order\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Order\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Order\DeliveryController).
Resolving inheritance for "App\Controller\Api\Internal\Order\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Order\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Order\UnpaidOrderController" (parent: .abstract.instanceof.App\Controller\Api\Internal\Order\UnpaidOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Order\UnpaidOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Order\UnpaidOrderController).
Resolving inheritance for "App\Controller\Api\Internal\Order\UnpaidOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Order\UnpaidOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrderController" (parent: .abstract.instanceof.App\Controller\Api\Internal\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrderController).
Resolving inheritance for "App\Controller\Api\Internal\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrganizationController" (parent: .abstract.instanceof.App\Controller\Api\Internal\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrganizationController).
Resolving inheritance for "App\Controller\Api\Internal\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrganizationsController" (parent: .abstract.instanceof.App\Controller\Api\Internal\OrganizationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrganizationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrganizationsController).
Resolving inheritance for "App\Controller\Api\Internal\OrganizationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrganizationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SearchController" (parent: .abstract.instanceof.App\Controller\Api\Internal\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SearchController).
Resolving inheritance for "App\Controller\Api\Internal\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SecurityController" (parent: .abstract.instanceof.App\Controller\Api\Internal\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SecurityController).
Resolving inheritance for "App\Controller\Api\Internal\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SelfServiceReasonController" (parent: .abstract.instanceof.App\Controller\Api\Internal\SelfServiceReasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SelfServiceReasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SelfServiceReasonController).
Resolving inheritance for "App\Controller\Api\Internal\SelfServiceReasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SelfServiceReasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\StoreController" (parent: .abstract.instanceof.App\Controller\Api\Internal\StoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\StoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\StoreController).
Resolving inheritance for "App\Controller\Api\Internal\StoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\StoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\UserController" (parent: .abstract.instanceof.App\Controller\Api\Internal\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\UserController).
Resolving inheritance for "App\Controller\Api\Internal\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\Catalog\ProductsController" (parent: .abstract.instanceof.App\Controller\Api\Mobile\V1\Catalog\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\Catalog\ProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\Catalog\ProductsController).
Resolving inheritance for "App\Controller\Api\Mobile\V1\Catalog\ProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\Catalog\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\ReviewController" (parent: .abstract.instanceof.App\Controller\Api\Mobile\V1\ReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\ReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\ReviewController).
Resolving inheritance for "App\Controller\Api\Mobile\V1\ReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\ReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\SettingsController" (parent: .abstract.instanceof.App\Controller\Api\Mobile\V1\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\SettingsController).
Resolving inheritance for "App\Controller\Api\Mobile\V1\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\VersionController" (parent: .abstract.instanceof.App\Controller\Api\Mobile\V1\VersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\VersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\VersionController).
Resolving inheritance for "App\Controller\Api\Mobile\V1\VersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\VersionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Alytics\ExportController" (parent: .abstract.instanceof.App\Controller\Api\V1\Alytics\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Alytics\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Alytics\ExportController).
Resolving inheritance for "App\Controller\Api\V1\Alytics\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Alytics\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BannerController" (parent: .abstract.instanceof.App\Controller\Api\V1\BannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BannerController).
Resolving inheritance for "App\Controller\Api\V1\BannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CalculationController" (parent: .abstract.instanceof.App\Controller\Api\V1\CalculationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CalculationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CalculationController).
Resolving inheritance for "App\Controller\Api\V1\CalculationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CalculationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\FiltersController" (parent: .abstract.instanceof.App\Controller\Api\V1\Catalog\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\FiltersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\FiltersController).
Resolving inheritance for "App\Controller\Api\V1\Catalog\FiltersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\FiltersController" (parent: .abstract.instanceof.App\Controller\Api\V1\Catalog\Sets\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\FiltersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\FiltersController).
Resolving inheritance for "App\Controller\Api\V1\Catalog\Sets\FiltersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\ProductsController" (parent: .abstract.instanceof.App\Controller\Api\V1\Catalog\Sets\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\ProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\ProductsController).
Resolving inheritance for "App\Controller\Api\V1\Catalog\Sets\ProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\SectionsController" (parent: .abstract.instanceof.App\Controller\Api\V1\Catalog\Sets\SectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\SectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\SectionsController).
Resolving inheritance for "App\Controller\Api\V1\Catalog\Sets\SectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\SectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CompareController" (parent: .abstract.instanceof.App\Controller\Api\V1\CompareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CompareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CompareController).
Resolving inheritance for "App\Controller\Api\V1\CompareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CompareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\EstimateController" (parent: .abstract.instanceof.App\Controller\Api\V1\EstimateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\EstimateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\EstimateController).
Resolving inheritance for "App\Controller\Api\V1\EstimateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\EstimateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\FavoriteController" (parent: .abstract.instanceof.App\Controller\Api\V1\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\FavoriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\FavoriteController).
Resolving inheritance for "App\Controller\Api\V1\FavoriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\FormsController" (parent: .abstract.instanceof.App\Controller\Api\V1\FormsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\FormsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\FormsController).
Resolving inheritance for "App\Controller\Api\V1\FormsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\FormsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\HomeCredit\HookController" (parent: .abstract.instanceof.App\Controller\Api\V1\HomeCredit\HookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\HomeCredit\HookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\HomeCredit\HookController).
Resolving inheritance for "App\Controller\Api\V1\HomeCredit\HookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\HomeCredit\HookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\InfoMessageController" (parent: .abstract.instanceof.App\Controller\Api\V1\InfoMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\InfoMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\InfoMessageController).
Resolving inheritance for "App\Controller\Api\V1\InfoMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\InfoMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\ClientController" (parent: .abstract.instanceof.App\Controller\Api\V1\Integration\ClientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\ClientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\ClientController).
Resolving inheritance for "App\Controller\Api\V1\Integration\ClientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\ClientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\DeliveryIntervalsController" (parent: .abstract.instanceof.App\Controller\Api\V1\Integration\DeliveryIntervalsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\DeliveryIntervalsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\DeliveryIntervalsController).
Resolving inheritance for "App\Controller\Api\V1\Integration\DeliveryIntervalsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\DeliveryIntervalsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\OrderController" (parent: .abstract.instanceof.App\Controller\Api\V1\Integration\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\OrderController).
Resolving inheritance for "App\Controller\Api\V1\Integration\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\ProductController" (parent: .abstract.instanceof.App\Controller\Api\V1\Integration\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\ProductController).
Resolving inheritance for "App\Controller\Api\V1\Integration\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\DeliveryController" (parent: .abstract.instanceof.App\Controller\Api\V1\Order\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\DeliveryController).
Resolving inheritance for "App\Controller\Api\V1\Order\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\OrderCancelController" (parent: .abstract.instanceof.App\Controller\Api\V1\Order\OrderCancelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\OrderCancelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\OrderCancelController).
Resolving inheritance for "App\Controller\Api\V1\Order\OrderCancelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\OrderCancelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\OrderCheckController" (parent: .abstract.instanceof.App\Controller\Api\V1\Order\OrderCheckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\OrderCheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\OrderCheckController).
Resolving inheritance for "App\Controller\Api\V1\Order\OrderCheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\OrderCheckController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PreviewController" (parent: .abstract.instanceof.App\Controller\Api\V1\PreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PreviewController).
Resolving inheritance for "App\Controller\Api\V1\PreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ProductBlockController" (parent: .abstract.instanceof.App\Controller\Api\V1\ProductBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ProductBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ProductBlockController).
Resolving inheritance for "App\Controller\Api\V1\ProductBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ProductBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PromoCodeController" (parent: .abstract.instanceof.App\Controller\Api\V1\PromoCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PromoCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PromoCodeController).
Resolving inheritance for "App\Controller\Api\V1\PromoCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PromoCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PromoController" (parent: .abstract.instanceof.App\Controller\Api\V1\PromoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PromoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PromoController).
Resolving inheritance for "App\Controller\Api\V1\PromoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PromoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\RecommendationsController" (parent: .abstract.instanceof.App\Controller\Api\V1\RecommendationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\RecommendationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\RecommendationsController).
Resolving inheritance for "App\Controller\Api\V1\RecommendationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\RecommendationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\SSEAuthController" (parent: .abstract.instanceof.App\Controller\Api\V1\SSEAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\SSEAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\SSEAuthController).
Resolving inheritance for "App\Controller\Api\V1\SSEAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\SSEAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Search\AutocompleteSearchController" (parent: .abstract.instanceof.App\Controller\Api\V1\Search\AutocompleteSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Search\AutocompleteSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Search\AutocompleteSearchController).
Resolving inheritance for "App\Controller\Api\V1\Search\AutocompleteSearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Search\AutocompleteSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\StoryController" (parent: .abstract.instanceof.App\Controller\Api\V1\StoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\StoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\StoryController).
Resolving inheritance for "App\Controller\Api\V1\StoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\StoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UserNotificationController" (parent: .abstract.instanceof.App\Controller\Api\V1\User\UserNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UserNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UserNotificationController).
Resolving inheritance for "App\Controller\Api\V1\User\UserNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UserNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UserStateController" (parent: .abstract.instanceof.App\Controller\Api\V1\User\UserStateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UserStateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UserStateController).
Resolving inheritance for "App\Controller\Api\V1\User\UserStateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UserStateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Compare\CompareController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\Compare\CompareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Compare\CompareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Compare\CompareController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\Compare\CompareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Compare\CompareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Favorite\FavoriteController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\Favorite\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Favorite\FavoriteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Favorite\FavoriteController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\Favorite\FavoriteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Favorite\FavoriteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\FiltersController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\FiltersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\FiltersController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\FiltersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\ProductsController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\ProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\ProductsController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\ProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Recs\RecsController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\Recs\RecsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Recs\RecsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Recs\RecsController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\Recs\RecsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Recs\RecsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\SearchController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\SearchController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\FiltersController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\Sets\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\FiltersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\FiltersController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\Sets\FiltersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\FiltersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\ProductsController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\Sets\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\ProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\ProductsController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\Sets\ProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\ProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\SectionsController" (parent: .abstract.instanceof.App\Controller\Api\V2\Catalog\Sets\SectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\SectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\SectionsController).
Resolving inheritance for "App\Controller\Api\V2\Catalog\Sets\SectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\SectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\City\CityController" (parent: .abstract.instanceof.App\Controller\Api\V2\City\CityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\City\CityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\City\CityController).
Resolving inheritance for "App\Controller\Api\V2\City\CityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\City\CityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OfdInfoController" (parent: .abstract.instanceof.App\Controller\Api\V2\Order\OfdInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OfdInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OfdInfoController).
Resolving inheritance for "App\Controller\Api\V2\Order\OfdInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OfdInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OrderController" (parent: .abstract.instanceof.App\Controller\Api\V2\Order\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OrderController).
Resolving inheritance for "App\Controller\Api\V2\Order\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OrderDeliveryController" (parent: .abstract.instanceof.App\Controller\Api\V2\Order\OrderDeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OrderDeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OrderDeliveryController).
Resolving inheritance for "App\Controller\Api\V2\Order\OrderDeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OrderDeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController" (parent: .abstract.instanceof.App\Controller\BrandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController).
Resolving inheritance for "App\Controller\BrandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BuyerProfileController" (parent: .abstract.instanceof.App\Controller\BuyerProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BuyerProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BuyerProfileController).
Resolving inheritance for "App\Controller\BuyerProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BuyerProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController" (parent: .abstract.instanceof.App\Controller\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController).
Resolving inheritance for "App\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogController" (parent: .abstract.instanceof.App\Controller\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogController).
Resolving inheritance for "App\Controller\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController" (parent: .abstract.instanceof.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController).
Resolving inheritance for "App\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CurrencyController" (parent: .abstract.instanceof.App\Controller\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CurrencyController).
Resolving inheritance for "App\Controller\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController" (parent: .abstract.instanceof.App\Controller\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController).
Resolving inheritance for "App\Controller\DeliveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryPickupController" (parent: .abstract.instanceof.App\Controller\DeliveryPickupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryPickupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryPickupController).
Resolving inheritance for "App\Controller\DeliveryPickupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryPickupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryServiceController" (parent: .abstract.instanceof.App\Controller\DeliveryServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryServiceController).
Resolving inheritance for "App\Controller\DeliveryServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController" (parent: .abstract.instanceof.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController).
Resolving inheritance for "App\Controller\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeolocationController" (parent: .abstract.instanceof.App\Controller\GeolocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeolocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeolocationController).
Resolving inheritance for "App\Controller\GeolocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeolocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Integration1CController" (parent: .abstract.instanceof.App\Controller\Integration1CController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Integration1CController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Integration1CController).
Resolving inheritance for "App\Controller\Integration1CController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Integration1CController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LicenceController" (parent: .abstract.instanceof.App\Controller\LicenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LicenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LicenceController).
Resolving inheritance for "App\Controller\LicenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LicenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\ActivationController" (parent: .abstract.instanceof.App\Controller\Loaylty\ActivationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\ActivationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\ActivationController).
Resolving inheritance for "App\Controller\Loaylty\ActivationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\ActivationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\CartController" (parent: .abstract.instanceof.App\Controller\Loaylty\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\CartController).
Resolving inheritance for "App\Controller\Loaylty\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\InfoController" (parent: .abstract.instanceof.App\Controller\Loaylty\InfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\InfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\InfoController).
Resolving inheritance for "App\Controller\Loaylty\InfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\InfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\PushController" (parent: .abstract.instanceof.App\Controller\Mobile\PushController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\PushController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\PushController).
Resolving inheritance for "App\Controller\Mobile\PushController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\PushController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController" (parent: .abstract.instanceof.App\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController).
Resolving inheritance for "App\Controller\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganizationRatingController" (parent: .abstract.instanceof.App\Controller\OrganizationRatingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizationRatingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganizationRatingController).
Resolving inheritance for "App\Controller\OrganizationRatingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizationRatingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\CardController" (parent: .abstract.instanceof.App\Controller\Payment\CardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\CardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\CardController).
Resolving inheritance for "App\Controller\Payment\CardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\CardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController" (parent: .abstract.instanceof.App\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController).
Resolving inheritance for "App\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PickUpPointController" (parent: .abstract.instanceof.App\Controller\PickUpPointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PickUpPointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PickUpPointController).
Resolving inheritance for "App\Controller\PickUpPointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PickUpPointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecentController" (parent: .abstract.instanceof.App\Controller\RecentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecentController).
Resolving inheritance for "App\Controller\RecentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecipientProfileController" (parent: .abstract.instanceof.App\Controller\RecipientProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecipientProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecipientProfileController).
Resolving inheritance for "App\Controller\RecipientProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecipientProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServiceController" (parent: .abstract.instanceof.App\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServiceController).
Resolving inheritance for "App\Controller\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SliderController" (parent: .abstract.instanceof.App\Controller\SliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SliderController).
Resolving inheritance for "App\Controller\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController" (parent: .abstract.instanceof.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController).
Resolving inheritance for "App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController" (parent: .abstract.instanceof.App\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController).
Resolving inheritance for "App\Controller\TagController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAddressController" (parent: .abstract.instanceof.App\Controller\UserAddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAddressController).
Resolving inheritance for "App\Controller\UserAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSubscriptionsController" (parent: .abstract.instanceof.App\Controller\UserSubscriptionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSubscriptionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSubscriptionsController).
Resolving inheritance for "App\Controller\UserSubscriptionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSubscriptionsController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Cart\Subscriber\CartUpdatedSubscriber" (parent: .abstract.instanceof.App\Event\Cart\Subscriber\CartUpdatedSubscriber).
Resolving inheritance for "App\Event\Cart\Subscriber\CartUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Cart\Subscriber\CartUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AccessDeniedListener" (parent: .abstract.instanceof.App\Event\Listener\AccessDeniedListener).
Resolving inheritance for "App\Event\Listener\AccessDeniedListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AccessDeniedListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AccessExceptionRewriterListener" (parent: .abstract.instanceof.App\Event\Listener\AccessExceptionRewriterListener).
Resolving inheritance for "App\Event\Listener\AccessExceptionRewriterListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AccessExceptionRewriterListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderAutoConfirmedSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderAutoConfirmedSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderAutoConfirmedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderAutoConfirmedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCanceledSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderCanceledSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderCanceledSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCanceledSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCompletedSyncedLoyaltyAutoBindSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderCompletedSyncedLoyaltyAutoBindSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderCompletedSyncedLoyaltyAutoBindSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCompletedSyncedLoyaltyAutoBindSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCompletedSyncedSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderCompletedSyncedSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderCompletedSyncedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCompletedSyncedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderConfirmationIsNeededSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderConfirmationIsNeededSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderConfirmationIsNeededSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderConfirmationIsNeededSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderConfirmedSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderConfirmedSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderConfirmedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderConfirmedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCreatedSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderCreatedSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderCreatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCreatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderReadyToExportEmailNotificationSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderReadyToExportEmailNotificationSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderReadyToExportEmailNotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderReadyToExportEmailNotificationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderReadyToExportSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderReadyToExportSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderReadyToExportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderReadyToExportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderSyncedHomecreditInstallmentSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderSyncedHomecreditInstallmentSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderSyncedHomecreditInstallmentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderSyncedHomecreditInstallmentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderValidationSubscriber" (parent: .abstract.instanceof.App\Event\Order\Subscriber\OrderValidationSubscriber).
Resolving inheritance for "App\Event\Order\Subscriber\OrderValidationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderValidationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\AccessDeniedLogSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\AccessDeniedLogSubscriber).
Resolving inheritance for "App\Event\Subscriber\AccessDeniedLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\AccessDeniedLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\CatalogRequestSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\CatalogRequestSubscriber).
Resolving inheritance for "App\Event\Subscriber\CatalogRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\CatalogRequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\HealthCheckSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\HealthCheckSubscriber).
Resolving inheritance for "App\Event\Subscriber\HealthCheckSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\HealthCheckSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\LoginSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\LoginSubscriber).
Resolving inheritance for "App\Event\Subscriber\LoginSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\LoginSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\MailerFailedMessageSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\MailerFailedMessageSubscriber).
Resolving inheritance for "App\Event\Subscriber\MailerFailedMessageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\MailerFailedMessageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsLimitExceedSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\SmsLimitExceedSubscriber).
Resolving inheritance for "App\Event\Subscriber\SmsLimitExceedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsLimitExceedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsRequestLimitSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\SmsRequestLimitSubscriber).
Resolving inheritance for "App\Event\Subscriber\SmsRequestLimitSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsRequestLimitSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsRequestSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\SmsRequestSubscriber).
Resolving inheritance for "App\Event\Subscriber\SmsRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsRequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsSendingFailedSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\SmsSendingFailedSubscriber).
Resolving inheritance for "App\Event\Subscriber\SmsSendingFailedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsSendingFailedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\StoreImageSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\StoreImageSubscriber).
Resolving inheritance for "App\Event\Subscriber\StoreImageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\StoreImageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\TelegramBotSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\TelegramBotSubscriber).
Resolving inheritance for "App\Event\Subscriber\TelegramBotSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\TelegramBotSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\WorkerMessageFailedSubscriber" (parent: .abstract.instanceof.App\Event\Subscriber\WorkerMessageFailedSubscriber).
Resolving inheritance for "App\Event\Subscriber\WorkerMessageFailedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\WorkerMessageFailedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Article\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Advice\Article\AddFormType).
Resolving inheritance for "App\Form\Admin\Advice\Article\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Article\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Article\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Advice\Article\EditFormType).
Resolving inheritance for "App\Form\Admin\Advice\Article\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Article\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Category\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Advice\Category\AddFormType).
Resolving inheritance for "App\Form\Admin\Advice\Category\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Category\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Category\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Advice\Category\EditFormType).
Resolving inheritance for "App\Form\Admin\Advice\Category\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Category\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Banner\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Banner\AddFormType).
Resolving inheritance for "App\Form\Admin\Banner\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Banner\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Banner\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Banner\EditFormType).
Resolving inheritance for "App\Form\Admin\Banner\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Banner\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Brand\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Brand\AddFormType).
Resolving inheritance for "App\Form\Admin\Brand\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Brand\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Brand\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Brand\EditFormType).
Resolving inheritance for "App\Form\Admin\Brand\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Brand\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Calculation\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Calculation\EditFormType).
Resolving inheritance for "App\Form\Admin\Calculation\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Calculation\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Calculation\EditItemFormType" (parent: .abstract.instanceof.App\Form\Admin\Calculation\EditItemFormType).
Resolving inheritance for "App\Form\Admin\Calculation\EditItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Calculation\EditItemFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\Sections\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Catalog\Sections\EditFormType).
Resolving inheritance for "App\Form\Admin\Catalog\Sections\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\Sections\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\AddFormType).
Resolving inheritance for "App\Form\Admin\Catalog\VirtualSection\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\CopycatAddFormType" (parent: .abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\CopycatAddFormType).
Resolving inheritance for "App\Form\Admin\Catalog\VirtualSection\CopycatAddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\CopycatAddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\CopycatEditFormType" (parent: .abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\CopycatEditFormType).
Resolving inheritance for "App\Form\Admin\Catalog\VirtualSection\CopycatEditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\CopycatEditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\EditFormType).
Resolving inheritance for "App\Form\Admin\Catalog\VirtualSection\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\EmbeddedFilterFormType" (parent: .abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\EmbeddedFilterFormType).
Resolving inheritance for "App\Form\Admin\Catalog\VirtualSection\EmbeddedFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\EmbeddedFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\FilterItemFormType" (parent: .abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\FilterItemFormType).
Resolving inheritance for "App\Form\Admin\Catalog\VirtualSection\FilterItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\FilterItemFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\City\AddFormType).
Resolving inheritance for "App\Form\Admin\City\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\City\EditFormType).
Resolving inheritance for "App\Form\Admin\City\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\EmbeddedCoordinatesFormType" (parent: .abstract.instanceof.App\Form\Admin\City\EmbeddedCoordinatesFormType).
Resolving inheritance for "App\Form\Admin\City\EmbeddedCoordinatesFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\EmbeddedCoordinatesFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Contact\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Contact\AddFormType).
Resolving inheritance for "App\Form\Admin\Contact\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Contact\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Contact\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Contact\EditFormType).
Resolving inheritance for "App\Form\Admin\Contact\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Contact\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Content\AddFormType).
Resolving inheritance for "App\Form\Admin\Content\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\DeliveryTextAddFormType" (parent: .abstract.instanceof.App\Form\Admin\Content\DeliveryTextAddFormType).
Resolving inheritance for "App\Form\Admin\Content\DeliveryTextAddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\DeliveryTextAddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\DeliveryTextEditFormType" (parent: .abstract.instanceof.App\Form\Admin\Content\DeliveryTextEditFormType).
Resolving inheritance for "App\Form\Admin\Content\DeliveryTextEditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\DeliveryTextEditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Content\EditFormType).
Resolving inheritance for "App\Form\Admin\Content\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Delivery\Warehouse\AddFormType).
Resolving inheritance for "App\Form\Admin\Delivery\Warehouse\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Delivery\Warehouse\EditFormType).
Resolving inheritance for "App\Form\Admin\Delivery\Warehouse\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\EmbeddedCoordinatesFormType" (parent: .abstract.instanceof.App\Form\Admin\Delivery\Warehouse\EmbeddedCoordinatesFormType).
Resolving inheritance for "App\Form\Admin\Delivery\Warehouse\EmbeddedCoordinatesFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\EmbeddedCoordinatesFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DeliveryInfo\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\DeliveryInfo\AddFormType).
Resolving inheritance for "App\Form\Admin\DeliveryInfo\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DeliveryInfo\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DeliveryInfo\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\DeliveryInfo\EditFormType).
Resolving inheritance for "App\Form\Admin\DeliveryInfo\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DeliveryInfo\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AddHasImagesFormType" (parent: .abstract.instanceof.App\Form\Admin\Image\AddHasImagesFormType).
Resolving inheritance for "App\Form\Admin\Image\AddHasImagesFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AddHasImagesFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\EditHasImagesFormType" (parent: .abstract.instanceof.App\Form\Admin\Image\EditHasImagesFormType).
Resolving inheritance for "App\Form\Admin\Image\EditHasImagesFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\EditHasImagesFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InfoMessage\CreateOrEditFormType" (parent: .abstract.instanceof.App\Form\Admin\InfoMessage\CreateOrEditFormType).
Resolving inheritance for "App\Form\Admin\InfoMessage\CreateOrEditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InfoMessage\CreateOrEditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Main\Products\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Main\Products\EditFormType).
Resolving inheritance for "App\Form\Admin\Main\Products\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Main\Products\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\PushFormType" (parent: .abstract.instanceof.App\Form\Admin\Marketing\PushFormType).
Resolving inheritance for "App\Form\Admin\Marketing\PushFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\PushFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Marketing\Story\AddFormType).
Resolving inheritance for "App\Form\Admin\Marketing\Story\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\AddStoryItemFormType" (parent: .abstract.instanceof.App\Form\Admin\Marketing\Story\AddStoryItemFormType).
Resolving inheritance for "App\Form\Admin\Marketing\Story\AddStoryItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\AddStoryItemFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Marketing\Story\EditFormType).
Resolving inheritance for "App\Form\Admin\Marketing\Story\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EditStoryItemFormType" (parent: .abstract.instanceof.App\Form\Admin\Marketing\Story\EditStoryItemFormType).
Resolving inheritance for "App\Form\Admin\Marketing\Story\EditStoryItemFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EditStoryItemFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EmbeddedButtonFormType" (parent: .abstract.instanceof.App\Form\Admin\Marketing\Story\EmbeddedButtonFormType).
Resolving inheritance for "App\Form\Admin\Marketing\Story\EmbeddedButtonFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EmbeddedButtonFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationRating\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\OrganizationRating\AddFormType).
Resolving inheritance for "App\Form\Admin\OrganizationRating\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationRating\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationRating\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\OrganizationRating\EditFormType).
Resolving inheritance for "App\Form\Admin\OrganizationRating\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationRating\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductBlock\PrepareFormType" (parent: .abstract.instanceof.App\Form\Admin\ProductBlock\PrepareFormType).
Resolving inheritance for "App\Form\Admin\ProductBlock\PrepareFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductBlock\PrepareFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Promo\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Promo\AddFormType).
Resolving inheritance for "App\Form\Admin\Promo\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Promo\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Promo\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Promo\EditFormType).
Resolving inheritance for "App\Form\Admin\Promo\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Promo\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Property\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Property\EditFormType).
Resolving inheritance for "App\Form\Admin\Property\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Property\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Section\EditFormType).
Resolving inheritance for "App\Form\Admin\Section\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\ImageLoadFormType" (parent: .abstract.instanceof.App\Form\Admin\Section\ImageLoadFormType).
Resolving inheritance for "App\Form\Admin\Section\ImageLoadFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\ImageLoadFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\SeoAddFormType" (parent: .abstract.instanceof.App\Form\Admin\Section\SeoAddFormType).
Resolving inheritance for "App\Form\Admin\Section\SeoAddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\SeoAddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\SeoEditFormType" (parent: .abstract.instanceof.App\Form\Admin\Section\SeoEditFormType).
Resolving inheritance for "App\Form\Admin\Section\SeoEditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\SeoEditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Seo\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Seo\AddFormType).
Resolving inheritance for "App\Form\Admin\Seo\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Seo\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Seo\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Seo\EditFormType).
Resolving inheritance for "App\Form\Admin\Seo\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Seo\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Service\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Service\AddFormType).
Resolving inheritance for "App\Form\Admin\Service\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Service\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Service\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Service\EditFormType).
Resolving inheritance for "App\Form\Admin\Service\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Service\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Settings\Site\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Settings\Site\EditFormType).
Resolving inheritance for "App\Form\Admin\Settings\Site\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Settings\Site\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Settings\Store\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Settings\Store\EditFormType).
Resolving inheritance for "App\Form\Admin\Settings\Store\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Settings\Store\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slide\NewAddFormType" (parent: .abstract.instanceof.App\Form\Admin\Slide\NewAddFormType).
Resolving inheritance for "App\Form\Admin\Slide\NewAddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slide\NewAddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slide\NewEditFormType" (parent: .abstract.instanceof.App\Form\Admin\Slide\NewEditFormType).
Resolving inheritance for "App\Form\Admin\Slide\NewEditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slide\NewEditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SlidePosition\SlidePositionType" (parent: .abstract.instanceof.App\Form\Admin\SlidePosition\SlidePositionType).
Resolving inheritance for "App\Form\Admin\SlidePosition\SlidePositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SlidePosition\SlidePositionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slider\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Slider\AddFormType).
Resolving inheritance for "App\Form\Admin\Slider\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slider\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slider\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Slider\EditFormType).
Resolving inheritance for "App\Form\Admin\Slider\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slider\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Supplier\AddFormType).
Resolving inheritance for "App\Form\Admin\Supplier\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Supplier\EditFormType).
Resolving inheritance for "App\Form\Admin\Supplier\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\Import\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\Supplier\Import\AddFormType).
Resolving inheritance for "App\Form\Admin\Supplier\Import\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\Import\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\SuppliersProduct\AddFormType).
Resolving inheritance for "App\Form\Admin\SuppliersProduct\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\EditFormTempType" (parent: .abstract.instanceof.App\Form\Admin\SuppliersProduct\EditFormTempType).
Resolving inheritance for "App\Form\Admin\SuppliersProduct\EditFormTempType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\EditFormTempType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\SuppliersProduct\EditFormType).
Resolving inheritance for "App\Form\Admin\SuppliersProduct\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\MobileVersion\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Tools\MobileVersion\EditFormType).
Resolving inheritance for "App\Form\Admin\Tools\MobileVersion\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\MobileVersion\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\User\EditExternalIdType" (parent: .abstract.instanceof.App\Form\Admin\Tools\User\EditExternalIdType).
Resolving inheritance for "App\Form\Admin\Tools\User\EditExternalIdType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\User\EditExternalIdType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\User\EditPhoneType" (parent: .abstract.instanceof.App\Form\Admin\Tools\User\EditPhoneType).
Resolving inheritance for "App\Form\Admin\Tools\User\EditPhoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\User\EditPhoneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TopFilter\AddFormType" (parent: .abstract.instanceof.App\Form\Admin\TopFilter\AddFormType).
Resolving inheritance for "App\Form\Admin\TopFilter\AddFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TopFilter\AddFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TopFilter\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\TopFilter\EditFormType).
Resolving inheritance for "App\Form\Admin\TopFilter\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TopFilter\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Wholesale\EditFormType" (parent: .abstract.instanceof.App\Form\Admin\Wholesale\EditFormType).
Resolving inheritance for "App\Form\Admin\Wholesale\EditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Wholesale\EditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ImageFileType" (parent: .abstract.instanceof.App\Form\CustomType\ImageFileType).
Resolving inheritance for "App\Form\CustomType\ImageFileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ImageFileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\MultipleFilesType" (parent: .abstract.instanceof.App\Form\CustomType\MultipleFilesType).
Resolving inheritance for "App\Form\CustomType\MultipleFilesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\MultipleFilesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPriceType" (parent: .abstract.instanceof.App\Form\CustomType\ProductPriceType).
Resolving inheritance for "App\Form\CustomType\ProductPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPropertiesType" (parent: .abstract.instanceof.App\Form\CustomType\ProductPropertiesType).
Resolving inheritance for "App\Form\CustomType\ProductPropertiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPropertiesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPropertyType" (parent: .abstract.instanceof.App\Form\CustomType\ProductPropertyType).
Resolving inheritance for "App\Form\CustomType\ProductPropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPropertyType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ButtonListener" (parent: .abstract.instanceof.App\Form\EventListener\ButtonListener).
Resolving inheritance for "App\Form\EventListener\ButtonListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ButtonListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\CoordinatesListener" (parent: .abstract.instanceof.App\Form\EventListener\CoordinatesListener).
Resolving inheritance for "App\Form\EventListener\CoordinatesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\CoordinatesListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Admin\DeliveryInfoRepository" (parent: .abstract.instanceof.App\Repository\Admin\DeliveryInfoRepository).
Resolving inheritance for "App\Repository\Admin\DeliveryInfoRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Admin\DeliveryInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Advice\ArticleRepository" (parent: .abstract.instanceof.App\Repository\Advice\ArticleRepository).
Resolving inheritance for "App\Repository\Advice\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Advice\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Advice\CategoryRepository" (parent: .abstract.instanceof.App\Repository\Advice\CategoryRepository).
Resolving inheritance for "App\Repository\Advice\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Advice\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BankRepository" (parent: .abstract.instanceof.App\Repository\BankRepository).
Resolving inheritance for "App\Repository\BankRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BankRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BannerRepository" (parent: .abstract.instanceof.App\Repository\BannerRepository).
Resolving inheritance for "App\Repository\BannerRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BrandRepository" (parent: .abstract.instanceof.App\Repository\BrandRepository).
Resolving inheritance for "App\Repository\BrandRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Calculation\CalculationRepository" (parent: .abstract.instanceof.App\Repository\Calculation\CalculationRepository).
Resolving inheritance for "App\Repository\Calculation\CalculationRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Calculation\CalculationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CallBackRepository" (parent: .abstract.instanceof.App\Repository\CallBackRepository).
Resolving inheritance for "App\Repository\CallBackRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CallBackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CartItemRepository" (parent: .abstract.instanceof.App\Repository\CartItemRepository).
Resolving inheritance for "App\Repository\CartItemRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CartItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Catalog\VirtualSectionRepository" (parent: .abstract.instanceof.App\Repository\Catalog\VirtualSectionRepository).
Resolving inheritance for "App\Repository\Catalog\VirtualSectionRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Catalog\VirtualSectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CityRepository" (parent: .abstract.instanceof.App\Repository\CityRepository).
Resolving inheritance for "App\Repository\CityRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ColorRepository" (parent: .abstract.instanceof.App\Repository\ColorRepository).
Resolving inheritance for "App\Repository\ColorRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ColorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Compare\CompareRepository" (parent: .abstract.instanceof.App\Repository\Compare\CompareRepository).
Resolving inheritance for "App\Repository\Compare\CompareRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Compare\CompareRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ConfirmationRepository" (parent: .abstract.instanceof.App\Repository\ConfirmationRepository).
Resolving inheritance for "App\Repository\ConfirmationRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ConfirmationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ContactRepository" (parent: .abstract.instanceof.App\Repository\ContactRepository).
Resolving inheritance for "App\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ContentRepository" (parent: .abstract.instanceof.App\Repository\ContentRepository).
Resolving inheritance for "App\Repository\ContentRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ContentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Delivery\WarehouseRepository" (parent: .abstract.instanceof.App\Repository\Delivery\WarehouseRepository).
Resolving inheritance for "App\Repository\Delivery\WarehouseRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Delivery\WarehouseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Estimate\EstimateRepository" (parent: .abstract.instanceof.App\Repository\Estimate\EstimateRepository).
Resolving inheritance for "App\Repository\Estimate\EstimateRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Estimate\EstimateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Favorite\FavoriteRepository" (parent: .abstract.instanceof.App\Repository\Favorite\FavoriteRepository).
Resolving inheritance for "App\Repository\Favorite\FavoriteRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Favorite\FavoriteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Feedback\WholesalerPriceRepository" (parent: .abstract.instanceof.App\Repository\Feedback\WholesalerPriceRepository).
Resolving inheritance for "App\Repository\Feedback\WholesalerPriceRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Feedback\WholesalerPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\FileRepository" (parent: .abstract.instanceof.App\Repository\FileRepository).
Resolving inheritance for "App\Repository\FileRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\FileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Filter\FilterPositionRepository" (parent: .abstract.instanceof.App\Repository\Filter\FilterPositionRepository).
Resolving inheritance for "App\Repository\Filter\FilterPositionRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Filter\FilterPositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Forms\CallOrderRoofRepository" (parent: .abstract.instanceof.App\Repository\Forms\CallOrderRoofRepository).
Resolving inheritance for "App\Repository\Forms\CallOrderRoofRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Forms\CallOrderRoofRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\IndividualRecipientRepository" (parent: .abstract.instanceof.App\Repository\IndividualRecipientRepository).
Resolving inheritance for "App\Repository\IndividualRecipientRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\IndividualRecipientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\InfoMessageRepository" (parent: .abstract.instanceof.App\Repository\InfoMessageRepository).
Resolving inheritance for "App\Repository\InfoMessageRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\InfoMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Internal\ClientSelectionLogRepository" (parent: .abstract.instanceof.App\Repository\Internal\ClientSelectionLogRepository).
Resolving inheritance for "App\Repository\Internal\ClientSelectionLogRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Internal\ClientSelectionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Internal\SelfServiceReasonRepository" (parent: .abstract.instanceof.App\Repository\Internal\SelfServiceReasonRepository).
Resolving inheritance for "App\Repository\Internal\SelfServiceReasonRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Internal\SelfServiceReasonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\LicenceRepository" (parent: .abstract.instanceof.App\Repository\LicenceRepository).
Resolving inheritance for "App\Repository\LicenceRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\LicenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Locality\Delivery\LocalityDeliveryRepository" (parent: .abstract.instanceof.App\Repository\Locality\Delivery\LocalityDeliveryRepository).
Resolving inheritance for "App\Repository\Locality\Delivery\LocalityDeliveryRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Locality\Delivery\LocalityDeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\CartCalculationLogRepository" (parent: .abstract.instanceof.App\Repository\Log\CartCalculationLogRepository).
Resolving inheritance for "App\Repository\Log\CartCalculationLogRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\CartCalculationLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\LoyaltyCardLogRepository" (parent: .abstract.instanceof.App\Repository\Log\LoyaltyCardLogRepository).
Resolving inheritance for "App\Repository\Log\LoyaltyCardLogRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\LoyaltyCardLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\OrderExportLogRepository" (parent: .abstract.instanceof.App\Repository\Log\OrderExportLogRepository).
Resolving inheritance for "App\Repository\Log\OrderExportLogRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\OrderExportLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\OrderNotPaidLogRepository" (parent: .abstract.instanceof.App\Repository\Log\OrderNotPaidLogRepository).
Resolving inheritance for "App\Repository\Log\OrderNotPaidLogRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\OrderNotPaidLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsGatewayLogRepository" (parent: .abstract.instanceof.App\Repository\Log\SmsGatewayLogRepository).
Resolving inheritance for "App\Repository\Log\SmsGatewayLogRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsGatewayLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsLogRepository" (parent: .abstract.instanceof.App\Repository\Log\SmsLogRepository).
Resolving inheritance for "App\Repository\Log\SmsLogRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsRequestLogRepository" (parent: .abstract.instanceof.App\Repository\Log\SmsRequestLogRepository).
Resolving inheritance for "App\Repository\Log\SmsRequestLogRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsRequestLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\CardRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\CardRepository).
Resolving inheritance for "App\Repository\Loyalty\CardRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\CardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\StateRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\StateRepository).
Resolving inheritance for "App\Repository\Loyalty\StateRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\StateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\StatusRepository" (parent: .abstract.instanceof.App\Repository\Loyalty\StatusRepository).
Resolving inheritance for "App\Repository\Loyalty\StatusRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\StatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Marketing\StoryRepository" (parent: .abstract.instanceof.App\Repository\Marketing\StoryRepository).
Resolving inheritance for "App\Repository\Marketing\StoryRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Marketing\StoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Monitoring\Status1CRepository" (parent: .abstract.instanceof.App\Repository\Monitoring\Status1CRepository).
Resolving inheritance for "App\Repository\Monitoring\Status1CRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Monitoring\Status1CRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Monitoring\StatusSmsRepository" (parent: .abstract.instanceof.App\Repository\Monitoring\StatusSmsRepository).
Resolving inheritance for "App\Repository\Monitoring\StatusSmsRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Monitoring\StatusSmsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\BuyerProfile\OrganizationProfileRepository" (parent: .abstract.instanceof.App\Repository\Order\BuyerProfile\OrganizationProfileRepository).
Resolving inheritance for "App\Repository\Order\BuyerProfile\OrganizationProfileRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\BuyerProfile\OrganizationProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\DeliveryIntervalRepository" (parent: .abstract.instanceof.App\Repository\Order\DeliveryIntervalRepository).
Resolving inheritance for "App\Repository\Order\DeliveryIntervalRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\DeliveryIntervalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\LegalFileRepository" (parent: .abstract.instanceof.App\Repository\Order\LegalFileRepository).
Resolving inheritance for "App\Repository\Order\LegalFileRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\LegalFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\QueueExportRepository" (parent: .abstract.instanceof.App\Repository\Order\QueueExportRepository).
Resolving inheritance for "App\Repository\Order\QueueExportRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\QueueExportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrderRepository" (parent: .abstract.instanceof.App\Repository\OrderRepository).
Resolving inheritance for "App\Repository\OrderRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Organization\LegalFileRepository" (parent: .abstract.instanceof.App\Repository\Organization\LegalFileRepository).
Resolving inheritance for "App\Repository\Organization\LegalFileRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Organization\LegalFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrganizationRatingRepository" (parent: .abstract.instanceof.App\Repository\OrganizationRatingRepository).
Resolving inheritance for "App\Repository\OrganizationRatingRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrganizationRatingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrganizationRepository" (parent: .abstract.instanceof.App\Repository\OrganizationRepository).
Resolving inheritance for "App\Repository\OrganizationRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrganizationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Payment\CardRepository" (parent: .abstract.instanceof.App\Repository\Payment\CardRepository).
Resolving inheritance for "App\Repository\Payment\CardRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Payment\CardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PersonProfileRepository" (parent: .abstract.instanceof.App\Repository\PersonProfileRepository).
Resolving inheritance for "App\Repository\PersonProfileRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PersonProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\RollRepository" (parent: .abstract.instanceof.App\Repository\Product\RollRepository).
Resolving inheritance for "App\Repository\Product\RollRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\RollRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\StockSequenceRepository" (parent: .abstract.instanceof.App\Repository\Product\StockSequenceRepository).
Resolving inheritance for "App\Repository\Product\StockSequenceRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\StockSequenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\TopFilterRepository" (parent: .abstract.instanceof.App\Repository\Product\TopFilterRepository).
Resolving inheritance for "App\Repository\Product\TopFilterRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\TopFilterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductBlockRepository" (parent: .abstract.instanceof.App\Repository\ProductBlockRepository).
Resolving inheritance for "App\Repository\ProductBlockRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductPropertyRepository" (parent: .abstract.instanceof.App\Repository\ProductPropertyRepository).
Resolving inheritance for "App\Repository\ProductPropertyRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductPropertyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PromoCodeRepository" (parent: .abstract.instanceof.App\Repository\PromoCodeRepository).
Resolving inheritance for "App\Repository\PromoCodeRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PromoCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PromoRepository" (parent: .abstract.instanceof.App\Repository\PromoRepository).
Resolving inheritance for "App\Repository\PromoRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PromoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\QuestionRepository" (parent: .abstract.instanceof.App\Repository\QuestionRepository).
Resolving inheritance for "App\Repository\QuestionRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\QuestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\RateRepository" (parent: .abstract.instanceof.App\Repository\RateRepository).
Resolving inheritance for "App\Repository\RateRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\RateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\RecentRepository" (parent: .abstract.instanceof.App\Repository\RecentRepository).
Resolving inheritance for "App\Repository\RecentRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\RecentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SectionRepository" (parent: .abstract.instanceof.App\Repository\SectionRepository).
Resolving inheritance for "App\Repository\SectionRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SeoTagsRepository" (parent: .abstract.instanceof.App\Repository\SeoTagsRepository).
Resolving inheritance for "App\Repository\SeoTagsRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SeoTagsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ServiceRepository" (parent: .abstract.instanceof.App\Repository\ServiceRepository).
Resolving inheritance for "App\Repository\ServiceRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SlideRepository" (parent: .abstract.instanceof.App\Repository\SlideRepository).
Resolving inheritance for "App\Repository\SlideRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SlideRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SliderRepository" (parent: .abstract.instanceof.App\Repository\SliderRepository).
Resolving inheritance for "App\Repository\SliderRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Statistics\CompletedOrdersStatRepository" (parent: .abstract.instanceof.App\Repository\Statistics\CompletedOrdersStatRepository).
Resolving inheritance for "App\Repository\Statistics\CompletedOrdersStatRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Statistics\CompletedOrdersStatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Statistics\FilterUseRepository" (parent: .abstract.instanceof.App\Repository\Statistics\FilterUseRepository).
Resolving inheritance for "App\Repository\Statistics\FilterUseRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Statistics\FilterUseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\StoreRepository" (parent: .abstract.instanceof.App\Repository\StoreRepository).
Resolving inheritance for "App\Repository\StoreRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\StoreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Supplier\Product\ImportStorageRepository" (parent: .abstract.instanceof.App\Repository\Supplier\Product\ImportStorageRepository).
Resolving inheritance for "App\Repository\Supplier\Product\ImportStorageRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Supplier\Product\ImportStorageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Supplier\Product\TempStorageRepository" (parent: .abstract.instanceof.App\Repository\Supplier\Product\TempStorageRepository).
Resolving inheritance for "App\Repository\Supplier\Product\TempStorageRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Supplier\Product\TempStorageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SupplierRepository" (parent: .abstract.instanceof.App\Repository\SupplierRepository).
Resolving inheritance for "App\Repository\SupplierRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SupplierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\OrderTempStorageRepository" (parent: .abstract.instanceof.App\Repository\TempStorage\OrderTempStorageRepository).
Resolving inheritance for "App\Repository\TempStorage\OrderTempStorageRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\OrderTempStorageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\ProductTempStorageRepository" (parent: .abstract.instanceof.App\Repository\TempStorage\ProductTempStorageRepository).
Resolving inheritance for "App\Repository\TempStorage\ProductTempStorageRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\ProductTempStorageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\UserTempStorageRepository" (parent: .abstract.instanceof.App\Repository\TempStorage\UserTempStorageRepository).
Resolving inheritance for "App\Repository\TempStorage\UserTempStorageRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\UserTempStorageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TokenRepository" (parent: .abstract.instanceof.App\Repository\TokenRepository).
Resolving inheritance for "App\Repository\TokenRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TopicRepository" (parent: .abstract.instanceof.App\Repository\TopicRepository).
Resolving inheritance for "App\Repository\TopicRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TopicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TransactionRepository" (parent: .abstract.instanceof.App\Repository\TransactionRepository).
Resolving inheritance for "App\Repository\TransactionRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\User\NotificationRepository" (parent: .abstract.instanceof.App\Repository\User\NotificationRepository).
Resolving inheritance for "App\Repository\User\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\User\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\UserAddressRepository" (parent: .abstract.instanceof.App\Repository\UserAddressRepository).
Resolving inheritance for "App\Repository\UserAddressRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\UserAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\BatchCreateDenormalizer" (parent: .abstract.instanceof.App\Serializer\Denormalizer\BatchCreateDenormalizer).
Resolving inheritance for "App\Serializer\Denormalizer\BatchCreateDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\BatchCreateDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\EditDenormalizer" (parent: .abstract.instanceof.App\Serializer\Denormalizer\EditDenormalizer).
Resolving inheritance for "App\Serializer\Denormalizer\EditDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\EditDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Advice\ApiArticleNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\Advice\ApiArticleNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\Advice\ApiArticleNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Advice\ApiArticleNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiBrandNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ApiBrandNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ApiBrandNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiBrandNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiContactNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ApiContactNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ApiContactNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiContactNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiErrorNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ApiErrorNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ApiErrorNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiErrorNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiSeoTagsNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ApiSeoTagsNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ApiSeoTagsNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiSeoTagsNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiServiceNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ApiServiceNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ApiServiceNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiServiceNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiSlideNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\ApiSlideNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\ApiSlideNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiSlideNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer).
Resolving inheritance for ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\AuthUserHandler" (parent: .abstract.instanceof.App\Service\Confirmation\Message\AuthUserHandler).
Resolving inheritance for ".instanceof.App\Service\Confirmation\Message\AuthUserHandler.0.App\Service\Confirmation\Message\AuthUserHandler" (parent: .instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\AuthUserHandler).
Resolving inheritance for "App\Service\Confirmation\Message\AuthUserHandler" (parent: .instanceof.App\Service\Confirmation\Message\AuthUserHandler.0.App\Service\Confirmation\Message\AuthUserHandler).
Resolving inheritance for ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ChangeUserPhoneHandler" (parent: .abstract.instanceof.App\Service\Confirmation\Message\ChangeUserPhoneHandler).
Resolving inheritance for ".instanceof.App\Service\Confirmation\Message\ChangeUserPhoneHandler.0.App\Service\Confirmation\Message\ChangeUserPhoneHandler" (parent: .instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ChangeUserPhoneHandler).
Resolving inheritance for "App\Service\Confirmation\Message\ChangeUserPhoneHandler" (parent: .instanceof.App\Service\Confirmation\Message\ChangeUserPhoneHandler.0.App\Service\Confirmation\Message\ChangeUserPhoneHandler).
Resolving inheritance for ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler" (parent: .abstract.instanceof.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler).
Resolving inheritance for ".instanceof.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler.0.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler" (parent: .instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler).
Resolving inheritance for "App\Service\Confirmation\Message\ConfirmOrderBySmsHandler" (parent: .instanceof.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler.0.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler).
Resolving inheritance for ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler" (parent: .abstract.instanceof.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler).
Resolving inheritance for ".instanceof.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler.0.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler" (parent: .instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler).
Resolving inheritance for "App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler" (parent: .instanceof.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler.0.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler).
Resolving inheritance for ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\RegisterUserBySmsHandler" (parent: .abstract.instanceof.App\Service\Confirmation\Message\RegisterUserBySmsHandler).
Resolving inheritance for ".instanceof.App\Service\Confirmation\Message\RegisterUserBySmsHandler.0.App\Service\Confirmation\Message\RegisterUserBySmsHandler" (parent: .instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\RegisterUserBySmsHandler).
Resolving inheritance for "App\Service\Confirmation\Message\RegisterUserBySmsHandler" (parent: .instanceof.App\Service\Confirmation\Message\RegisterUserBySmsHandler.0.App\Service\Confirmation\Message\RegisterUserBySmsHandler).
Resolving inheritance for ".instanceof.App\Service\Installment\Message\StatusNotificationHandler.0.App\Service\Installment\Message\StatusNotificationHandler" (parent: .abstract.instanceof.App\Service\Installment\Message\StatusNotificationHandler).
Resolving inheritance for "App\Service\Installment\Message\StatusNotificationHandler" (parent: .instanceof.App\Service\Installment\Message\StatusNotificationHandler.0.App\Service\Installment\Message\StatusNotificationHandler).
Resolving inheritance for ".instanceof.App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler.0.App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler" (parent: .abstract.instanceof.App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler).
Resolving inheritance for "App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler" (parent: .instanceof.App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler.0.App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler).
Resolving inheritance for ".instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler.0.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler" (parent: .abstract.instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler).
Resolving inheritance for "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler" (parent: .instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler.0.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler).
Resolving inheritance for ".instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler.0.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler" (parent: .abstract.instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler).
Resolving inheritance for "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler" (parent: .instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler.0.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler).
Resolving inheritance for ".instanceof.App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler.0.App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler" (parent: .abstract.instanceof.App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler).
Resolving inheritance for "App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler" (parent: .instanceof.App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler.0.App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler).
Resolving inheritance for ".instanceof.App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler.0.App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler" (parent: .abstract.instanceof.App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler).
Resolving inheritance for "App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler" (parent: .instanceof.App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler.0.App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler).
Resolving inheritance for ".instanceof.App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler.0.App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler" (parent: .abstract.instanceof.App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler).
Resolving inheritance for "App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler" (parent: .instanceof.App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler.0.App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler).
Resolving inheritance for ".instanceof.App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler.0.App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler" (parent: .abstract.instanceof.App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler).
Resolving inheritance for "App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler" (parent: .instanceof.App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler.0.App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler).
Resolving inheritance for ".instanceof.App\Service\Integration\RetailCRM\Form\Message\FormExportHandler.0.App\Service\Integration\RetailCRM\Form\Message\FormExportHandler" (parent: .abstract.instanceof.App\Service\Integration\RetailCRM\Form\Message\FormExportHandler).
Resolving inheritance for "App\Service\Integration\RetailCRM\Form\Message\FormExportHandler" (parent: .instanceof.App\Service\Integration\RetailCRM\Form\Message\FormExportHandler.0.App\Service\Integration\RetailCRM\Form\Message\FormExportHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Service\Loyalty\CardService" (parent: .abstract.instanceof.App\Service\Loyalty\CardService).
Resolving inheritance for "App\Service\Loyalty\CardService" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Service\Loyalty\CardService).
Resolving inheritance for ".instanceof.App\Service\Loyalty\Message\AutoActivationHandler.0.App\Service\Loyalty\Message\AutoActivationHandler" (parent: .abstract.instanceof.App\Service\Loyalty\Message\AutoActivationHandler).
Resolving inheritance for "App\Service\Loyalty\Message\AutoActivationHandler" (parent: .instanceof.App\Service\Loyalty\Message\AutoActivationHandler.0.App\Service\Loyalty\Message\AutoActivationHandler).
Resolving inheritance for ".instanceof.App\Service\SSE\Message\TopicPushHandler.0.App\Service\SSE\Message\TopicPushHandler" (parent: .abstract.instanceof.App\Service\SSE\Message\TopicPushHandler).
Resolving inheritance for "App\Service\SSE\Message\TopicPushHandler" (parent: .instanceof.App\Service\SSE\Message\TopicPushHandler.0.App\Service\SSE\Message\TopicPushHandler).
Resolving inheritance for ".instanceof.App\Service\Sender\Message\SmsNotificationHandler.0.App\Service\Sender\Message\SmsNotificationHandler" (parent: .abstract.instanceof.App\Service\Sender\Message\SmsNotificationHandler).
Resolving inheritance for "App\Service\Sender\Message\SmsNotificationHandler" (parent: .instanceof.App\Service\Sender\Message\SmsNotificationHandler.0.App\Service\Sender\Message\SmsNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\Validator\Assert\IsIinValidator" (parent: .abstract.instanceof.App\Service\Validator\Assert\IsIinValidator).
Resolving inheritance for "App\Service\Validator\Assert\IsIinValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\Validator\Assert\IsIinValidator).
Resolving inheritance for "api.view_jsonp_handler" (parent: fos_rest.view_handler.default).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.event.exception_listner" (parent: .abstract.instanceof.app.event.exception_listner).
Resolving inheritance for "app.event.exception_listner" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.event.exception_listner).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "psr18.forte" (parent: psr18.http_client).
Resolving inheritance for "psr18.api1c" (parent: psr18.http_client).
Resolving inheritance for "psr18.api1cNoTLS" (parent: psr18.http_client).
Resolving inheritance for "psr18.googleAnalytics" (parent: psr18.http_client).
Resolving inheritance for "psr18.apiStaticAkvilon" (parent: psr18.http_client).
Resolving inheritance for "psr18.currencyLayerApi" (parent: psr18.http_client).
Resolving inheritance for "psr18.apiCloudPayments" (parent: psr18.http_client).
Resolving inheritance for "psr18.apiHomeCredit" (parent: psr18.http_client).
Resolving inheritance for "psr18.apiAlem" (parent: psr18.http_client).
Resolving inheritance for "psr18.apiSmscKZ" (parent: psr18.http_client).
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.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.create_confirmation" (parent: limiter).
Resolving inheritance for "limiter.confirm_confirmation" (parent: limiter).
Resolving inheritance for ".main_cache_pool.inner" (parent: cache.adapter.redis).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async_priority_high" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.mail_async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sse_async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.telegram" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine_mongodb.odm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.api" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.api.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.api.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.api.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine_mongodb.odm.default_connection.event_manager" (parent: doctrine_mongodb.odm.connection.event_manager).
Resolving inheritance for "doctrine_mongodb.odm.logs_connection.event_manager" (parent: doctrine_mongodb.odm.connection.event_manager).
Resolving inheritance for "doctrine_mongodb.odm.default_manager_configurator" (parent: doctrine_mongodb.odm.manager_configurator.abstract).
Resolving inheritance for "doctrine_mongodb.odm.logs_manager_configurator" (parent: doctrine_mongodb.odm.manager_configurator.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "command.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "command.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "command.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "command.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "query.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "query.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "query.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "query.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sms" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sms_gateway" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sms_error" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.accessDenied" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importProductSender" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importProductHandler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importSection" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importProductProperty" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importStore" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importOfferSender" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importPackage" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importImages" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.image" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importOfferHandler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.internalImportUsers" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.exportYML" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.exportSiteMap" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.paymentUpdateStatus" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orderPayment" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orderError" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importDeliveryIntervals" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importDeliveryService" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.jetLogistic" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.adminChange" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importProductCode" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importSectionCode" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.exportUser" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importUser" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.userTempStorage" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.loyaltyImport" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.loyaltyCard" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.loyaltyInfo" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.loyaltyAutoActivation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orderExport" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orderImport" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.newOrderImport" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orderSync" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.brandSync" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.exchange1C" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.rewriteDuplicateCodes" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importProduct" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.crmSend" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.invalidProducts" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.analytics" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.rewriteProductsFilters" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.fillBrandsSymbolicCodes" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.fillSectionFilterBrand" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importOfferHandlerForEmailNotifications" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cloudPayments" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importSuppliers" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.smsSender" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.smsRequest" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importProductStocksSequence" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.requests1c" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.favorite" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importLegalContracts" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.wholesaleClean" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.promoCodeImport" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.anyQuery" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.compare" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orderCancel" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orderNewNotification" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.orderNotPaid" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.batchImport" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.calculation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.qiwi" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.selectRolls" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.installment" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.estimate" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.sse" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailSender" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.tgSender" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.importProductPostProcess" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.confirmation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deliveryCalculation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.serviceRotateOrderExportLog" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.badgesBroken" (parent: monolog.logger_prototype).
5
Removing service-argument resolver for controller "App\Controller\Api\Internal\OrderController::getDeliveries": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Api\V1\RecommendationsController::get404Personalised": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Api\V1\RecommendationsController::getMainPersonalised": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Api\V1\RecommendationsController::getProductAlternatives": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\SecurityController::resendConfirmation": no corresponding services exist for the referenced types.
492
Removed service "App\Util\Generation\GenerationAlgorithmFactoryInterface"; reason: private alias.
Removed service "App\Service\Confirmation\ConfirmationServiceInterface $loggingConfirmationService"; reason: private alias.
Removed service "App\Service\Confirmation\ConfirmationServiceInterface"; reason: private alias.
Removed service "App\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "App\Service\Catalog\Section\CountMapBuilderInterface"; reason: private alias.
Removed service "App\Service\Integration\AnyQuery\Recommendations\RecsGatewayInterface"; reason: private alias.
Removed service "App\Service\Order\Delivery\RemoteDeliveryCalculatorInterface"; reason: private alias.
Removed service "App\Model\BaseCartInterface"; reason: private alias.
Removed service "App\Model\Catalog\SectionInterface"; reason: private alias.
Removed service "App\Model\DTO\DeliveryInterface"; reason: private alias.
Removed service "App\Model\DTO\Order\Delivery\Request\OrderDeliveryListRequestInterface"; reason: private alias.
Removed service "App\Service\Calculator\Delivery\Pickup\TransportedItemInterface"; reason: private alias.
Removed service "App\Service\Catalog\Filter\Sort\FilterParamsSorterInterface"; reason: private alias.
Removed service "App\Service\Catalog\Filter\Sort\FilterSortParamsInterface"; reason: private alias.
Removed service "App\Service\Confirmation\Message\Notification\ConfirmNotificationModelInterface"; reason: private alias.
Removed service "App\Service\Integration\AlemTAT\Request\RequestInterface"; reason: private alias.
Removed service "App\Service\Integration\AlemTAT\Response\ResponseInterface"; reason: private alias.
Removed service "App\Service\Integration\SmscKZ\Request\RequestInterface"; reason: private alias.
Removed service "App\Service\Integration\SmscKZ\Response\ResponseInterface"; reason: private alias.
Removed service "App\Service\Internal\Cart\DeliveryCartBuilderInterface"; reason: private alias.
Removed service "App\Service\Payment\PaymentGatewayInterface"; reason: private alias.
Removed service "App\Service\String\StringProcessorInterface"; reason: private alias.
Removed service "App\Service\Subscription\Interfaces\SubscriptionSenderInterface"; 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\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; 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\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "http_client.uri_template_expander"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $forte"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $forte"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $api1c"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $api1c"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $api1cNoTLS"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $api1cNoTLS"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $googleAnalytics"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $googleAnalytics"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $apiStaticAkvilon"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $apiStaticAkvilon"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $currencyLayerApi"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $currencyLayerApi"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $apiCloudPayments"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $apiCloudPayments"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $apiHomeCredit"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $apiHomeCredit"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $apiAlem"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $apiAlem"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $apiSmscKZ"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $apiSmscKZ"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; 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 "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\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 ".Symfony\Component\RateLimiter\RateLimiterFactory $create_confirmation.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $createConfirmationLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $confirm_confirmation.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $confirmConfirmationLimiter"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; 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 ".Symfony\Contracts\Cache\TagAwareCacheInterface $main_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $mainCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $main_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $mainCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $main_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $mainCachePool"; 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\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $query.bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $queryBus"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; 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 "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "fos_rest.validator"; reason: private alias.
Removed service "doctrine_mongodb.odm.cache"; reason: private alias.
Removed service "Doctrine\ODM\MongoDB\DocumentManager"; reason: private alias.
Removed service "Doctrine\Bundle\MongoDBBundle\ManagerRegistry"; reason: private alias.
Removed service "doctrine_mongodb.odm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine_mongodb.odm.command_logger"; reason: private alias.
Removed service "doctrine_mongodb.odm.event_manager"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\Database $mobile_appDatabase"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $mobileAppDatabase"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\Auth $mobile_appAuth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $mobileAppAuth"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\Storage $mobile_appStorage"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $mobileAppStorage"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\RemoteConfig $mobile_appRemote_config"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $mobileAppRemoteConfig"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\Messaging $mobile_appMessaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $mobileAppMessaging"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\Firestore $mobile_appFirestore"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $mobileAppFirestore"; reason: private alias.
Removed service ".Kreait\Firebase\Contract\DynamicLinks $mobile_appDynamic_links"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $mobileAppDynamicLinks"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "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 $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $smsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $sms_gatewayLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $smsGatewayLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $sms_errorLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $smsErrorLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $accessDeniedLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importProductSenderLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importProductHandlerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importSectionLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importProductPropertyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importStoreLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importOfferSenderLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importPackageLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importImagesLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $imageLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importOfferHandlerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $internalImportUsersLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $exportYMLLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $exportSiteMapLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $paymentUpdateStatusLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $orderPaymentLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $orderErrorLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importDeliveryIntervalsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importDeliveryServiceLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $jetLogisticLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $adminChangeLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importProductCodeLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importSectionCodeLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $exportUserLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importUserLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $userTempStorageLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $loyaltyImportLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $loyaltyCardLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $loyaltyInfoLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $loyaltyAutoActivationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $orderExportLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $orderImportLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $newOrderImportLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $orderSyncLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $brandSyncLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $exchange1CLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $rewriteDuplicateCodesLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importProductLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $crmSendLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $invalidProductsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $analyticsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $rewriteProductsFiltersLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $fillBrandsSymbolicCodesLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $fillSectionFilterBrandLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importOfferHandlerForEmailNotificationsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cloudPaymentsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importSuppliersLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $smsSenderLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $smsRequestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importProductStocksSequenceLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requests1cLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $favoriteLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importLegalContractsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $wholesaleCleanLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $promoCodeImportLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $anyQueryLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $compareLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $orderCancelLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $orderNewNotificationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $orderNotPaidLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $batchImportLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $calculationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $qiwiLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $selectRollsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $installmentLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $estimateLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sseLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailSenderLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $tgSenderLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importProductPostProcessLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $confirmationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deliveryCalculationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $serviceRotateOrderExportLogLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $badgesBrokenLogger"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.xe0uL21"; reason: private alias.
Removed service ".service_locator.3Dy6s8H"; reason: private alias.
Removed service ".service_locator.eHRyhYv"; reason: private alias.
Removed service ".service_locator.03YAP.w"; reason: private alias.
Removed service ".service_locator.gg_9N1Y"; reason: private alias.
Removed service ".service_locator.nwrdsKe"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.s0ILLzy"; reason: private alias.
Removed service ".service_locator.KZX_OH9"; reason: private alias.
Removed service ".service_locator.3D2JKx."; reason: private alias.
Removed service ".service_locator.SaPA5.4"; reason: private alias.
Removed service ".service_locator.qSq35iL"; reason: private alias.
Removed service ".service_locator.KT_fS1W"; reason: private alias.
Removed service ".service_locator.p.rxtvl"; reason: private alias.
Removed service ".service_locator.LFz8Oa7"; reason: private alias.
Removed service ".service_locator.ozvmr3g"; reason: private alias.
Removed service ".service_locator.DtCnP0C"; reason: private alias.
Removed service ".service_locator.4fWY6Df"; reason: private alias.
Removed service ".service_locator.ECoJ9Pv"; reason: private alias.
Removed service ".service_locator.4IX8Zf2"; reason: private alias.
Removed service ".service_locator.L9NjZ94"; reason: private alias.
Removed service ".service_locator.U1WNPjb"; reason: private alias.
Removed service ".service_locator.87TRME9"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.VggPhve"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "forte"; reason: private alias.
Removed service "api1c"; reason: private alias.
Removed service "api1cNoTLS"; reason: private alias.
Removed service "googleAnalytics"; reason: private alias.
Removed service "apiStaticAkvilon"; reason: private alias.
Removed service "currencyLayerApi"; reason: private alias.
Removed service "apiCloudPayments"; reason: private alias.
Removed service "apiHomeCredit"; reason: private alias.
Removed service "apiAlem"; reason: private alias.
Removed service "apiSmscKZ"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service ".debug.forte.inner"; reason: private alias.
Removed service ".debug.api1c.inner"; reason: private alias.
Removed service ".debug.api1cNoTLS.inner"; reason: private alias.
Removed service ".debug.googleAnalytics.inner"; reason: private alias.
Removed service ".debug.apiStaticAkvilon.inner"; reason: private alias.
Removed service ".debug.currencyLayerApi.inner"; reason: private alias.
Removed service ".debug.apiCloudPayments.inner"; reason: private alias.
Removed service ".debug.apiHomeCredit.inner"; reason: private alias.
Removed service ".debug.apiAlem.inner"; reason: private alias.
Removed service ".debug.apiSmscKZ.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "command.bus"; reason: private alias.
Removed service "query.bus"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.Pvmntfm"; reason: private alias.
Removed service ".service_locator.fyHE9VL"; reason: private alias.
Removed service ".service_locator.v7.Nuva"; reason: private alias.
Removed service ".service_locator.BN0u_kf"; reason: private alias.
Removed service ".service_locator.C4QH50J"; reason: private alias.
Removed service ".service_locator.HHctcN8"; reason: private alias.
Removed service ".service_locator.dLyp3kb"; reason: private alias.
Removed service ".service_locator.VVbgh.o"; reason: private alias.
Removed service ".service_locator.d6SvKB."; reason: private alias.
Removed service ".service_locator.joZl4_P"; reason: private alias.
Removed service ".service_locator.nbN0IY."; reason: private alias.
Removed service ".service_locator.eipZkzo"; reason: private alias.
Removed service ".service_locator..Aeg1Ds"; reason: private alias.
Removed service ".service_locator.6e4ab1X"; reason: private alias.
Removed service ".service_locator.DzSTwY2"; reason: private alias.
Removed service ".service_locator.ok76Q8n"; reason: private alias.
Removed service ".service_locator._j4h6Fw"; reason: private alias.
Removed service ".service_locator.9yIBwz2"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.WpKurxf"; reason: private alias.
Removed service ".service_locator.PpwRDl4"; reason: private alias.
Removed service ".service_locator.0wBBrlt"; reason: private alias.
Removed service ".service_locator.zvBQg8M"; reason: private alias.
Removed service ".service_locator.shKQmsq"; reason: private alias.
Removed service ".service_locator.nzqWDsR"; reason: private alias.
Removed service ".service_locator.5wCA.fc"; reason: private alias.
Removed service ".service_locator.c4JCG4M"; reason: private alias.
Removed service ".service_locator.tRXWrnZ"; reason: private alias.
Removed service ".service_locator.Oqgje9K"; reason: private alias.
Removed service ".service_locator.IhWPGvz"; reason: private alias.
Removed service ".service_locator.Yuip_Lc"; reason: private alias.
Removed service ".service_locator.OYPECuN"; reason: private alias.
Removed service ".service_locator.BEsFY1H"; reason: private alias.
Removed service ".service_locator.9555jiH"; reason: private alias.
Removed service ".service_locator.yaxUWN_"; reason: private alias.
Removed service ".service_locator.GO9ynti"; reason: private alias.
Removed service ".service_locator.vf3O4kY"; reason: private alias.
Removed service ".service_locator.e1x2aQF"; reason: private alias.
Removed service ".service_locator.FdY3sa1"; reason: private alias.
Removed service ".service_locator.qun7t.V"; reason: private alias.
Removed service ".service_locator.IJMOklW"; reason: private alias.
Removed service ".service_locator.ybWxPph"; reason: private alias.
Removed service ".service_locator.RkSsG6S"; reason: private alias.
Removed service ".service_locator.FCuhUCn"; reason: private alias.
Removed service ".service_locator.Jf95vxu"; reason: private alias.
Removed service ".service_locator.yDjdxN4"; reason: private alias.
Removed service ".service_locator.OV8Ahbj"; reason: private alias.
Removed service ".service_locator.CePWvop"; reason: private alias.
Removed service ".service_locator.pwZnNbG"; reason: private alias.
Removed service ".service_locator..gGoNsm"; reason: private alias.
Removed service ".service_locator.RJ7anv5"; reason: private alias.
Removed service ".service_locator.LktOx65"; reason: private alias.
Removed service ".service_locator.B0sEVLj"; reason: private alias.
Removed service ".service_locator.5RONz0F"; reason: private alias.
Removed service ".service_locator.IAh27iA"; reason: private alias.
Removed service ".service_locator.1Pzl2xE"; reason: private alias.
Removed service ".service_locator.Ix6pd9h"; reason: private alias.
Removed service ".service_locator.mb7Qopf"; reason: private alias.
Removed service ".service_locator.qpq8_pK"; reason: private alias.
Removed service ".service_locator.TM8Wiz."; reason: private alias.
Removed service ".service_locator.ZfCfk_z"; reason: private alias.
Removed service ".service_locator.brp4nsW"; reason: private alias.
Removed service ".service_locator.4RL3Sq."; reason: private alias.
Removed service ".service_locator.xqSk7WF"; reason: private alias.
Removed service ".service_locator.WgdW_Ek"; reason: private alias.
Removed service ".service_locator.dyW6xRw"; reason: private alias.
Removed service ".service_locator.m0isLos"; reason: private alias.
Removed service ".service_locator.x2KLz9."; reason: private alias.
Removed service ".service_locator.ir0vpCS"; reason: private alias.
Removed service ".service_locator.f6EVAug"; reason: private alias.
Removed service ".service_locator.9WY3Gfa"; reason: private alias.
Removed service ".service_locator.JzPf7zX"; reason: private alias.
Removed service ".service_locator.QRFb4lL"; reason: private alias.
Removed service ".service_locator.KftGbrj"; reason: private alias.
Removed service ".service_locator.qmG6ufJ"; reason: private alias.
Removed service ".service_locator.odSt5RQ"; reason: private alias.
Removed service ".service_locator.5sSASuS"; reason: private alias.
Removed service ".service_locator.xBqzXIp"; reason: private alias.
Removed service ".service_locator.ICGqjs."; reason: private alias.
Removed service ".service_locator.CQep8oF"; reason: private alias.
Removed service ".service_locator.yMlfHP4"; reason: private alias.
Removed service ".service_locator.X1HuUQH"; reason: private alias.
Removed service ".service_locator.fwxA9G5"; reason: private alias.
Removed service ".service_locator.GLuDs8z"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.WBoPNQc"; reason: private alias.
Removed service ".service_locator.NSLCXv0"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
150
Changed reference of service "App\Command\Debug\OrderExportCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Command\Integration1C\OrderExportHealthCheckCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\Settings\SiteSettingsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\Tools\OrderExportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Api\V1\FormsController" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Controller\FeedbackController" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Event\Order\Subscriber\OrderAutoConfirmedSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Event\Order\Subscriber\OrderConfirmationIsNeededSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Event\Order\Subscriber\OrderConfirmedSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Event\Order\Subscriber\OrderCreatedSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Event\Subscriber\SmsRequestLimitSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Event\Subscriber\SmsSendingFailedSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Event\Subscriber\WorkerMessageFailedSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Form\CustomType\ImageFileType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\CartService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Catalog\Product\ListBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Confirmation\Message\ConfirmOrderBySmsHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Confirmation\PhoneConfirmService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Installment\Message\StatusNotificationSender" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\Integration\Import1C\Catalog\Offer\Message\Sender\OfferMessageSender" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\Integration\Import1C\Catalog\Product\Message\Sender\ProductMessageSender" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\Integration\Import1C\Monitoring\HealthCheckService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Integration\Import1C\Monitoring\SmsHealthCheckService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Integration\Import1C\Order\Export\OrderExportService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Integration\Import1C\Order\Message\NewOrderNotificationSender" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\Integration\Import1C\Order\Message\OrderExportCommandSender" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationSender" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\Integration\Import1C\Order\OrderCreateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Integration\Import1C\Order\OrderSyncService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Integration\Import1C\User\UserService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Internal\Order\BatchProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Internal\Order\UnpaidOrderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Loyalty\ActivationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Loyalty\Message\AutoActivationSender" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\Order\Cancel\OrderCancelService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Order\OrderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\SSE\Message\TopicPushHandler" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\SSE\PushService" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "App\Service\Security\Admin\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Security\PhoneConfirmService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Sender\Message\SmsNotificationHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Sender\Message\SmsNotificationSender" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
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 "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" 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.traced.command.bus" to "messenger.default_bus".
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 "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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "chatter" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "chatter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.telegram" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "data_collector.messenger" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
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 "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.api.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_handler.default" previously pointing to "router.default" to "router".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "api.view_jsonp_handler" to "fos_rest.view_handler".
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 "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.MEa3gue" previously pointing to "api.view_jsonp_handler" to "fos_rest.view_handler".
Changed reference of service "command.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "query.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jIERMQW" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "api.view_jsonp_handler" to "fos_rest.view_handler".
Changed reference of service ".service_locator.JkaYaOo" previously pointing to "router.default" to "router".
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.im8QGPA" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
1410
Removed service "App\Dto"; reason: abstract.
Removed service "App\Document"; 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 "http_client.abstract_retry_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 "limiter"; 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 "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine_mongodb.odm.connection.event_manager"; reason: abstract.
Removed service "doctrine_mongodb.odm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine_mongodb.odm.security.user.provider"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.param_converter"; reason: abstract.
Removed service ".abstract.instanceof.param_converter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\AddCardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Admin\Loyalty\Card\AddCardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\RemoveCardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Admin\Loyalty\Card\RemoveCardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\Loyalty\Card\SetStateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Admin\Loyalty\Card\SetStateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\CreateByEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Admin\User\CreateByEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\CreateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Admin\User\CreateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\User\SetPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Admin\User\SetPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Advice\AdviceGenerateRssCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Advice\AdviceGenerateRssCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ActivateAllProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\ActivateAllProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Brand\FillCodesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\Brand\FillCodesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\CheckOffersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\CheckOffersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\DeactivateInvalidProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\DeactivateInvalidProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportCalculatorOffProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\ExportCalculatorOffProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportDuplicateProductCodes"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\ExportDuplicateProductCodes"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ExportProductsToFBCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\ExportProductsToFBCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GetNoImageProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\GetNoImageProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GetNoImageSectionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\GetNoImageSectionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\GoogleFeedGenerator"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\GoogleFeedGenerator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ImportProductCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\ImportProductCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ImportSectionCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\ImportSectionCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\AddFilterUseToTopFilterCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\Product\AddFilterUseToTopFilterCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\FillFiltersCodesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\Product\FillFiltersCodesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\FindLiquidationProductsWithoutDiscountCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\Product\FindLiquidationProductsWithoutDiscountCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Product\GetUnitCalculatorProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\Product\GetUnitCalculatorProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\RemoveExpiredRecentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\RemoveExpiredRecentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\RewriteDuplicateProductCodes"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\RewriteDuplicateProductCodes"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\Section\FillFilterSettingsBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\Section\FillFilterSettingsBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\SetHideScoreProductFlagCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\SetHideScoreProductFlagCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\SetSectionCountCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\SetSectionCountCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ShowEmptyCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\ShowEmptyCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Catalog\ShowProductWithCharacteristicCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Catalog\ShowProductWithCharacteristicCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CatalogExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CatalogExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\City\FillCitiesCoordsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\City\FillCitiesCoordsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Compare\FixBrokenReferenceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Compare\FixBrokenReferenceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Compare\RemoveDuplicateListsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Compare\RemoveDuplicateListsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ContentPositionUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ContentPositionUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\ClearOldRatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Currency\ClearOldRatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\ExchangeRateUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Currency\ExchangeRateUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Currency\QiwiRateUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Currency\QiwiRateUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Cache\GetCacheItemCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Cache\GetCacheItemCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Cache\SeoTagCacheClear"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Cache\SeoTagCacheClear"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithSetCountCoefficientEqualZeroCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Catalog\FindProductWithSetCountCoefficientEqualZeroCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithSetSizeEqualOneCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Catalog\FindProductWithSetSizeEqualOneCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindProductWithWrongCharacteristicsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Catalog\FindProductWithWrongCharacteristicsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Catalog\FindWrongNamedPropertiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Catalog\FindWrongNamedPropertiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\CleanDeletedSeoTagsInBrandsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\CleanDeletedSeoTagsInBrandsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\CompareRollsAndStocksCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\CompareRollsAndStocksCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\FindBrandDuplicatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\FindBrandDuplicatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Integration\SendSmsViaSmsKZCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Integration\SendSmsViaSmsKZCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\AutoActivateByUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Loyalty\AutoActivateByUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\DeleteDuplicateCardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Loyalty\DeleteDuplicateCardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\DuplicateCardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Loyalty\DuplicateCardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Loyalty\ExportCardsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Loyalty\ExportCardsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Mail\SendCheckMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Mail\SendCheckMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Order\OrderCompareStatusFor1C"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Order\OrderCompareStatusFor1C"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\OrderExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderPayCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\OrderPayCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\OrderStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\OrderStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\RemoveQueueExportRecordsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\RemoveQueueExportRecordsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\RemoveUsersFromSmsAttackCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\RemoveUsersFromSmsAttackCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\SetTypesToSeoTagsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\SetTypesToSeoTagsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\Test1CCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\Test1CCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestAnyQueryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\TestAnyQueryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestGTMCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\TestGTMCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestOrderInvoiceGenerationSendMessageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\TestOrderInvoiceGenerationSendMessageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\TestSymfonyMailerCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\TestSymfonyMailerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\User\FindUserYoungerThanEighteen"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\User\FindUserYoungerThanEighteen"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\User\FixBirthdayCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\User\FixBirthdayCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\WholesaleManagersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\WholesaleManagersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\FixBrokenReferenceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Favorite\FixBrokenReferenceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\RemoveDuplicateListsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Favorite\RemoveDuplicateListsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Favorite\TmpFavoriteStatsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Favorite\TmpFavoriteStatsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\File\CleanTmpFilesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\File\CleanTmpFilesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\File\MoveSectionsImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\File\MoveSectionsImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\BrandSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\BrandSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\ContractsImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\ContractsImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\DeliveryIntervalsImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\DeliveryIntervalsImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\ImportDeliveryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\ImportDeliveryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\NewOrderImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\NewOrderImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\OrderExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderExportHealthCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\OrderExportHealthCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\OrderImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\OrderImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\Ping1CCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\Ping1CCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\PromoCodeImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\PromoCodeImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\UserImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserImportProcessingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\UserImportProcessingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration1C\UserSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration1C\UserSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntegrationRetailCRM\FeedbackExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IntegrationRetailCRM\FeedbackExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntegrationRetailCRM\FormExportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IntegrationRetailCRM\FormExportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\ImportStocksSequenceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Internal\ImportStocksSequenceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\ImportUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Internal\ImportUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\Tmp\AddUserBarcodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Internal\Tmp\AddUserBarcodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Internal\Tmp\CreateSelfServiceReasonsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Internal\Tmp\CreateSelfServiceReasonsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadCitiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadCitiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\AutoActivateCardsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Loyalty\AutoActivateCardsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\BindForSiteCardsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Loyalty\BindForSiteCardsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportCardCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Loyalty\ImportCardCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportStateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Loyalty\ImportStateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Loyalty\ImportStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Loyalty\ImportStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migrate\Product\SetProductDiscountedPriceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migrate\Product\SetProductDiscountedPriceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\Products\ClearPointsMultipliersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migration\Products\ClearPointsMultipliersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\SetPropertyCodesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migration\SetPropertyCodesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\SetPropertyUnitsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migration\SetPropertyUnitsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\UpdateBrandNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migration\UpdateBrandNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Migration\UpdateSectionNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Migration\UpdateSectionNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mobile\SendReviewsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Mobile\SendReviewsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Offer\SendLogOfErrorImportOffersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Offer\SendLogOfErrorImportOffersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\CheckPaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Order\CheckPaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\ExportCsvCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Order\ExportCsvCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\ExportXlsxCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Order\ExportXlsxCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\MarkDuplicatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Order\MarkDuplicatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\UpdateTransactionStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\UpdateTransactionStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductImportProcessingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductImportProcessingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPostProcessCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductPostProcessCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPropertyImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductPropertyImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenameNursultanCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RenameNursultanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SectionImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SectionImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SetPopularSectionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SetPopularSectionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SiteMapCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SiteMapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SmsSendCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SmsSendCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Statistics\InitCompletedOrdersStatCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Statistics\InitCompletedOrdersStatCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\StoreImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\StoreImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\ImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Supplier\Product\ImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\ImportXlsxCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Supplier\Product\ImportXlsxCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Supplier\Product\MoveProductsImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Supplier\Product\MoveProductsImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Systemic\MongoLog\RotateOrderExportLogCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Systemic\MongoLog\RotateOrderExportLogCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\CreateOrderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\CreateOrderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\ResolveUserDoublesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\ResolveUserDoublesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\RestoreCitiesCoordinateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\RestoreCitiesCoordinateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionDoubleCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\SectionDoubleCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionsActiveWithoutProductCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\SectionsActiveWithoutProductCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\SectionsNotActiveCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\SectionsNotActiveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddConditionForCalculationGKLOneCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpAddConditionForCalculationGKLOneCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddMobileVersionSettingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpAddMobileVersionSettingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpAddVirtualSectionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpAddVirtualSectionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCalculationFindProductWithoutCharacteristicCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpCalculationFindProductWithoutCharacteristicCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCleanProductName"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpCleanProductName"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpClearTestOrders"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpClearTestOrders"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCompleteOldOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpCompleteOldOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpCreateWholesaleForTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpCreateWholesaleForTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportActiveProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpExportActiveProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportGooglePopularProducts"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpExportGooglePopularProducts"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportLostCartsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpExportLostCartsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportProductsByBrandCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpExportProductsByBrandCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportProductsOnOrderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpExportProductsOnOrderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpExportSectionImgParamsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpExportSectionImgParamsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillCalculationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpFillCalculationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillCharacteristicsForListCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpFillCharacteristicsForListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFillPostalIndexesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpFillPostalIndexesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFindInactiveSectionsWithActiveProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpFindInactiveSectionsWithActiveProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpFindProductBadCharacteristicCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpFindProductBadCharacteristicCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpImportDeliveryIntervals"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpImportDeliveryIntervals"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpRemoveNonActivatedLoyaltyCardsForUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpRemoveNonActivatedLoyaltyCardsForUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetAlemCityNamesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpSetAlemCityNamesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetProductsStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpSetProductsStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpSetSortFieldForProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpSetSortFieldForProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTestActionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpTestActionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpTrimCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimProductCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpTrimProductCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimProductsNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpTrimProductsNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimSectionCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpTrimSectionCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tmp\TmpTrimWhiteSpacesFromUserAddressesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tmp\TmpTrimWhiteSpacesFromUserAddressesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Wholesale\WholesaleCleanCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Wholesale\WholesaleCleanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Advice\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Advice\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Advice\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Advice\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Advice\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Advice\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BannerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BrandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\CopycatVirtualSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\CopycatVirtualSectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Catalog\CopycatVirtualSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\Sections\CatalogSectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\Sections\CatalogSectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Catalog\Sections\CatalogSectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Catalog\VirtualSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Catalog\VirtualSectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Catalog\VirtualSectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Delivery\WarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Delivery\WarehouseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Delivery\WarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DeliveryContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DeliveryInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DeliveryInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DeliveryInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InfoMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InfoMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\InfoMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InternalOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InternalOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\InternalOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LicenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LicenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LicenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Main\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Main\ProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Main\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\PushController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\PushController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Marketing\PushController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\StoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\StoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Marketing\StoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Marketing\TopBuyersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Marketing\TopBuyersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Marketing\TopBuyersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewSlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewSlideController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\NewSlideController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrganizationRatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrganizationRatingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrganizationRatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PropertyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PropertyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PropertyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SeoTagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SeoTagsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SeoTagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Settings\SiteSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Settings\SiteSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Settings\SiteSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Settings\StoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Settings\StoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Settings\StoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SliderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Statistics\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\FilterUseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\FilterUseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Statistics\FilterUseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Statistics\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Statistics\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Statistics\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\Import\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\Import\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Supplier\Import\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Supplier\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Supplier\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Supplier\SupplierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Supplier\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\CartCalculationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\CartCalculationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\CartCalculationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\LogSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\LogSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\LogSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\LoyaltyCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\LoyaltyCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\LoyaltyCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\MobileVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\MobileVersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\MobileVersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\MonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\MonitoringController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\MonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderCancelExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderCancelExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\OrderCancelExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\OrderExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\OrderNotPaidController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\OrderNotPaidController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\OrderNotPaidController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\ProductNoImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\ProductNoImagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\ProductNoImagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\SmsGatewayLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\SmsGatewayLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\SmsGatewayLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\SmsLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\SmsLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\SmsLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\TestCalculatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\TestCalculatorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\TestCalculatorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Tools\UserUpdateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Tools\UserUpdateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Tools\UserUpdateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TopFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TopFilterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TopFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Utils\TypografController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Utils\TypografController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Utils\TypografController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Utils\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Utils\UploadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Utils\UploadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Wholesale\ClientSelectionLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Wholesale\ClientSelectionLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Wholesale\ClientSelectionLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Wholesale\WholesaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Wholesale\WholesaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Wholesale\WholesaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Advice\AdviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Advice\AdviceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Advice\AdviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CloudPayments\HookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CloudPayments\HookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CloudPayments\HookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\BarcodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\BarcodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\BarcodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Buyer\AddressesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Buyer\AddressesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Buyer\AddressesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Buyer\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Buyer\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Buyer\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\FiltersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Catalog\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\ProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Catalog\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\RollsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\RollsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Catalog\RollsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Catalog\SectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Catalog\SectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Catalog\SectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Delivery\CitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Delivery\CitiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Delivery\CitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Delivery\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Delivery\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Delivery\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\DeliveryCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\DeliveryCartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\DeliveryCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Order\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Order\DeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Order\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\Order\UnpaidOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\Order\UnpaidOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\Order\UnpaidOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrganizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\OrganizationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\OrganizationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\OrganizationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\SelfServiceReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\SelfServiceReasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\SelfServiceReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\StoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\StoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\StoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Internal\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Internal\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Internal\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\Catalog\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\Catalog\ProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Mobile\V1\Catalog\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\ReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\ReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Mobile\V1\ReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Mobile\V1\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Mobile\V1\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Mobile\V1\VersionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Mobile\V1\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Alytics\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Alytics\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Alytics\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\BannerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CalculationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CalculationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\CalculationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\FiltersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Catalog\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\FiltersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Catalog\Sets\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\ProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Catalog\Sets\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Catalog\Sets\SectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Catalog\Sets\SectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Catalog\Sets\SectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\CompareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\CompareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\CompareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\EstimateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\EstimateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\EstimateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\FavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\FormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\FormsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\FormsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\HomeCredit\HookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\HomeCredit\HookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\HomeCredit\HookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\InfoMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\InfoMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\InfoMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\ClientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Integration\ClientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\DeliveryIntervalsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\DeliveryIntervalsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Integration\DeliveryIntervalsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Integration\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Integration\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Integration\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Integration\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\DeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Order\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\OrderCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\OrderCancelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Order\OrderCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Order\OrderCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Order\OrderCheckController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Order\OrderCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PreviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\PreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\ProductBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\ProductBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\ProductBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PromoCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PromoCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\PromoCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\PromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\PromoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\PromoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\RecommendationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\RecommendationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\RecommendationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\SSEAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\SSEAuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\SSEAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\Search\AutocompleteSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\Search\AutocompleteSearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\Search\AutocompleteSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\StoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\StoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\StoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UserNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UserNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\User\UserNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V1\User\UserStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V1\User\UserStateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V1\User\UserStateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Compare\CompareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Compare\CompareController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\Compare\CompareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Favorite\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Favorite\FavoriteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\Favorite\FavoriteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\FiltersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\ProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Recs\RecsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Recs\RecsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\Recs\RecsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\FiltersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\Sets\FiltersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\ProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\Sets\ProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Catalog\Sets\SectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Catalog\Sets\SectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Catalog\Sets\SectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\City\CityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\City\CityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\City\CityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OfdInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OfdInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Order\OfdInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Order\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\V2\Order\OrderDeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\V2\Order\OrderDeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\V2\Order\OrderDeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BrandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BuyerProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BuyerProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\BuyerProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CurrencyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryPickupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryPickupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryPickupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DeliveryServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DeliveryServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DeliveryServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GeolocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GeolocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GeolocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Integration1CController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Integration1CController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Integration1CController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LicenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LicenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LicenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\ActivationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\ActivationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Loaylty\ActivationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Loaylty\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Loaylty\InfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Loaylty\InfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Loaylty\InfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\PushController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\PushController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\PushController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrganizationRatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrganizationRatingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrganizationRatingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Payment\CardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Payment\CardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Payment\CardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PickUpPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PickUpPointController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PickUpPointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RecentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecipientProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecipientProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RecipientProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SliderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TagController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TagController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserAddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserSubscriptionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserSubscriptionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserSubscriptionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Cart\Subscriber\CartUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Cart\Subscriber\CartUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AccessDeniedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Listener\AccessDeniedListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Listener\AccessExceptionRewriterListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Listener\AccessExceptionRewriterListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderAutoConfirmedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderAutoConfirmedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCanceledSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderCanceledSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCompletedSyncedLoyaltyAutoBindSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderCompletedSyncedLoyaltyAutoBindSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCompletedSyncedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderCompletedSyncedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderConfirmationIsNeededSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderConfirmationIsNeededSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderConfirmedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderConfirmedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderCreatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderCreatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderReadyToExportEmailNotificationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderReadyToExportEmailNotificationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderReadyToExportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderReadyToExportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderSyncedHomecreditInstallmentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderSyncedHomecreditInstallmentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Order\Subscriber\OrderValidationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Order\Subscriber\OrderValidationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\AccessDeniedLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\AccessDeniedLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\CatalogRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\CatalogRequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\HealthCheckSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\HealthCheckSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\LoginSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\LoginSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\MailerFailedMessageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\MailerFailedMessageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsLimitExceedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\SmsLimitExceedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsRequestLimitSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\SmsRequestLimitSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\SmsRequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\SmsSendingFailedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\SmsSendingFailedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\StoreImageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\StoreImageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\TelegramBotSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\TelegramBotSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\Subscriber\WorkerMessageFailedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\Subscriber\WorkerMessageFailedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Article\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Advice\Article\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Article\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Advice\Article\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Category\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Advice\Category\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Advice\Category\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Advice\Category\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Banner\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Banner\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Banner\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Banner\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Brand\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Brand\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Brand\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Brand\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Calculation\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Calculation\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Calculation\EditItemFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Calculation\EditItemFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\Sections\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Catalog\Sections\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\CopycatAddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\CopycatAddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\CopycatEditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\CopycatEditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\EmbeddedFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\EmbeddedFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Catalog\VirtualSection\FilterItemFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Catalog\VirtualSection\FilterItemFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\City\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\City\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\City\EmbeddedCoordinatesFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\City\EmbeddedCoordinatesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Contact\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Contact\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Contact\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Contact\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\DeliveryTextAddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\DeliveryTextAddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\DeliveryTextEditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\DeliveryTextEditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Content\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Content\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Delivery\Warehouse\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Delivery\Warehouse\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Delivery\Warehouse\EmbeddedCoordinatesFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Delivery\Warehouse\EmbeddedCoordinatesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DeliveryInfo\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DeliveryInfo\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DeliveryInfo\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DeliveryInfo\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\AddHasImagesFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\AddHasImagesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Image\EditHasImagesFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Image\EditHasImagesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InfoMessage\CreateOrEditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\InfoMessage\CreateOrEditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Main\Products\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Main\Products\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\PushFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Marketing\PushFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Marketing\Story\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\AddStoryItemFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Marketing\Story\AddStoryItemFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Marketing\Story\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EditStoryItemFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Marketing\Story\EditStoryItemFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Marketing\Story\EmbeddedButtonFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Marketing\Story\EmbeddedButtonFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationRating\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\OrganizationRating\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrganizationRating\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\OrganizationRating\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductBlock\PrepareFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductBlock\PrepareFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Promo\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Promo\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Promo\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Promo\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Property\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Property\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Section\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\ImageLoadFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Section\ImageLoadFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\SeoAddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Section\SeoAddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Section\SeoEditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Section\SeoEditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Seo\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Seo\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Seo\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Seo\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Service\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Service\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Service\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Service\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Settings\Site\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Settings\Site\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Settings\Store\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Settings\Store\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slide\NewAddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Slide\NewAddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slide\NewEditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Slide\NewEditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SlidePosition\SlidePositionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SlidePosition\SlidePositionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slider\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Slider\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Slider\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Slider\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Supplier\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Supplier\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Supplier\Import\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Supplier\Import\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SuppliersProduct\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\EditFormTempType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SuppliersProduct\EditFormTempType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SuppliersProduct\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SuppliersProduct\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\MobileVersion\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Tools\MobileVersion\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\User\EditExternalIdType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Tools\User\EditExternalIdType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Tools\User\EditPhoneType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Tools\User\EditPhoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TopFilter\AddFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\TopFilter\AddFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TopFilter\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\TopFilter\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\Wholesale\EditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\Wholesale\EditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ImageFileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomType\ImageFileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\MultipleFilesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomType\MultipleFilesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomType\ProductPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPropertiesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomType\ProductPropertiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomType\ProductPropertyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomType\ProductPropertyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\ButtonListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventListener\ButtonListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Form\EventListener\CoordinatesListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EventListener\CoordinatesListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Admin\DeliveryInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Admin\DeliveryInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Advice\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Advice\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Advice\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Advice\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BankRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BankRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\BrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Calculation\CalculationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Calculation\CalculationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CallBackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CallBackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CartItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Catalog\VirtualSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Catalog\VirtualSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ColorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ColorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Compare\CompareRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Compare\CompareRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ConfirmationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConfirmationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ContentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Delivery\WarehouseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Delivery\WarehouseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Estimate\EstimateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Estimate\EstimateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Favorite\FavoriteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Favorite\FavoriteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Feedback\WholesalerPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Feedback\WholesalerPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\FileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Filter\FilterPositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Filter\FilterPositionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Forms\CallOrderRoofRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forms\CallOrderRoofRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\IndividualRecipientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IndividualRecipientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\InfoMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InfoMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Internal\ClientSelectionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Internal\ClientSelectionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Internal\SelfServiceReasonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Internal\SelfServiceReasonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\LicenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LicenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Locality\Delivery\LocalityDeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Locality\Delivery\LocalityDeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\CartCalculationLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\CartCalculationLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\LoyaltyCardLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\LoyaltyCardLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\OrderExportLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\OrderExportLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\OrderNotPaidLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\OrderNotPaidLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsGatewayLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\SmsGatewayLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\SmsLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Log\SmsRequestLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Log\SmsRequestLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\CardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\CardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\StateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\StateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Loyalty\StatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Loyalty\StatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Marketing\StoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Marketing\StoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Monitoring\Status1CRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Monitoring\Status1CRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Monitoring\StatusSmsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Monitoring\StatusSmsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\BuyerProfile\OrganizationProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\BuyerProfile\OrganizationProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\DeliveryIntervalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\DeliveryIntervalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\LegalFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\LegalFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Order\QueueExportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\QueueExportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Organization\LegalFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Organization\LegalFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrganizationRatingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrganizationRatingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\OrganizationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrganizationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Payment\CardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Payment\CardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PersonProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PersonProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\RollRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\RollRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\StockSequenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\StockSequenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Product\TopFilterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Product\TopFilterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductPropertyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductPropertyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PromoCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\PromoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PromoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\QuestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QuestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\RateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\RecentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SeoTagsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SeoTagsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\ServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SlideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SlideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Statistics\CompletedOrdersStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Statistics\CompletedOrdersStatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Statistics\FilterUseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Statistics\FilterUseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\StoreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StoreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Supplier\Product\ImportStorageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Supplier\Product\ImportStorageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\Supplier\Product\TempStorageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Supplier\Product\TempStorageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\SupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\OrderTempStorageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TempStorage\OrderTempStorageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\ProductTempStorageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TempStorage\ProductTempStorageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TempStorage\UserTempStorageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TempStorage\UserTempStorageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TopicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TopicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\TransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\User\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\UserAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\BatchCreateDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Denormalizer\BatchCreateDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\EditDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Denormalizer\EditDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Advice\ApiArticleNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\Advice\ApiArticleNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiBrandNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ApiBrandNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiContactNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ApiContactNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiErrorNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ApiErrorNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiSeoTagsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ApiSeoTagsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiServiceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ApiServiceNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\ApiSlideNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\ApiSlideNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\Supplier\Product\SuppliersProductNormalizer"; reason: abstract.
Removed service ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\AuthUserHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Confirmation\Message\AuthUserHandler.0.App\Service\Confirmation\Message\AuthUserHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Confirmation\Message\AuthUserHandler"; reason: abstract.
Removed service ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ChangeUserPhoneHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Confirmation\Message\ChangeUserPhoneHandler.0.App\Service\Confirmation\Message\ChangeUserPhoneHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Confirmation\Message\ChangeUserPhoneHandler"; reason: abstract.
Removed service ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler.0.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Confirmation\Message\ConfirmOrderBySmsHandler"; reason: abstract.
Removed service ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler.0.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Confirmation\Message\ConfirmPointsPaymentBySmsHandler"; reason: abstract.
Removed service ".instanceof.App\Service\MessageBus\QueryHandlerInterface.0.App\Service\Confirmation\Message\RegisterUserBySmsHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Confirmation\Message\RegisterUserBySmsHandler.0.App\Service\Confirmation\Message\RegisterUserBySmsHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Confirmation\Message\RegisterUserBySmsHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Installment\Message\StatusNotificationHandler.0.App\Service\Installment\Message\StatusNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Installment\Message\StatusNotificationHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler.0.App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler.0.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler.0.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductPostProcessHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler.0.App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler.0.App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Integration\Import1C\Order\Message\OrderExportCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler.0.App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler.0.App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Integration\RetailCRM\Form\Message\FormExportHandler.0.App\Service\Integration\RetailCRM\Form\Message\FormExportHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Integration\RetailCRM\Form\Message\FormExportHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.App\Service\Loyalty\CardService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Loyalty\CardService"; reason: abstract.
Removed service ".instanceof.App\Service\Loyalty\Message\AutoActivationHandler.0.App\Service\Loyalty\Message\AutoActivationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Loyalty\Message\AutoActivationHandler"; reason: abstract.
Removed service ".instanceof.App\Service\SSE\Message\TopicPushHandler.0.App\Service\SSE\Message\TopicPushHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\SSE\Message\TopicPushHandler"; reason: abstract.
Removed service ".instanceof.App\Service\Sender\Message\SmsNotificationHandler.0.App\Service\Sender\Message\SmsNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Sender\Message\SmsNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Service\Validator\Assert\IsIinValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Validator\Assert\IsIinValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.event.exception_listner"; reason: abstract.
Removed service ".abstract.instanceof.app.event.exception_listner"; reason: abstract.
495
Removed service "App\Adapter\Supplier\ProductAdapter"; reason: unused.
Removed service "App\Adapter\Supplier\SuppliersProductAdapter"; reason: unused.
Removed service "App\Event\Card\CardActivationFailedEvent"; reason: unused.
Removed service "App\Event\Cart\CartUpdatedEvent"; reason: unused.
Removed service "App\Event\CatalogRequestEvent"; reason: unused.
Removed service "App\Event\FailedMessageEvent"; reason: unused.
Removed service "App\Event\Handler\Api\JsonpHandler"; reason: unused.
Removed service "App\Event\Import1cStatusChangeEvent"; reason: unused.
Removed service "App\Event\Listener\JWT\AuthenticationFailureListener"; reason: unused.
Removed service "App\Event\Listener\JWT\JWTExpiredListener"; reason: unused.
Removed service "App\Event\Listener\JWT\JWTInvalidListener"; reason: unused.
Removed service "App\Event\Listener\JWT\JWTNotFoundListener"; reason: unused.
Removed service "App\Event\Order\OrderAutoConfirmedEvent"; reason: unused.
Removed service "App\Event\Order\OrderCanceledEvent"; reason: unused.
Removed service "App\Event\Order\OrderCanceledSyncedEvent"; reason: unused.
Removed service "App\Event\Order\OrderCompletedSyncedEvent"; reason: unused.
Removed service "App\Event\Order\OrderConfirmationIsNeededEvent"; reason: unused.
Removed service "App\Event\Order\OrderConfirmedEvent"; reason: unused.
Removed service "App\Event\Order\OrderCreatedEvent"; reason: unused.
Removed service "App\Event\Order\OrderExportFailedEvent"; reason: unused.
Removed service "App\Event\Order\OrderReadyToExportEvent"; reason: unused.
Removed service "App\Event\Order\OrderValidationEvent"; reason: unused.
Removed service "App\Event\QueueExportExpiredEvent"; reason: unused.
Removed service "App\Event\SmsLimitExceedEvent"; reason: unused.
Removed service "App\Event\SmsRequestEvent"; reason: unused.
Removed service "App\Event\SmsSendingFailedEvent"; reason: unused.
Removed service "App\Event\Status\Api1CStatusChangedEvent"; reason: unused.
Removed service "App\Event\Status\SmsGatewayStatusChangedEvent"; reason: unused.
Removed service "App\Event\User\UserExportFailedEvent"; reason: unused.
Removed service "App\Exception\Calculation\CalculationException"; reason: unused.
Removed service "App\Exception\Cart\CostCalculationException"; reason: unused.
Removed service "App\Exception\Cart\LimitExceedingException"; reason: unused.
Removed service "App\Exception\Cart\OfflineProductException"; reason: unused.
Removed service "App\Exception\Compare\CompareException"; reason: unused.
Removed service "App\Exception\ConfigurationException"; reason: unused.
Removed service "App\Exception\Confirmation\ConfirmationException"; reason: unused.
Removed service "App\Exception\Delivery\CalculatorDoesNotExistException"; reason: unused.
Removed service "App\Exception\DeliveryCart\DeliveryCartException"; reason: unused.
Removed service "App\Exception\Exception"; reason: unused.
Removed service "App\Exception\Export\GoogleMerchantException"; reason: unused.
Removed service "App\Exception\Export\RssFeedGeneratorException"; reason: unused.
Removed service "App\Exception\Export\SiteMapGeneratorException"; reason: unused.
Removed service "App\Exception\Export\YandexMarketException"; reason: unused.
Removed service "App\Exception\FTP\FtpException"; reason: unused.
Removed service "App\Exception\Installment\InstallmentException"; reason: unused.
Removed service "App\Exception\Integration\Import1C\GatewayBlockException"; reason: unused.
Removed service "App\Exception\Integration\Import1C\Order\ExportException"; reason: unused.
Removed service "App\Exception\Integration\Import1C\Order\ReceivingItemException"; reason: unused.
Removed service "App\Exception\Itegration\Import1C\Order\OrderCreateException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\BuyerPhoneNumberIsNotSpecifiedException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\CardAlreadyActivatedException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\CardCannotBeActivatedException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\CardInProcessActivationException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\CardMainProActivatedException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\CardNotIssuedAtTheStoreException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\OwnerCardsNotFoundException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\OwnersPhoneNumberDoesntMatchException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\PhoneMismatchCardException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\PhoneNumberDoesNotMatchException"; reason: unused.
Removed service "App\Exception\Loyalty\Activation\PhoneNumberIsNotIndicatedOnCardException"; reason: unused.
Removed service "App\Exception\Loyalty\Card\CardCannotBeUsedException"; reason: unused.
Removed service "App\Exception\Loyalty\Card\MultipleActiveCardsException"; reason: unused.
Removed service "App\Exception\Loyalty\Card\MultiplePreActiveCardsException"; reason: unused.
Removed service "App\Exception\Loyalty\Card\UserAlreadyHasCardException"; reason: unused.
Removed service "App\Exception\Loyalty\Card\UserHasNoCardException"; reason: unused.
Removed service "App\Exception\Loyalty\Exception"; reason: unused.
Removed service "App\Exception\Loyalty\Payment\AmountOverLimitsException"; reason: unused.
Removed service "App\Exception\Loyalty\Payment\InsufficientPointsException"; reason: unused.
Removed service "App\Exception\Loyalty\Payment\PointsPayUnavailableException"; reason: unused.
Removed service "App\Exception\Order\Cancel\OrderCancelException"; reason: unused.
Removed service "App\Exception\Order\Cancel\OrderStatusDeniesCancel"; reason: unused.
Removed service "App\Exception\Order\InvalidArgumentException"; reason: unused.
Removed service "App\Exception\Order\OrderException"; reason: unused.
Removed service "App\Exception\Order\OrderOwnerMismatchException"; reason: unused.
Removed service "App\Exception\Payment\CardException"; reason: unused.
Removed service "App\Exception\Payment\CloudPayments\AccessDeniedException"; reason: unused.
Removed service "App\Exception\Payment\CloudPayments\BadRequestException"; reason: unused.
Removed service "App\Exception\Payment\CloudPayments\CheckRequestException"; reason: unused.
Removed service "App\Exception\Payment\Forte\WrongResponseException"; reason: unused.
Removed service "App\Exception\Payment\FoundMoreThanOneOpenedTransactions"; reason: unused.
Removed service "App\Exception\Payment\Installment\MaxCountCartItemsException"; reason: unused.
Removed service "App\Exception\Payment\Installment\NotAvailableForDiscountException"; reason: unused.
Removed service "App\Exception\Payment\Installment\NotCanBePaidException"; reason: unused.
Removed service "App\Exception\Payment\NoOneOpenedTransactionWasFound"; reason: unused.
Removed service "App\Exception\Payment\OrderCannotBePayedException"; reason: unused.
Removed service "App\Exception\Payment\OrderDoesNotBelongToUser"; reason: unused.
Removed service "App\Exception\Payment\OrderHasNoCartException"; reason: unused.
Removed service "App\Exception\Payment\PaymentException"; reason: unused.
Removed service "App\Exception\Payment\TransactionException"; reason: unused.
Removed service "App\Exception\Payment\WrongGatewayResponseException"; reason: unused.
Removed service "App\Exception\PromoCode\InactivePromoCodeException"; reason: unused.
Removed service "App\Exception\PromoCode\LimitExceedPromoCodeException"; reason: unused.
Removed service "App\Exception\PromoCode\NotFoundPromoCodeException"; reason: unused.
Removed service "App\Exception\PromoCode\PromoCodeException"; reason: unused.
Removed service "App\Exception\Token\BreakingException"; reason: unused.
Removed service "App\Exception\Token\ExpiredException"; reason: unused.
Removed service "App\Exception\Token\NotFoundException"; reason: unused.
Removed service "App\Exception\ValidationException"; reason: unused.
Removed service "App\Form\Admin\Section\Filter\ConfigItem"; reason: unused.
Removed service "App\Helper\Test\UserHelper"; reason: unused.
Removed service "App\Menu\MenuBuilder"; reason: unused.
Removed service "App\Model\CartBasicModel"; reason: unused.
Removed service "App\Model\Catalog\Node"; reason: unused.
Removed service "App\Model\Catalog\SectionModel"; reason: unused.
Removed service "App\Model\Catalog\Tree"; reason: unused.
Removed service "App\Model\Catalog\VirtualSection\CopycatData"; reason: unused.
Removed service "App\Model\Compare\Compare"; reason: unused.
Removed service "App\Model\Compare\CompareItem"; reason: unused.
Removed service "App\Model\DTO\Alytics\BaseResponse"; reason: unused.
Removed service "App\Model\DTO\Alytics\ExtraFields\Dictionary\GeoItem"; reason: unused.
Removed service "App\Model\DTO\Alytics\ExtraFields\Dictionary\Item"; reason: unused.
Removed service "App\Model\DTO\Alytics\ExtraFields\ExtraFields"; reason: unused.
Removed service "App\Model\DTO\Alytics\Order"; reason: unused.
Removed service "App\Model\DTO\Alytics\ResponseWithExtraFields"; reason: unused.
Removed service "App\Model\DTO\Banner"; reason: unused.
Removed service "App\Model\DTO\Calculation\Calculation"; reason: unused.
Removed service "App\Model\DTO\Calculation\SelectedProduct"; reason: unused.
Removed service "App\Model\DTO\Calculator\Price\Product"; reason: unused.
Removed service "App\Model\DTO\Cart\ProductMessage\Message"; reason: unused.
Removed service "App\Model\DTO\Cart\ProductMessage\Product"; reason: unused.
Removed service "App\Model\DTO\Cart\ProductMessage\ProductMessage"; reason: unused.
Removed service "App\Model\DTO\Catalog\CatalogRequestValidator"; reason: unused.
Removed service "App\Model\DTO\Catalog\Compare\Response\CompareSectionsResponse"; reason: unused.
Removed service "App\Model\DTO\Catalog\Favorite\Request\FavoriteRequestValidator"; reason: unused.
Removed service "App\Model\DTO\Catalog\Favorite\Response\FavoriteSectionsResponse"; reason: unused.
Removed service "App\Model\DTO\Catalog\Filter\Request\FilterRequestValidator"; reason: unused.
Removed service "App\Model\DTO\Catalog\Filter\Response\Filter"; reason: unused.
Removed service "App\Model\DTO\Catalog\Filter\Response\ItemListType"; reason: unused.
Removed service "App\Model\DTO\Catalog\Filter\Response\ListTypeFilter"; reason: unused.
Removed service "App\Model\DTO\Catalog\Filter\Response\RangeTypeFilter"; reason: unused.
Removed service "App\Model\DTO\Catalog\Filter\Response\TopFilter"; reason: unused.
Removed service "App\Model\DTO\Catalog\Product\Request\ProductRequest"; reason: unused.
Removed service "App\Model\DTO\Catalog\Product\Request\ProductRequestValidator"; reason: unused.
Removed service "App\Model\DTO\Catalog\Product\Response\Balance"; reason: unused.
Removed service "App\Model\DTO\Catalog\Product\Response\Product"; reason: unused.
Removed service "App\Model\DTO\Catalog\Product\Response\ProductList"; reason: unused.
Removed service "App\Model\DTO\Catalog\Product\Response\Unit"; reason: unused.
Removed service "App\Model\DTO\Catalog\Product\Unit"; reason: unused.
Removed service "App\Model\DTO\Catalog\Search\Request\SearchRequestValidator"; reason: unused.
Removed service "App\Model\DTO\Catalog\Section\SectionInfo"; reason: unused.
Removed service "App\Model\DTO\Catalog\Sets\Product\ProductRequestValidator"; reason: unused.
Removed service "App\Model\DTO\Catalog\Sets\SetsResponse"; reason: unused.
Removed service "App\Model\DTO\City\List\Response\CityListResponse"; reason: unused.
Removed service "App\Model\DTO\City\List\Response\SuburbListResponse"; reason: unused.
Removed service "App\Model\DTO\Confirmation\Response\Confirmation"; reason: unused.
Removed service "App\Model\DTO\Confirmation\Response\ConfirmationWithSentAt"; reason: unused.
Removed service "App\Model\DTO\Coordinates"; reason: unused.
Removed service "App\Model\DTO\DeliveryCart\Request\DeliveryItem"; reason: unused.
Removed service "App\Model\DTO\DeliveryCart\Response\DeliveryItem"; reason: unused.
Removed service "App\Model\DTO\Estimate\Request\Calculation"; reason: unused.
Removed service "App\Model\DTO\Estimate\Request\Product"; reason: unused.
Removed service "App\Model\DTO\Estimate\Response\Estimate"; reason: unused.
Removed service "App\Model\DTO\Installment\InstallmentResponse"; reason: unused.
Removed service "App\Model\DTO\Installment\LoanApplication"; reason: unused.
Removed service "App\Model\DTO\Installment\LoanCartItem"; reason: unused.
Removed service "App\Model\DTO\Loyalty\QRCode"; reason: unused.
Removed service "App\Model\DTO\Marketing\Button"; reason: unused.
Removed service "App\Model\DTO\Marketing\ButtonColor"; reason: unused.
Removed service "App\Model\DTO\Marketing\DetailedStory"; reason: unused.
Removed service "App\Model\DTO\Marketing\Story"; reason: unused.
Removed service "App\Model\DTO\Marketing\StoryItem"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Calculation\Request\Address"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Calculation\Request\CalculateRemoteDelivery"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Calculation\Request\Packing"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Calculation\Response\RemoteDeliveryCalculation"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Request\Address"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Request\Get"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Request\Product"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Request\RemoteToDoorDeliveryRequest"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Request\RemoteWarehouseDeliveryRequest"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Response\Delivery"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Response\OrderDeliveryListDiscountResponse"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Response\OrderDeliveryListIntervalResponse"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Response\OrderDeliveryListResponse"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Response\OrderDeliveryListServicesItemResponse"; reason: unused.
Removed service "App\Model\DTO\Order\Delivery\Response\Warehouse"; reason: unused.
Removed service "App\Model\DTO\Order\Payment\Request\Delivery"; reason: unused.
Removed service "App\Model\DTO\Order\Payment\Request\Get"; reason: unused.
Removed service "App\Model\DTO\Order\Payment\Request\Product"; reason: unused.
Removed service "App\Model\DTO\PriceItem"; reason: unused.
Removed service "App\Model\DTO\ProductProperty"; reason: unused.
Removed service "App\Model\DTO\Recommendations\RecsResponse"; reason: unused.
Removed service "App\Model\DTO\Request\Cart\RealCost\Cart"; reason: unused.
Removed service "App\Model\DTO\Request\Cart\RealCost\CartItem"; reason: unused.
Removed service "App\Model\DTO\Response\Cart\RealCost\CartItem"; reason: unused.
Removed service "App\Model\DTO\Response\Cart\RealCost\Data"; reason: unused.
Removed service "App\Model\DTO\Response\Cart\RealCost\PromoItem"; reason: unused.
Removed service "App\Model\DTO\Response\Cart\RealCost\Recalculation"; reason: unused.
Removed service "App\Model\DTO\Response\Cart\RealCost\Total"; reason: unused.
Removed service "App\Model\DTO\SuppliersProduct"; reason: unused.
Removed service "App\Model\DTO\UrlResponse"; reason: unused.
Removed service "App\Model\Department"; reason: unused.
Removed service "App\Model\Export\ArticleSheetModel"; reason: unused.
Removed service "App\Model\Export\FilterUseRowModel"; reason: unused.
Removed service "App\Model\Export\FilterUseSheetModel"; reason: unused.
Removed service "App\Model\Export\GenericRowModel"; reason: unused.
Removed service "App\Model\Export\GenericSheetModel"; reason: unused.
Removed service "App\Model\Export\LoyaltyCardSheetModel"; reason: unused.
Removed service "App\Model\Export\OrderRowModel"; reason: unused.
Removed service "App\Model\Export\OrderSheetModel"; reason: unused.
Removed service "App\Model\Export\ProductsNoImagesSheetModel"; reason: unused.
Removed service "App\Model\Export\TopBuyersRowModel"; reason: unused.
Removed service "App\Model\Export\TopBuyersSheetModel"; reason: unused.
Removed service "App\Model\Feedback\WholesalerPrice\Request\Register"; reason: unused.
Removed service "App\Model\Monitoring\Loyalty\ImportCardModel"; reason: unused.
Removed service "App\Model\Monitoring\Product\ImportStatusModel"; reason: unused.
Removed service "App\Model\Search\BrandsFilter"; reason: unused.
Removed service "App\Model\Search\CategoryFilter"; reason: unused.
Removed service "App\Model\Search\PriceFilter"; reason: unused.
Removed service "App\Model\Search\SearchFilter"; reason: unused.
Removed service "App\Model\Seo\StaticFilterData"; reason: unused.
Removed service "App\Model\User\Notification\LoyaltyCardAutoActivatedUserNotification"; reason: unused.
Removed service "App\Model\User\Notification\NotificationResponse"; reason: unused.
Removed service "App\Model\User\Notification\UserNotification"; reason: unused.
Removed service "App\Model\WeightAndSizeCharacteristics"; reason: unused.
Removed service "App\Serializer\Context\ProductNormalizationContext"; reason: unused.
Removed service "App\Serializer\Normalizer\Loyalty\CardInfoNormalizer"; reason: unused.
Removed service "App\Service\Admin\Order\OrderFilterInvalidDate"; reason: unused.
Removed service "App\Service\Admin\Order\OrderFilterInvalidDateInterval"; reason: unused.
Removed service "App\Service\Calculator\Delivery\Pickup\Calculator\EkibastuzPickupCalculator"; reason: unused.
Removed service "App\Service\Calculator\Delivery\Pickup\Calculator\PavlodarPickupCalculator"; reason: unused.
Removed service "App\Service\Calculator\Delivery\Pickup\DTO\Params"; reason: unused.
Removed service "App\Service\Calculator\Delivery\Pickup\DTO\Result"; reason: unused.
Removed service "App\Service\Calculator\Delivery\Pickup\TransportedItem"; reason: unused.
Removed service "App\Service\Calculator\Product\FullPriceCalculator"; reason: unused.
Removed service "App\Service\Calculator\Product\LimitExceedingException"; reason: unused.
Removed service "App\Service\Cart\RealCostCalculationContext"; reason: unused.
Removed service "App\Service\Catalog\Filter\Sort\FilterParamsSorter"; reason: unused.
Removed service "App\Service\Catalog\Filter\Sort\FiltersSortParamsGetter"; reason: unused.
Removed service "App\Service\Catalog\Sets\Balance\BalanceFactory"; reason: unused.
Removed service "App\Service\Catalog\Sets\Balance\BaseBalanceGetter"; reason: unused.
Removed service "App\Service\Catalog\Sets\Balance\SkladBalanceGetter"; reason: unused.
Removed service "App\Service\Catalog\Sets\Filters\BaseFiltersGetter"; reason: unused.
Removed service "App\Service\Catalog\Sets\Filters\FiltersContextDTO"; reason: unused.
Removed service "App\Service\Catalog\Sets\Filters\FiltersFactory"; reason: unused.
Removed service "App\Service\Catalog\Sets\Filters\SkladFiltersGetter"; reason: unused.
Removed service "App\Service\Confirmation\Message\Notification\ConfirmBySmsNotificationModel"; reason: unused.
Removed service "App\Service\ContactService"; reason: unused.
Removed service "App\Service\Creator\Guide\ColorCreator"; reason: unused.
Removed service "App\Service\Creator\LicenceCreator"; reason: unused.
Removed service "App\Service\Creator\Loyalty\LoyaltyImportException"; reason: unused.
Removed service "App\Service\EmailConfirmService"; reason: unused.
Removed service "App\Service\Export\XML\RssFeed\AdviceForYandex\AdviceRssFeedGenerator"; reason: unused.
Removed service "App\Service\Export\XML\RssFeed\BaseRssFeedGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Advice\ArticleSiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Advice\BaseAdviceSiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Advice\CategorySiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\BaseSiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Catalog\BaseCatalogSiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Catalog\BrandSiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Catalog\ProductSiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Catalog\SectionInSetTreeSiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Catalog\SectionSiteMapGenerator"; reason: unused.
Removed service "App\Service\Export\XML\SiteMap\Catalog\SiteMapExportException"; reason: unused.
Removed service "App\Service\Export\YML\Google\GoogleMerchantGenerator"; reason: unused.
Removed service "App\Service\Export\YML\Google\SpecialGoogleMerchantGenerator"; reason: unused.
Removed service "App\Service\Export\YML\Yandex\AnyQueryGenerator"; reason: unused.
Removed service "App\Service\Export\YML\Yandex\AplautGenerator"; reason: unused.
Removed service "App\Service\Export\YML\Yandex\RetailRocketGenerator"; reason: unused.
Removed service "App\Service\Export\YML\Yandex\YandexMarketGenerator"; reason: unused.
Removed service "App\Service\Helpers\DataShaperHelper"; reason: unused.
Removed service "App\Service\Helpers\Number"; reason: unused.
Removed service "App\Service\Helpers\RandomStringGenerator"; reason: unused.
Removed service "App\Service\Helpers\XMLGenerator"; reason: unused.
Removed service "App\Service\Installment\Message\StatusNotificationModel"; reason: unused.
Removed service "App\Service\Integration\Akvilon\GatewayException"; reason: unused.
Removed service "App\Service\Integration\AlemTAT\GatewayException"; reason: unused.
Removed service "App\Service\Integration\AlemTAT\Request\GetCitiesByCountry"; reason: unused.
Removed service "App\Service\Integration\AlemTAT\Response\BaseResponse"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\BaseGateway"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\GatewayException"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\Recommendations\Request\Get404Personalised"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\Recommendations\Request\GetMainPersonalised"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\Recommendations\Request\GetProductAlternatives"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\Recommendations\Request\GetProductDetailRecs"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\Recommendations\Response\Placement"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\Recommendations\Response\Product"; reason: unused.
Removed service "App\Service\Integration\AnyQuery\Recommendations\Response\Recommendations"; reason: unused.
Removed service "App\Service\Integration\HomeCredit\GatewayException"; reason: unused.
Removed service "App\Service\Integration\HomeCredit\Request\Create"; reason: unused.
Removed service "App\Service\Integration\HomeCredit\Request\SendResult"; reason: unused.
Removed service "App\Service\Integration\HomeCredit\Response\BaseResponse"; reason: unused.
Removed service "App\Service\Integration\HomeCredit\Response\Create"; reason: unused.
Removed service "App\Service\Integration\HomeCredit\Response\SendResult"; reason: unused.
Removed service "App\Service\Integration\HomeCredit\StatusRequestHandler\StatusUpdate"; reason: unused.
Removed service "App\Service\Integration\Import1C\Catalog\Delivery\DeliveryImportException"; reason: unused.
Removed service "App\Service\Integration\Import1C\Catalog\Offer\Message\Handler\OfferMessageHandlerException"; reason: unused.
Removed service "App\Service\Integration\Import1C\Catalog\Offer\Model\OfferImportModel"; reason: unused.
Removed service "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\NoProcessingProductMessageHandlerException"; reason: unused.
Removed service "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandlerException"; reason: unused.
Removed service "App\Service\Integration\Import1C\Catalog\Product\Model\ProductImportModel"; reason: unused.
Removed service "App\Service\Integration\Import1C\Catalog\Product\Model\ProductPostProcessModel"; reason: unused.
Removed service "App\Service\Integration\Import1C\Catalog\Section\SectionImportException"; reason: unused.
Removed service "App\Service\Integration\Import1C\DataConflictException"; reason: unused.
Removed service "App\Service\Integration\Import1C\GatewayException"; reason: unused.
Removed service "App\Service\Integration\Import1C\Order\Message\NewOrderNotificationModel"; reason: unused.
Removed service "App\Service\Integration\Import1C\Order\Message\OrderExportCommandModel"; reason: unused.
Removed service "App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationModel"; reason: unused.
Removed service "App\Service\Integration\Import1C\Order\OfdInfoChain"; reason: unused.
Removed service "App\Service\Integration\Import1C\Order\ReceivingChain"; reason: unused.
Removed service "App\Service\Integration\Import1C\Organization\DTO\ClientData"; reason: unused.
Removed service "App\Service\Integration\Import1C\Organization\DTO\WholesaleClientData"; reason: unused.
Removed service "App\Service\Integration\Import1C\Recipient\RecipientExportException"; reason: unused.
Removed service "App\Service\Integration\Import1C\Recipient\RecipientGateway"; reason: unused.
Removed service "App\Service\Integration\Import1C\Recipient\RecipientService"; reason: unused.
Removed service "App\Service\Integration\Import1C\User\UserExportException"; reason: unused.
Removed service "App\Service\Integration\Import1C\User\UserTransportException"; reason: unused.
Removed service "App\Service\Integration\JetLogistic\BaseGateway"; reason: unused.
Removed service "App\Service\Integration\JetLogistic\DeliveryGateway"; reason: unused.
Removed service "App\Service\Integration\JetLogistic\GatewayException"; reason: unused.
Removed service "App\Service\Integration\Qiwi\GatewayException"; reason: unused.
Removed service "App\Service\Integration\Qiwi\RubKztConvertor"; reason: unused.
Removed service "App\Service\Integration\RetailCRM\BaseGateway"; reason: unused.
Removed service "App\Service\Integration\RetailCRM\Feedback\Message\FeedbackExportModel"; reason: unused.
Removed service "App\Service\Integration\RetailCRM\Form\Message\FormExportModel"; reason: unused.
Removed service "App\Service\Integration\RetailCRM\GatewayException"; reason: unused.
Removed service "App\Service\Integration\SmscKZ\GatewayException"; reason: unused.
Removed service "App\Service\Integration\SmscKZ\Request\SendSms"; reason: unused.
Removed service "App\Service\Integration\SmscKZ\Response\BaseResponse"; reason: unused.
Removed service "App\Service\Integration\StaticAkvilon\GatewayException"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Request\BatchCreate"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Request\Contact"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Request\Delivery"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Request\DeliveryService"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Request\Edit"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Request\Notes"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Request\Order"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\Contact"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\Delivery"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\DeliveryService"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\DetailedOrder"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\EditedOrder"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\ListedOrder"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\Notes"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\Order"; reason: unused.
Removed service "App\Service\Internal\Order\DTO\Response\UserContact"; reason: unused.
Removed service "App\Service\Internal\Organization\DTO\Request\Contact"; reason: unused.
Removed service "App\Service\Internal\Organization\DTO\Request\Coordinates"; reason: unused.
Removed service "App\Service\Internal\Organization\DTO\Response\Contact"; reason: unused.
Removed service "App\Service\Internal\Organization\DTO\Response\CreatedOrganization"; reason: unused.
Removed service "App\Service\Internal\Organization\DTO\Response\SelectedOrganization"; reason: unused.
Removed service "App\Service\Internal\Product\DTO\Request\RollParam"; reason: unused.
Removed service "App\Service\Loyalty\Message\AutoActivationModel"; reason: unused.
Removed service "App\Service\Loyalty\MultipleActiveCardsException"; reason: unused.
Removed service "App\Service\Order\DTO\DeliveryListData"; reason: unused.
Removed service "App\Service\Order\OrderCreateException"; reason: unused.
Removed service "App\Service\Payment\CloudPayments\RequestHandler\Strategy\CheckHandler"; reason: unused.
Removed service "App\Service\Payment\CloudPayments\RequestHandler\Strategy\PayHandler"; reason: unused.
Removed service "App\Service\Payment\Forte\BaseGateway"; reason: unused.
Removed service "App\Service\Payment\Forte\GatewayException"; reason: unused.
Removed service "App\Service\Product\ProductBlock\Exception\ProductBlockEmptyException"; reason: unused.
Removed service "App\Service\Product\ProductBlock\Exception\ProductBlockLimitException"; reason: unused.
Removed service "App\Service\Remover\UserAddressRemover"; reason: unused.
Removed service "App\Service\SSE\Message\TopicPushMessage"; reason: unused.
Removed service "App\Service\SSE\SSEException"; reason: unused.
Removed service "App\Service\Sender\Message\SmsNotificationModel"; reason: unused.
Removed service "App\Service\Seo\SectionFilterTagsGenerator"; reason: unused.
Removed service "App\Service\Updater\Order\OrderUpdater"; reason: unused.
Removed service "App\Service\Updater\StoreUpdater"; reason: unused.
Removed service "App\Service\User\Exception\UserImportException"; reason: unused.
Removed service "App\Service\Validator\Assert\IsIin"; reason: unused.
Removed service "App\Token\Action\ChangeUserEmailAction"; reason: unused.
Removed service "App\Token\Action\ConfirmUserByEmailAction"; reason: unused.
Removed service "App\Token\Action\ConfirmUserBySmsAction"; reason: unused.
Removed service "App\Token\GenerationAlgorithm\AlphanumericAlgorithm"; reason: unused.
Removed service "App\Token\GenerationAlgorithm\NumericAlgorithm"; reason: unused.
Removed service "App\Util\Canonicalizer\Canonicalizer"; reason: unused.
Removed service "App\Util\Float\FloatFormatter"; reason: unused.
Removed service "App\Util\Generation\Algorithm\FakeAlgorithm"; reason: unused.
Removed service "App\Util\Generation\FakeGenerationAlgorithmFactory"; reason: unused.
Removed service "App\Util\Typograf\RemoteTypograf"; reason: unused.
Removed service "App\bundles\FOS\RestBundle\Exception\InvalidParameterExceptionRewritten"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "psr18.forte"; reason: unused.
Removed service "psr18.api1c"; reason: unused.
Removed service "psr18.api1cNoTLS"; reason: unused.
Removed service "psr18.googleAnalytics"; reason: unused.
Removed service "psr18.apiStaticAkvilon"; reason: unused.
Removed service "psr18.currencyLayerApi"; reason: unused.
Removed service "psr18.apiCloudPayments"; reason: unused.
Removed service "psr18.apiHomeCredit"; reason: unused.
Removed service "psr18.apiAlem"; reason: unused.
Removed service "psr18.apiSmscKZ"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; 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 ".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"; 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 "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "fos_rest.view_handler.default"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.jms"; reason: unused.
Removed service "fos_rest.serializer.flatten_exception_handler"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "doctrine_mongodb.odm.metadata.chain"; reason: unused.
Removed service "doctrine_mongodb.odm.metadata.annotation"; reason: unused.
Removed service "doctrine_mongodb.odm.metadata.attribute"; reason: unused.
Removed service "doctrine_mongodb.odm.metadata.attribute_reader"; reason: unused.
Removed service "doctrine_mongodb.odm.metadata.xml"; reason: unused.
Removed service "doctrine_mongodb.odm.cache.array"; reason: unused.
Removed service "doctrine_mongodb.odm.listeners.resolve_target_document"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~uxToLxu"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "Kreait\Firebase\Factory"; reason: unused.
Removed service "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service ".service_locator.k0gwZri"; reason: unused.
Removed service ".service_locator.grTloMY"; reason: unused.
Removed service ".service_locator.ct_KMii"; reason: unused.
Removed service ".service_locator.lkOY8Sv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
874
Inlined service "App\Service\Product\Export\Xls\CalculatorOffService" to "App\Command\Catalog\ExportCalculatorOffProductsCommand".
Inlined service "App\Service\Integration\StaticAkvilon\NoImageProductGateway" to "App\Command\Catalog\GetNoImageProductsCommand".
Inlined service "App\Service\Integration\StaticAkvilon\NoImageSectionGateway" to "App\Command\Catalog\GetNoImageSectionsCommand".
Inlined service "App\Service\Integration\Akvilon\Catalog\Product\CodeImportGateway" to "App\Command\Catalog\ImportProductCodeCommand".
Inlined service "App\Service\Integration\Akvilon\Catalog\Section\CodeImportGateway" to "App\Command\Catalog\ImportSectionCodeCommand".
Inlined service "App\Service\Remover\RecentRemover" to "App\Command\Catalog\RemoveExpiredRecentCommand".
Inlined service "App\Service\Integration\Qiwi\RatesService" to "App\Command\Currency\QiwiRateUpdateCommand".
Inlined service "App\Service\Integration\Import1C\Brand\BrandImportService" to "App\Command\Integration1C\BrandSyncCommand".
Inlined service "App\Service\Integration\Import1C\LegalContractsImportService" to "App\Command\Integration1C\ContractsImportCommand".
Inlined service "App\Service\Integration\Import1C\Locality\CityLocalityImportService" to "App\Command\Integration1C\ImportDeliveryCommand".
Inlined service "App\Service\Integration\Import1C\Locality\LocalityDeliveryImportService" to "App\Command\Integration1C\ImportDeliveryCommand".
Inlined service "App\Service\Integration\Import1C\Order\Import\NewOrderImportService" to "App\Command\Integration1C\NewOrderImportCommand".
Inlined service "App\Service\Integration\Import1C\Order\Import\OrderImportService" to "App\Command\Integration1C\OrderImportCommand".
Inlined service "App\Service\Integration\Import1C\Monitoring\PingGateway" to "App\Command\Integration1C\Ping1CCommand".
Inlined service "App\Service\Integration\Import1C\PromoCode\ImportService" to "App\Command\Integration1C\PromoCodeImportCommand".
Inlined service "App\Service\User\UserImportService" to "App\Command\Integration1C\UserImportProcessingCommand".
Inlined service "App\Service\Integration\Import1C\Internal\Product\StocksSequenceImportService" to "App\Command\Internal\ImportStocksSequenceCommand".
Inlined service "App\Service\Integration\Import1C\Internal\UsersGateway" to "App\Command\Internal\ImportUsersCommand".
Inlined service "App\Service\Integration\Import1C\Loyalty\CardService" to "App\Command\Loyalty\ImportCardCommand".
Inlined service "App\Service\Integration\Import1C\Loyalty\StateService" to "App\Command\Loyalty\ImportStateCommand".
Inlined service "App\Service\Integration\Import1C\Loyalty\StatusService" to "App\Command\Loyalty\ImportStatusCommand".
Inlined service "App\Service\Mobile\Review\SenderDispatcher" to "App\Command\Mobile\SendReviewsCommand".
Inlined service "App\Service\Integration\Import1C\Catalog\BatchImportService" to "App\Command\ProductImportCommand".
Inlined service "App\Service\Integration\Import1C\Catalog\Property\ProductPropertyImportService" to "App\Command\ProductPropertyImportCommand".
Inlined service "App\Service\Integration\Import1C\Catalog\Section\SectionImportService" to "App\Command\SectionImportCommand".
Inlined service "App\Service\Updater\Catalog\SectionUpdater" to "App\Command\SetPopularSectionsCommand".
Inlined service "App\Service\Export\XML\SiteMap\Catalog\CatalogSiteMapExportManager" to "App\Command\SiteMapCommand".
Inlined service "App\Service\Export\XML\SiteMap\Advice\AdviceSiteMapExportManager" to "App\Command\SiteMapCommand".
Inlined service "App\Service\Statistics\CompletedOrdersStatBuilder" to "App\Command\Statistics\InitCompletedOrdersStatCommand".
Inlined service "App\Service\Integration\Import1C\Store\StoreImportService" to "App\Command\StoreImportCommand".
Inlined service "App\Service\Supplier\Product\ImportXlsxService" to "App\Command\Supplier\Product\ImportXlsxCommand".
Inlined service "App\Service\Integration\AlemTAT\Gateway" to "App\Command\Tmp\TmpSetAlemCityNamesCommand".
Inlined service "App\Service\Export\XLSX\ArticleModelFactory" to "App\Controller\Admin\Advice\ArticleController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Advice\ArticleController" to "App\Controller\Admin\Advice\ArticleController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Advice\CategoryController" to "App\Controller\Admin\Advice\CategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\BannerController" to "App\Controller\Admin\BannerController".
Inlined service "App\Service\Admin\Brand\BrandFormDataSaver" to "App\Controller\Admin\BrandController".
Inlined service "App\Service\Remover\BrandRemover" to "App\Controller\Admin\BrandController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\BrandController" to "App\Controller\Admin\BrandController".
Inlined service "App\Form\DataMapper\CopycatMapper" to "App\Controller\Admin\Catalog\CopycatVirtualSectionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Catalog\CopycatVirtualSectionController" to "App\Controller\Admin\Catalog\CopycatVirtualSectionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Catalog\Sections\CatalogSectionsController" to "App\Controller\Admin\Catalog\Sections\CatalogSectionsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Catalog\VirtualSectionController" to "App\Controller\Admin\Catalog\VirtualSectionController".
Inlined service "App\Service\Remover\CityRemover" to "App\Controller\Admin\CityController".
Inlined service "App\Service\Creator\CityCreater" to "App\Controller\Admin\CityController".
Inlined service "App\Service\Updater\CityUpdater" to "App\Controller\Admin\CityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\CityController" to "App\Controller\Admin\CityController".
Inlined service "App\Service\Creator\ContactCreator" to "App\Controller\Admin\ContactController".
Inlined service "App\Service\Updater\ContactUpdater" to "App\Controller\Admin\ContactController".
Inlined service "App\Service\Remover\ContactRemover" to "App\Controller\Admin\ContactController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ContactController" to "App\Controller\Admin\ContactController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ContentController" to "App\Controller\Admin\ContentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Delivery\WarehouseController" to "App\Controller\Admin\Delivery\WarehouseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DeliveryContentController" to "App\Controller\Admin\DeliveryContentController".
Inlined service "App\Service\Creator\DeliveryInfoCreator" to "App\Controller\Admin\DeliveryInfoController".
Inlined service "App\Service\Updater\DeliveryInfoUpdater" to "App\Controller\Admin\DeliveryInfoController".
Inlined service "App\Service\Remover\DeliveryInfoRemover" to "App\Controller\Admin\DeliveryInfoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DeliveryInfoController" to "App\Controller\Admin\DeliveryInfoController".
Inlined service "App\Util\DateTimeConverter\DateTimeConverter" to "App\Controller\Admin\IndexController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\IndexController" to "App\Controller\Admin\IndexController".
Inlined service "App\Service\InfoMessage\InfoMessageService" to "App\Controller\Admin\InfoMessageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\InfoMessageController" to "App\Controller\Admin\InfoMessageController".
Inlined service "App\Service\Admin\Order\InternalExportXlsService" to "App\Controller\Admin\InternalOrderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\InternalOrderController" to "App\Controller\Admin\InternalOrderController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\LicenceController" to "App\Controller\Admin\LicenceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Main\ProductsController" to "App\Controller\Admin\Main\ProductsController".
Inlined service "App\Service\Marketing\PushService" to "App\Controller\Admin\Marketing\PushController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Marketing\PushController" to "App\Controller\Admin\Marketing\PushController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Marketing\StoryController" to "App\Controller\Admin\Marketing\StoryController".
Inlined service "App\Service\Marketing\TopBuyersService" to "App\Controller\Admin\Marketing\TopBuyersController".
Inlined service "App\Service\Admin\Marketing\TopBuyersExportXlsService" to "App\Controller\Admin\Marketing\TopBuyersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Marketing\TopBuyersController" to "App\Controller\Admin\Marketing\TopBuyersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\NewSlideController" to "App\Controller\Admin\NewSlideController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\OrderController" to "App\Controller\Admin\OrderController".
Inlined service "App\Service\Creator\OrganizationRatingCreator" to "App\Controller\Admin\OrganizationRatingController".
Inlined service "App\Service\Remover\OrganizationRatingRemover" to "App\Controller\Admin\OrganizationRatingController".
Inlined service "App\Service\Updater\OrganizationRatingUpdater" to "App\Controller\Admin\OrganizationRatingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\OrganizationRatingController" to "App\Controller\Admin\OrganizationRatingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ProductBlockController" to "App\Controller\Admin\ProductBlockController".
Inlined service "App\Service\PromoService" to "App\Controller\Admin\PromoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PromoController" to "App\Controller\Admin\PromoController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PropertyController" to "App\Controller\Admin\PropertyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\RatesController" to "App\Controller\Admin\RatesController".
Inlined service "App\Service\Admin\Section\ImageLoaderService" to "App\Controller\Admin\SectionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\SectionController" to "App\Controller\Admin\SectionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\SecurityController" to "App\Controller\Admin\SecurityController".
Inlined service "App\Service\Creator\SeoTagsCreator" to "App\Controller\Admin\SeoTagsController".
Inlined service "App\Service\Remover\SeoTagsRemover" to "App\Controller\Admin\SeoTagsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\SeoTagsController" to "App\Controller\Admin\SeoTagsController".
Inlined service "App\Service\Creator\ServiceCreator" to "App\Controller\Admin\ServiceController".
Inlined service "App\Service\Updater\ServiceUpdater" to "App\Controller\Admin\ServiceController".
Inlined service "App\Service\Remover\ServiceRemover" to "App\Controller\Admin\ServiceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ServiceController" to "App\Controller\Admin\ServiceController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Settings\SiteSettingsController" to "App\Controller\Admin\Settings\SiteSettingsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Settings\StoreController" to "App\Controller\Admin\Settings\StoreController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\SliderController" to "App\Controller\Admin\SliderController".
Inlined service "App\Service\Export\CSV\ConsoleCommandRunner" to "App\Controller\Admin\Statistics\ExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Statistics\ExportController" to "App\Controller\Admin\Statistics\ExportController".
Inlined service "App\Service\Export\XLSX\ModelFactory" to "App\Controller\Admin\Statistics\FilterUseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Statistics\FilterUseController" to "App\Controller\Admin\Statistics\FilterUseController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Statistics\SearchController" to "App\Controller\Admin\Statistics\SearchController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Supplier\Import\ImportController" to "App\Controller\Admin\Supplier\Import\ImportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Supplier\ProductController" to "App\Controller\Admin\Supplier\ProductController".
Inlined service "App\Service\Supplier\SupplierService" to "App\Controller\Admin\Supplier\SupplierController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Supplier\SupplierController" to "App\Controller\Admin\Supplier\SupplierController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\CartCalculationController" to "App\Controller\Admin\Tools\CartCalculationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\LogSearchController" to "App\Controller\Admin\Tools\LogSearchController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\LoyaltyCardController" to "App\Controller\Admin\Tools\LoyaltyCardController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\MobileVersionController" to "App\Controller\Admin\Tools\MobileVersionController".
Inlined service "App\Service\Monitoring\Loyalty\CardImportService" to "App\Controller\Admin\Tools\MonitoringController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\MonitoringController" to "App\Controller\Admin\Tools\MonitoringController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\OrderCancelExportController" to "App\Controller\Admin\Tools\OrderCancelExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\OrderExportController" to "App\Controller\Admin\Tools\OrderExportController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\OrderNotPaidController" to "App\Controller\Admin\Tools\OrderNotPaidController".
Inlined service "App\Service\Admin\Product\NoImagesService" to "App\Controller\Admin\Tools\ProductNoImagesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\ProductNoImagesController" to "App\Controller\Admin\Tools\ProductNoImagesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\SmsGatewayLogController" to "App\Controller\Admin\Tools\SmsGatewayLogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\SmsLogController" to "App\Controller\Admin\Tools\SmsLogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\TestCalculatorController" to "App\Controller\Admin\Tools\TestCalculatorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\UserController" to "App\Controller\Admin\Tools\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Tools\UserUpdateController" to "App\Controller\Admin\Tools\UserUpdateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\TopFilterController" to "App\Controller\Admin\TopFilterController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Utils\TypografController" to "App\Controller\Admin\Utils\TypografController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Utils\UploadController" to "App\Controller\Admin\Utils\UploadController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Wholesale\ClientSelectionLogController" to "App\Controller\Admin\Wholesale\ClientSelectionLogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Wholesale\WholesaleController" to "App\Controller\Admin\Wholesale\WholesaleController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Advice\AdviceController" to "App\Controller\Advice\AdviceController".
Inlined service "App\Service\Payment\CloudPayments\RequestHandler\RequestHandler" to "App\Controller\Api\CloudPayments\HookController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\CloudPayments\HookController" to "App\Controller\Api\CloudPayments\HookController".
Inlined service "App\Service\Internal\BarcodeService" to "App\Controller\Api\Internal\BarcodeController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\BarcodeController" to "App\Controller\Api\Internal\BarcodeController".
Inlined service "App\Service\Address\Builder" to "App\Controller\Api\Internal\Buyer\AddressesController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Buyer\AddressesController" to "App\Controller\Api\Internal\Buyer\AddressesController".
Inlined service "App\Serializer\Normalizer\Internal\Buyer\UserNormalizer" to "App\Controller\Api\Internal\Buyer\ProfileController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Buyer\ProfileController" to "App\Controller\Api\Internal\Buyer\ProfileController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\CartController" to "App\Controller\Api\Internal\CartController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Catalog\FiltersController" to "App\Controller\Api\Internal\Catalog\FiltersController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Catalog\ProductsController" to "App\Controller\Api\Internal\Catalog\ProductsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Catalog\RollsController" to "App\Controller\Api\Internal\Catalog\RollsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Catalog\SectionsController" to "App\Controller\Api\Internal\Catalog\SectionsController".
Inlined service "App\Service\Internal\Delivery\CityListBuilder" to "App\Controller\Api\Internal\Delivery\CitiesController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Delivery\CitiesController" to "App\Controller\Api\Internal\Delivery\CitiesController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Delivery\ServiceController" to "App\Controller\Api\Internal\Delivery\ServiceController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\DeliveryCartController" to "App\Controller\Api\Internal\DeliveryCartController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Order\DeliveryController" to "App\Controller\Api\Internal\Order\DeliveryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\Order\UnpaidOrderController" to "App\Controller\Api\Internal\Order\UnpaidOrderController".
Inlined service "App\Service\Internal\Delivery\DeliveryListBuilder" to "App\Controller\Api\Internal\OrderController".
Inlined service "App\Service\Address\CityAddressFetcher" to "App\Controller\Api\Internal\OrderController".
Inlined service "App\Service\Internal\Order\BatchProcessor" to "App\Controller\Api\Internal\OrderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\OrderController" to "App\Controller\Api\Internal\OrderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\OrganizationController" to "App\Controller\Api\Internal\OrganizationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\OrganizationsController" to "App\Controller\Api\Internal\OrganizationsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\SearchController" to "App\Controller\Api\Internal\SearchController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\SecurityController" to "App\Controller\Api\Internal\SecurityController".
Inlined service "App\Service\Internal\ReasonCachedRepository" to "App\Controller\Api\Internal\SelfServiceReasonController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\SelfServiceReasonController" to "App\Controller\Api\Internal\SelfServiceReasonController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\StoreController" to "App\Controller\Api\Internal\StoreController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Internal\UserController" to "App\Controller\Api\Internal\UserController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Mobile\V1\Catalog\ProductsController" to "App\Controller\Api\Mobile\V1\Catalog\ProductsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Mobile\V1\ReviewController" to "App\Controller\Api\Mobile\V1\ReviewController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Mobile\V1\SettingsController" to "App\Controller\Api\Mobile\V1\SettingsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\Mobile\V1\VersionController" to "App\Controller\Api\Mobile\V1\VersionController".
Inlined service "App\Service\Analytics\Alytics\OrdersResponseBuilder" to "App\Controller\Api\V1\Alytics\ExportController".
Inlined service "App\Service\Analytics\Alytics\BasicAuthenticator" to "App\Controller\Api\V1\Alytics\ExportController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Alytics\ExportController" to "App\Controller\Api\V1\Alytics\ExportController".
Inlined service "App\Service\Marketing\BannerListBuilder" to "App\Controller\Api\V1\BannerController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\BannerController" to "App\Controller\Api\V1\BannerController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\CalculationController" to "App\Controller\Api\V1\CalculationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Catalog\FiltersController" to "App\Controller\Api\V1\Catalog\FiltersController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Catalog\Sets\FiltersController" to "App\Controller\Api\V1\Catalog\Sets\FiltersController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Catalog\Sets\ProductsController" to "App\Controller\Api\V1\Catalog\Sets\ProductsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Catalog\Sets\SectionsController" to "App\Controller\Api\V1\Catalog\Sets\SectionsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\CompareController" to "App\Controller\Api\V1\CompareController".
Inlined service "App\Service\Estimate\EstimateService" to "App\Controller\Api\V1\EstimateController".
Inlined service "App\Service\Estimate\EstimateFetcher" to "App\Controller\Api\V1\EstimateController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\EstimateController" to "App\Controller\Api\V1\EstimateController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\FavoriteController" to "App\Controller\Api\V1\FavoriteController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\FormsController" to "App\Controller\Api\V1\FormsController".
Inlined service "App\Service\Integration\HomeCredit\StatusRequestHandler\StatusRequestHandler" to "App\Controller\Api\V1\HomeCredit\HookController".
Inlined service "App\Service\Integration\HomeCredit\StatusRequestHandler\StatusRequestConverter" to "App\Controller\Api\V1\HomeCredit\HookController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\HomeCredit\HookController" to "App\Controller\Api\V1\HomeCredit\HookController".
Inlined service "App\Service\InfoMessage\InfoMessageFetcher" to "App\Controller\Api\V1\InfoMessageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\InfoMessageController" to "App\Controller\Api\V1\InfoMessageController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Integration\ClientController" to "App\Controller\Api\V1\Integration\ClientController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Integration\DeliveryIntervalsController" to "App\Controller\Api\V1\Integration\DeliveryIntervalsController".
Inlined service "App\Service\TempStorage\OrderTempStorageService" to "App\Controller\Api\V1\Integration\OrderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Integration\OrderController" to "App\Controller\Api\V1\Integration\OrderController".
Inlined service "App\Service\TempStorage\ProductTempStorageService" to "App\Controller\Api\V1\Integration\ProductController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Integration\ProductController" to "App\Controller\Api\V1\Integration\ProductController".
Inlined service "App\Service\Order\Delivery\Calculation\RequestBuilderAdapter" to "App\Controller\Api\V1\Order\DeliveryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Order\DeliveryController" to "App\Controller\Api\V1\Order\DeliveryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Order\OrderCancelController" to "App\Controller\Api\V1\Order\OrderCancelController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Order\OrderCheckController" to "App\Controller\Api\V1\Order\OrderCheckController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\PreviewController" to "App\Controller\Api\V1\PreviewController".
Inlined service "App\Serializer\Normalizer\ProductBlockNormalizer" to "App\Controller\Api\V1\ProductBlockController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\ProductBlockController" to "App\Controller\Api\V1\ProductBlockController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\PromoCodeController" to "App\Controller\Api\V1\PromoCodeController".
Inlined service "App\Serializer\Normalizer\ApiPromoNormalizer" to "App\Controller\Api\V1\PromoController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\PromoController" to "App\Controller\Api\V1\PromoController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\RecommendationsController" to "App\Controller\Api\V1\RecommendationsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\SSEAuthController" to "App\Controller\Api\V1\SSEAuthController".
Inlined service "App\Service\Integration\AnyQuery\AutocompleteDirector" to "App\Controller\Api\V1\Search\AutocompleteSearchController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\Search\AutocompleteSearchController" to "App\Controller\Api\V1\Search\AutocompleteSearchController".
Inlined service "App\Service\Marketing\StoryService" to "App\Controller\Api\V1\StoryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\StoryController" to "App\Controller\Api\V1\StoryController".
Inlined service "App\Service\User\Notification\UserNotificationReader" to "App\Controller\Api\V1\User\UserNotificationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\User\UserNotificationController" to "App\Controller\Api\V1\User\UserNotificationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V1\User\UserStateController" to "App\Controller\Api\V1\User\UserStateController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\Compare\CompareController" to "App\Controller\Api\V2\Catalog\Compare\CompareController".
Inlined service "App\Service\Favorite\FavoriteV2Decorator" to "App\Controller\Api\V2\Catalog\Favorite\FavoriteController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\Favorite\FavoriteController" to "App\Controller\Api\V2\Catalog\Favorite\FavoriteController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\FiltersController" to "App\Controller\Api\V2\Catalog\FiltersController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController" to "App\Controller\Api\V2\Catalog\Helpers\ProductsHelpersController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\ProductsController" to "App\Controller\Api\V2\Catalog\ProductsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\Recs\RecsController" to "App\Controller\Api\V2\Catalog\Recs\RecsController".
Inlined service "App\Serializer\Normalizer\Catalog\Api\SearchFilterNormalizer" to "App\Controller\Api\V2\Catalog\SearchController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\SearchController" to "App\Controller\Api\V2\Catalog\SearchController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\Sets\FiltersController" to "App\Controller\Api\V2\Catalog\Sets\FiltersController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\Sets\ProductsController" to "App\Controller\Api\V2\Catalog\Sets\ProductsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Catalog\Sets\SectionsController" to "App\Controller\Api\V2\Catalog\Sets\SectionsController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\City\CityController" to "App\Controller\Api\V2\City\CityController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Order\OfdInfoController" to "App\Controller\Api\V2\Order\OfdInfoController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Order\OrderController" to "App\Controller\Api\V2\Order\OrderController".
Inlined service "App\Serializer\Normalizer\Delivery\ApiV2DeliveryNormalizer" to "App\Controller\Api\V2\Order\OrderDeliveryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Api\V2\Order\OrderDeliveryController" to "App\Controller\Api\V2\Order\OrderDeliveryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\BrandController" to "App\Controller\BrandController".
Inlined service ".service_locator.JkaYaOo.App\Controller\BuyerProfileController" to "App\Controller\BuyerProfileController".
Inlined service "App\Service\Cart\ContextBuilder" to "App\Controller\CartController".
Inlined service ".service_locator.JkaYaOo.App\Controller\CartController" to "App\Controller\CartController".
Inlined service ".service_locator.JkaYaOo.App\Controller\CatalogController" to "App\Controller\CatalogController".
Inlined service "App\Service\Getter\ContentGetter" to "App\Controller\ContentController".
Inlined service "App\Service\Seo\SectionDataCacheAdapter" to "App\Controller\ContentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\ContentController" to "App\Controller\ContentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\CurrencyController" to "App\Controller\CurrencyController".
Inlined service ".service_locator.JkaYaOo.App\Controller\DeliveryController" to "App\Controller\DeliveryController".
Inlined service ".service_locator.JkaYaOo.App\Controller\DeliveryPickupController" to "App\Controller\DeliveryPickupController".
Inlined service ".service_locator.JkaYaOo.App\Controller\DeliveryServiceController" to "App\Controller\DeliveryServiceController".
Inlined service "App\Service\FeedbackService" to "App\Controller\FeedbackController".
Inlined service "App\Service\Feedback\WholesalerPriceService" to "App\Controller\FeedbackController".
Inlined service ".service_locator.JkaYaOo.App\Controller\FeedbackController" to "App\Controller\FeedbackController".
Inlined service "App\Service\GeolocationService" to "App\Controller\GeolocationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\GeolocationController" to "App\Controller\GeolocationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Integration1CController" to "App\Controller\Integration1CController".
Inlined service "App\Service\Getter\LicenceGetter" to "App\Controller\LicenceController".
Inlined service ".service_locator.JkaYaOo.App\Controller\LicenceController" to "App\Controller\LicenceController".
Inlined service "App\Service\Handler\ExceptionHandler" to "App\Controller\Loaylty\ActivationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Loaylty\ActivationController" to "App\Controller\Loaylty\ActivationController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Loaylty\CartController" to "App\Controller\Loaylty\CartController".
Inlined service "App\Service\Loyalty\InfoService" to "App\Controller\Loaylty\InfoController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Loaylty\InfoController" to "App\Controller\Loaylty\InfoController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Mobile\PushController" to "App\Controller\Mobile\PushController".
Inlined service ".service_locator.JkaYaOo.App\Controller\OrderController" to "App\Controller\OrderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\OrganizationRatingController" to "App\Controller\OrganizationRatingController".
Inlined service "App\Service\Payment\CardService" to "App\Controller\Payment\CardController".
Inlined service ".service_locator.JkaYaOo.App\Controller\Payment\CardController" to "App\Controller\Payment\CardController".
Inlined service "App\Service\Installment\InstallmentService" to "App\Controller\PaymentController".
Inlined service "App\Service\Payment\Kaspi\UrlGetter" to "App\Controller\PaymentController".
Inlined service "App\Service\Payment\PaymentListBuilder" to "App\Controller\PaymentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\PaymentController" to "App\Controller\PaymentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\PickUpPointController" to "App\Controller\PickUpPointController".
Inlined service "App\Service\RecentService" to "App\Controller\RecentController".
Inlined service ".service_locator.JkaYaOo.App\Controller\RecentController" to "App\Controller\RecentController".
Inlined service "App\Service\Order\RecipientService" to "App\Controller\RecipientProfileController".
Inlined service ".service_locator.JkaYaOo.App\Controller\RecipientProfileController" to "App\Controller\RecipientProfileController".
Inlined service ".service_locator.JkaYaOo.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service "App\Service\Security\EmailConfirmService" to "App\Controller\SecurityController".
Inlined service "App\Service\Updater\PasswordUpdater" to "App\Controller\SecurityController".
Inlined service "App\Service\Confirmation\AuthWithUserPasswordChecker" to "App\Controller\SecurityController".
Inlined service ".service_locator.JkaYaOo.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service "App\Service\Getter\ServiceGetter" to "App\Controller\ServiceController".
Inlined service ".service_locator.JkaYaOo.App\Controller\ServiceController" to "App\Controller\ServiceController".
Inlined service ".service_locator.JkaYaOo.App\Controller\SliderController" to "App\Controller\SliderController".
Inlined service ".service_locator.JkaYaOo.App\Controller\SubscriptionController" to "App\Controller\SubscriptionController".
Inlined service "App\Service\Getter\TagGetter" to "App\Controller\TagController".
Inlined service ".service_locator.JkaYaOo.App\Controller\TagController" to "App\Controller\TagController".
Inlined service "security.helper" to "App\Controller\UserAddressController".
Inlined service ".service_locator.JkaYaOo.App\Controller\UserAddressController" to "App\Controller\UserAddressController".
Inlined service "App\Service\Remover\UserRemover" to "App\Controller\UserController".
Inlined service "App\Service\User\UserService" to "App\Controller\UserController".
Inlined service ".service_locator.JkaYaOo.App\Controller\UserController" to "App\Controller\UserController".
Inlined service ".service_locator.JkaYaOo.App\Controller\UserSubscriptionsController" to "App\Controller\UserSubscriptionsController".
Inlined service "App\Service\SSE\PushService" to "App\Event\Cart\Subscriber\CartUpdatedSubscriber".
Inlined service "App\Service\Order\PhoneConfirmServiceAdapter" to "App\Event\Order\Subscriber\OrderConfirmationIsNeededSubscriber".
Inlined service "App\Service\Integration\Import1C\Order\Message\NewOrderNotificationSender" to "App\Event\Order\Subscriber\OrderReadyToExportEmailNotificationSubscriber".
Inlined service "App\Service\Installment\Message\StatusNotificationSender" to "App\Event\Order\Subscriber\OrderSyncedHomecreditInstallmentSubscriber".
Inlined service "notifier" to "App\Event\Subscriber\HealthCheckSubscriber".
Inlined service "chatter" to "App\Event\Subscriber\TelegramBotSubscriber".
Inlined service "App\Util\WorkTimeChecker\WorkTimeChecker" to "App\Event\Subscriber\TelegramBotSubscriber".
Inlined service "App\Form\DataTransformer\ProductToProductCodeTransformer" to "App\Form\Admin\Calculation\EditItemFormType".
Inlined service "App\Form\Admin\ProductBlock\Transformer\ProductBlockToJsonStringTransformer" to "App\Form\Admin\Calculation\EditItemFormType".
Inlined service "App\Form\DataTransformer\TextAreaToArrayTransformer" to "App\Form\Admin\Catalog\VirtualSection\FilterItemFormType".
Inlined service "App\Form\DataTransformer\CityToNameTransformer" to "App\Form\Admin\Settings\Store\EditFormType".
Inlined service "App\Service\Integration\StaticAkvilon\ProductImageGateway" to "App\Form\Admin\SuppliersProduct\EditFormType".
Inlined service "App\Serializer\Normalizer\ApiCartItemProductNormalizer" to "App\Serializer\Normalizer\ApiCartItemNormalizer".
Inlined service "App\Serializer\Normalizer\ApiCartItemNormalizer" to "App\Serializer\Normalizer\ApiCartNormalizer".
Inlined service "App\Service\Loyalty\AutoBindCartFieldsBuilder" to "App\Serializer\Normalizer\ApiCartNormalizer".
Inlined service "App\Serializer\Normalizer\ApiPaymentNormalizer" to "App\Serializer\Normalizer\ApiOrderNormalizer".
Inlined service "App\Serializer\Normalizer\ApiFinalCartNormalizer" to "App\Serializer\Normalizer\ApiOrderNormalizer".
Inlined service "App\Serializer\Normalizer\Order\ApiReceivingNormalizer" to "App\Serializer\Normalizer\ApiOrderNormalizer".
Inlined service "App\Service\Installment\PublicStatusGetter" to "App\Serializer\Normalizer\ApiPaymentNormalizer".
Inlined service "App\Serializer\Normalizer\Internal\Cart\CartItemNormalizer" to "App\Serializer\Normalizer\Internal\Cart\CartNormalizer".
Inlined service "App\Service\City\ParentCityMapBuilder" to "App\Service\Analytics\Alytics\OrdersResponseBuilder".
Inlined service "App\Service\Analytics\Google\RequestBuilder" to "App\Service\Analytics\Google\EcommerceService".
Inlined service "App\Service\Calculation\CalculationDecorator" to "App\Service\Calculation\CalculationService".
Inlined service "App\Service\Calculation\AnalogsBuilder" to "App\Service\Calculation\CalculationService".
Inlined service "App\Service\Cart\RealCostCalculator" to "App\Service\Cart\RealCostCalculatorCachedProxy".
Inlined service "App\Service\Cart\RealCostCalculatorCachedProxy" to "App\Service\Cart\RealCostProcessor".
Inlined service "App\Service\PromoCode\PromoCodeInfoService" to "App\Service\Cart\RealCostProcessor".
Inlined service "App\Service\Creator\Cart\CartItemCreator" to "App\Service\CartService".
Inlined service "App\Service\Updater\Cart\CartItemUpdater" to "App\Service\CartService".
Inlined service "App\Service\Remover\Cart\CartItemRemover" to "App\Service\CartService".
Inlined service "App\Service\Catalog\Filter\SectionStaticFilterSettingsCachedProxy" to "App\Service\Catalog\Filter\FilterBuilder".
Inlined service "App\Service\Catalog\Filter\FilterCleaningService" to "App\Service\Catalog\Filter\FilterBuilder".
Inlined service "App\Service\Catalog\Filter\FilterSortService" to "App\Service\Catalog\Filter\FilterBuilder".
Inlined service "App\Service\Catalog\Product\Property\CachedRepository" to "App\Service\Catalog\Filter\ParamConvertor".
Inlined service "App\Service\Catalog\Section\SectionFetcher" to "App\Service\Catalog\Section\CatalogTreeGetter".
Inlined service "App\Service\Catalog\Section\CountMapBuilderCachedProxy" to "App\Service\Catalog\Section\CatalogTreeGetter".
Inlined service "App\Service\Catalog\Section\CatalogTreeCopycatDecorator" to "App\Service\Catalog\Section\CatalogTreeGetter".
Inlined service "App\Service\Catalog\Section\SectionDecorator" to "App\Service\Catalog\Section\ChildrenWithProductsBuilder".
Inlined service "App\Service\Compare\CompareItemsListBuilder" to "App\Service\Compare\CompareService".
Inlined service "App\Service\Compare\ComparePropertyBuilder" to "App\Service\Compare\CompareService".
Inlined service "App\Service\MessageBus\QueryBus" to "App\Service\Confirmation\ConfirmationService".
Inlined service "limiter.create_confirmation" to "App\Service\Confirmation\ConfirmationService".
Inlined service "limiter.confirm_confirmation" to "App\Service\Confirmation\ConfirmationService".
Inlined service "App\Service\Confirmation\ConfirmationService" to "App\Service\Confirmation\LoggingConfirmationService".
Inlined service "App\Service\Catalog\Filter\ExportFilterGetter" to "App\Service\Export\XML\SiteMap\Catalog\CatalogSiteMapExportManager".
Inlined service "App\Service\Export\XML\SiteMap\Catalog\ProductsSiteMapExportManager" to "App\Service\Export\XML\SiteMap\Catalog\CatalogSiteMapExportManager".
Inlined service "App\Service\FTP\FtpService" to "App\Service\FTP\FileMover".
Inlined service "App\Service\Facet\ParamsMerger" to "App\Service\Facet\AggregationBuilderGenerator".
Inlined service "App\Service\Creator\QuestionCreator" to "App\Service\FeedbackService".
Inlined service "App\Service\Creator\Feedback\CallBackCreator" to "App\Service\FeedbackService".
Inlined service "App\Serializer\Normalizer\ApiContentNormalizer" to "App\Service\Getter\ContentGetter".
Inlined service "App\Service\Installment\LoanApplicationBuilder" to "App\Service\Installment\InstallmentService".
Inlined service "App\Service\Integration\AnyQuery\AutocompleteService" to "App\Service\Integration\AnyQuery\AutocompleteDirector".
Inlined service "App\Service\Search\AutocompleteWithoutAnyQueryService" to "App\Service\Integration\AnyQuery\AutocompleteDirector".
Inlined service "App\Service\Integration\AnyQuery\AutocompleteGateway" to "App\Service\Integration\AnyQuery\AutocompleteService".
Inlined service "App\Service\Integration\AnyQuery\SearchGateway" to "App\Service\Integration\AnyQuery\QueryService".
Inlined service "App\Service\Integration\AnyQuery\SectionsDecorator" to "App\Service\Integration\AnyQuery\QueryService".
Inlined service "App\Service\Integration\AnyQuery\FiltersMapper" to "App\Service\Integration\AnyQuery\QueryService".
Inlined service "App\Service\Integration\AnyQuery\Recommendations\RecsGatewayCachedProxy" to "App\Service\Integration\AnyQuery\Recommendations\RecommendationsService".
Inlined service "App\Service\Integration\AnyQuery\Recommendations\RecsGateway" to "App\Service\Integration\AnyQuery\Recommendations\RecsGatewayCachedProxy".
Inlined service "App\Service\Integration\Import1C\Brand\BrandGateway" to "App\Service\Integration\Import1C\Brand\BrandImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Product\ProductImportService" to "App\Service\Integration\Import1C\Catalog\BatchImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Package\Update\PackageUpdateService" to "App\Service\Integration\Import1C\Catalog\BatchImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Package\Remove\PackageRemoveService" to "App\Service\Integration\Import1C\Catalog\BatchImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Offer\OfferImportService" to "App\Service\Integration\Import1C\Catalog\BatchImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Offer\OfferImportGateway" to "App\Service\Integration\Import1C\Catalog\Offer\OfferImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Offer\Message\Sender\OfferMessageSender" to "App\Service\Integration\Import1C\Catalog\Offer\OfferImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Package\Remove\PackageRemoveGateway" to "App\Service\Integration\Import1C\Catalog\Package\Remove\PackageRemoveService".
Inlined service "App\Service\Integration\Import1C\Catalog\Package\Update\PackageUpdateGateway" to "App\Service\Integration\Import1C\Catalog\Package\Update\PackageUpdateService".
Inlined service "App\Util\Canonicalizer\PropertyCanonicalizer" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductFieldsPreprocessor".
Inlined service "App\Service\Creator\Catalog\ProductCreator" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Updater\Catalog\ProductUpdater" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductFieldsPreprocessor" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\RollsProcessor" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\PointsMultipliersProcessor" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\String\StringProcessor" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Catalog\Badges\BadgesProcessor" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Internal\Product\Roll\RollSectionQualifier" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\RollsProcessor".
Inlined service "App\Service\Integration\Import1C\Catalog\Product\ProductImportGateway" to "App\Service\Integration\Import1C\Catalog\Product\ProductImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Property\ProductPropertyGateway" to "App\Service\Integration\Import1C\Catalog\Property\ProductPropertyImportService".
Inlined service "App\Service\Integration\Import1C\Catalog\Section\SectionImportGateway" to "App\Service\Integration\Import1C\Catalog\Section\SectionImportService".
Inlined service "App\Service\Creator\Catalog\SectionCreator" to "App\Service\Integration\Import1C\Catalog\Section\SectionImportService".
Inlined service "App\Service\Integration\Import1C\Internal\Product\StocksSequenceGateway" to "App\Service\Integration\Import1C\Internal\Product\StocksSequenceImportService".
Inlined service "App\Service\Integration\Import1C\LegalContractsGateway" to "App\Service\Integration\Import1C\LegalContractsImportService".
Inlined service "App\Service\Integration\Import1C\Loyalty\CardGateway" to "App\Service\Integration\Import1C\Loyalty\CardService".
Inlined service "App\Service\Creator\Loyalty\CardCreator" to "App\Service\Integration\Import1C\Loyalty\CardService".
Inlined service "App\Service\Updater\Loyalty\CardUpdater" to "App\Service\Integration\Import1C\Loyalty\CardService".
Inlined service "App\Service\Creator\Loyalty\PointsCreator" to "App\Service\Integration\Import1C\Loyalty\CardService".
Inlined service "App\Service\Integration\Import1C\Loyalty\QRCodeGateway" to "App\Service\Integration\Import1C\Loyalty\QRCodeGetter".
Inlined service "App\Service\Integration\Import1C\Loyalty\StateGateway" to "App\Service\Integration\Import1C\Loyalty\StateService".
Inlined service "App\Service\Creator\Loyalty\StateCreator" to "App\Service\Integration\Import1C\Loyalty\StateService".
Inlined service "App\Service\Updater\Loyalty\StateUpdater" to "App\Service\Integration\Import1C\Loyalty\StateService".
Inlined service "App\Service\Integration\Import1C\Loyalty\StatusGateway" to "App\Service\Integration\Import1C\Loyalty\StatusService".
Inlined service "App\Service\Creator\Loyalty\StatusCreator" to "App\Service\Integration\Import1C\Loyalty\StatusService".
Inlined service "App\Service\Updater\Loyalty\StatusUpdater" to "App\Service\Integration\Import1C\Loyalty\StatusService".
Inlined service "App\Service\Internal\StocksToRollsAllocator" to "App\Service\Integration\Import1C\Order\Export\CartProcessor".
Inlined service "App\Service\Integration\Import1C\Order\Export\OrderExportGateway" to "App\Service\Integration\Import1C\Order\Export\OrderExportService".
Inlined service "App\Service\Integration\Import1C\Order\Export\CartProcessor" to "App\Service\Integration\Import1C\Order\Export\OrderExportService".
Inlined service "App\Service\Integration\Import1C\Order\OrderCreateService" to "App\Service\Integration\Import1C\Order\Import\NewOrderImportService".
Inlined service "App\Service\Integration\Import1C\Order\Import\OrderImportGateway" to "App\Service\Integration\Import1C\Order\Import\OrderImportService".
Inlined service "App\Service\Order\NewOrderEmailNotificationSender" to "App\Service\Integration\Import1C\Order\Message\NewOrderNotificationHandler".
Inlined service "App\Service\Order\InvoicePdfGenerator" to "App\Service\Integration\Import1C\Order\Message\OrderInvoiceGenerationHandler".
Inlined service "App\Service\Order\Receiving\ReceivingService" to "App\Service\Integration\Import1C\Order\OrderSyncService".
Inlined service "App\Service\Order\OfdInfo\OfdInfoBuilder" to "App\Service\Integration\Import1C\Order\ProcessFactory".
Inlined service "App\Service\Integration\Import1C\PromoCode\PromoCodeGateway" to "App\Service\Integration\Import1C\PromoCode\ImportService".
Inlined service "App\Service\Integration\Import1C\Store\StoreGateway" to "App\Service\Integration\Import1C\Store\StoreImportService".
Inlined service "App\Service\Creator\StoreCreator" to "App\Service\Integration\Import1C\Store\StoreImportService".
Inlined service "App\Service\Integration\Import1C\User\ClientsGateway" to "App\Service\Integration\Import1C\User\UserService".
Inlined service "App\Service\Integration\Qiwi\CrossRatesGateway" to "App\Service\Integration\Qiwi\RatesService".
Inlined service "App\Service\Internal\StockConfigFetcher" to "App\Service\Internal\Cart\CountAllocator".
Inlined service "App\Service\Internal\StocksSorter" to "App\Service\Internal\Cart\CountAllocator".
Inlined service "App\Service\Internal\Cart\CountAllocator" to "App\Service\Internal\CartService".
Inlined service "App\Serializer\Normalizer\Internal\Delivery\LocalityDeliveryNormalizer" to "App\Service\Internal\Delivery\DeliveryListBuilder".
Inlined service "App\Service\Internal\Cart\StocksCalculator" to "App\Service\Internal\Delivery\DeliveryListBuilder".
Inlined service "App\Service\Internal\Order\Builder" to "App\Service\Internal\Order\BatchProcessor".
Inlined service "App\Service\Internal\Cart\CartValidator" to "App\Service\Internal\Order\CartFetcher".
Inlined service "App\Service\Internal\Order\ListedOrderBuilder" to "App\Service\Internal\Order\UnpaidOrderFetcher".
Inlined service "App\Service\Internal\Order\UnpaidOrderFetcher" to "App\Service\Internal\Order\UnpaidOrderService".
Inlined service "App\Service\Internal\Order\DetailedOrderBuilder" to "App\Service\Internal\Order\UnpaidOrderService".
Inlined service "App\Service\Internal\Order\ReBuilder" to "App\Service\Internal\Order\UnpaidOrderService".
Inlined service "App\Service\Internal\Organization\WholesaleSelectorLogger" to "App\Service\Internal\Organization\WholesaleSelector".
Inlined service "App\Service\Integration\Import1C\Catalog\Product\RollSearchGateway" to "App\Service\Internal\Product\Roll\RollSearchService".
Inlined service "App\Service\Integration\Import1C\Loyalty\CardActivationGateway" to "App\Service\Loyalty\ActivationService".
Inlined service "App\Service\Loyalty\PhoneConfirmServiceAdapter" to "App\Service\Loyalty\CardService".
Inlined service "App\Serializer\Normalizer\Loyalty\ApiCardNormalizer" to "App\Service\Loyalty\InfoService".
Inlined service "App\Service\Integration\Import1C\Loyalty\TransactionGateway" to "App\Service\Loyalty\InfoService".
Inlined service "App\Service\User\Notification\UserNotificationSender" to "App\Service\Loyalty\Message\AutoActivationHandler".
Inlined service "App\Serializer\Normalizer\ApiPersonProfileNormalizer" to "App\Service\Order\BuyerProfileService".
Inlined service "App\Service\Remover\Order\BuyerProfileRemover" to "App\Service\Order\BuyerProfileService".
Inlined service "App\Service\Updater\Order\BuyerProfileUpdater" to "App\Service\Order\BuyerProfileService".
Inlined service "App\Service\Order\Delivery\WarehouseUserAddressGetter" to "App\Service\Order\Delivery\AddressGetter".
Inlined service "App\Service\Integration\Import1C\Delivery\DeliveryCalcGateway" to "App\Service\Order\Delivery\Calculation\RemoteDeliveryCalculator".
Inlined service "App\Service\Order\Delivery\Calculation\RemoteDeliveryCalculator" to "App\Service\Order\Delivery\Calculation\RemoteDeliveryCalculatorCachedProxy".
Inlined service "App\Service\Setter\OrderCourierDeliverySetter" to "App\Service\Order\Delivery\CourierDeliveryBuilder".
Inlined service "App\Service\Order\Delivery\RemoteDeliveryBuilder" to "App\Service\Order\Delivery\DeliveryBuilderAdapter".
Inlined service "App\Service\Order\Delivery\PickupDeliveryBuilder" to "App\Service\Order\Delivery\DeliveryHandler".
Inlined service "App\Service\Order\Delivery\CourierDeliveryBuilder" to "App\Service\Order\Delivery\DeliveryHandler".
Inlined service "App\Service\Order\Delivery\DeliveryBuilderAdapter" to "App\Service\Order\Delivery\DeliveryHandler".
Inlined service "App\Service\Setter\OrderPickUpDeliverySetter" to "App\Service\Order\Delivery\PickupDeliveryBuilder".
Inlined service "App\Service\Order\Delivery\AddressGetter" to "App\Service\Order\Delivery\RemoteDeliveryBuilder".
Inlined service "App\Service\Order\Delivery\DeliveryFactory" to "App\Service\Order\Delivery\RemoteDeliveryBuilder".
Inlined service "App\Service\Delivery\DeliveryInfoFetcherAdapter" to "App\Service\Order\Delivery\RemoteDeliveryBuilder".
Inlined service "App\Service\Integration\Import1C\Delivery\Service\LiftingCalcGateway" to "App\Service\Order\DeliveryServicesService".
Inlined service "App\Service\ServerFileService" to "App\Service\Order\InvoicePdfGenerator".
Inlined service "App\Service\Order\NewOrderEmailNotificationBuilder" to "App\Service\Order\NewOrderEmailNotificationSender".
Inlined service "App\Serializer\Normalizer\ApiOrderNormalizer" to "App\Service\Order\OrderService".
Inlined service "App\Service\Validator\CartValidator" to "App\Service\Order\OrderService".
Inlined service "App\Service\Order\Delivery\DeliveryHandler" to "App\Service\Order\OrderService".
Inlined service "App\Serializer\Normalizer\ApiRecipientNormalizer" to "App\Service\Order\RecipientService".
Inlined service "App\Service\Remover\Order\RecipientRemover" to "App\Service\Order\RecipientService".
Inlined service "App\Service\Payment\CloudPayments\Api\ApiGateway" to "App\Service\Payment\CloudPayments\Api\Adapter".
Inlined service "App\Service\Payment\CloudPayments\NotificationRequestValidator" to "App\Service\Payment\CloudPayments\RequestHandler\RequestHandler".
Inlined service "App\Service\Payment\Forte\PaymentGateway" to "App\Service\Payment\PaymentService".
Inlined service "App\Service\Payment\CloudPayments\Api\Adapter" to "App\Service\Payment\PaymentService".
Inlined service "App\Service\Getter\RecentGetter" to "App\Service\RecentService".
Inlined service "App\Service\Updater\RecentUpdater" to "App\Service\RecentService".
Inlined service "App\Service\Integration\Import1C\SmsGateway" to "App\Service\Sender\Message\SmsNotificationHandler".
Inlined service "App\Service\Integration\Import1C\Monitoring\SmsHealthCheckService" to "App\Service\Sender\Message\SmsNotificationHandler".
Inlined service "App\Service\Sender\Message\SmsNotificationSender" to "App\Service\Sender\SmsSender".
Inlined service "App\Service\Integration\SmscKZ\Sender" to "App\Service\Sender\SmsSender".
Inlined service "App\Service\Seo\SectionDataProvider" to "App\Service\Seo\SectionDataCacheAdapter".
Inlined service "App\Token\ActionFactory" to "App\Service\TokenActionService".
Inlined service "App\Service\User\UserParamChecker" to "App\Service\Updater\UserUpdater".
Inlined service "App\Serializer\Normalizer\User\ApiUserNormalizer" to "App\Service\User\UserService".
Inlined service "app.menu_builder" to "app.main_menu".
Inlined service "Redis" to "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.yLk3Gy5" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "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 "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "forte.uri_template.inner" to "forte.uri_template".
Inlined service "api1c.uri_template.inner" to "api1c.uri_template".
Inlined service "api1cNoTLS.uri_template.inner" to "api1cNoTLS.uri_template".
Inlined service "googleAnalytics.uri_template.inner" to "googleAnalytics.uri_template".
Inlined service "apiStaticAkvilon.uri_template.inner" to "apiStaticAkvilon.uri_template".
Inlined service "currencyLayerApi.uri_template.inner" to "currencyLayerApi.uri_template".
Inlined service "apiCloudPayments.uri_template.inner" to "apiCloudPayments.uri_template".
Inlined service "apiHomeCredit.uri_template.inner" to "apiHomeCredit.uri_template".
Inlined service "apiAlem.uri_template.inner" to "apiAlem.uri_template".
Inlined service "apiSmscKZ.uri_template.inner" to "apiSmscKZ.uri_template".
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 "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.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 "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
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.LD5oJC8" 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.denormalizer.unwrapping" to "serializer".
Inlined service "App\Serializer\Denormalizer\BatchCreateDenormalizer" to "serializer".
Inlined service "App\Serializer\Denormalizer\EditDenormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\Advice\ApiArticleNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\ApiBrandNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\ApiContactNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\ApiErrorNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\ApiSeoTagsNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\ApiSlideNormalizer" to "serializer".
Inlined service "App\Serializer\Normalizer\Supplier\Product\PriceItemNormalizer" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "fos_rest.serializer.flatten_exception_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.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 ".lock.default.store.TTEh_gT" to "lock.default.factory".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.create_confirmation" to "limiter.create_confirmation".
Inlined service "limiter.storage.confirm_confirmation" to "limiter.confirm_confirmation".
Inlined service ".main_cache_pool.inner.recorder_inner" to ".main_cache_pool.inner".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler" to "session.storage.factory.native".
Inlined service ".service_locator.TpoC7U9" 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.mdUrqXZ" 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 "doctrine_odm.mongodb.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.DJKLQA4" 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 "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.WD3yu7U" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.jIERMQW" to "messenger.routable_message_bus".
Inlined service ".service_locator.0TACwl3" to "notifier".
Inlined service "notifier.channel_policy" to "notifier".
Inlined service "notifier.admin_recipient.0" to "notifier".
Inlined service "notifier.flash_message_importance_mapper" to "notifier.channel.browser".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "texter.transport_factory" to "texter.transports".
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.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "doctrine_mongodb.odm.data_collector" to "profiler".
Inlined service "data_collector.mercure" 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 "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.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "knp_menu.twig.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.fr66geA" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "fos_rest.converter.request_body" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.QR43s4z" to "security.helper".
Inlined service ".service_locator.M8Zx9Vq" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.krkqPz1" to "security.access_map".
Inlined service ".security.request_matcher.i9nyCNg" to "security.access_map".
Inlined service ".security.request_matcher.hUJ8xkz" to "security.access_map".
Inlined service ".security.request_matcher.pMjWsc2" to "security.access_map".
Inlined service ".security.request_matcher.8m45N6o" to "security.access_map".
Inlined service ".security.request_matcher.Y75PGej" to "security.access_map".
Inlined service ".security.request_matcher.ZtkmjVq" to "security.access_map".
Inlined service ".security.request_matcher.pFjR7D7" to "security.access_map".
Inlined service ".security.request_matcher.nyLIf6H" to "security.access_map".
Inlined service ".security.request_matcher.O4nMI8s" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.MVFo09k" to "security.access_map".
Inlined service ".security.request_matcher.Ocy9dhi" to "security.access_map".
Inlined service ".security.request_matcher.UJFBvUE" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.vhy2oy3".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "security.authentication.success_handler.api.json_login" to "security.authenticator.json_login.api".
Inlined service "security.authentication.failure_handler.api.json_login" to "security.authenticator.json_login.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.TBF53r7" to ".security.request_matcher.krkqPz1".
Inlined service ".security.request_matcher.ZzWOI5N" to ".security.request_matcher.i9nyCNg".
Inlined service ".security.request_matcher.1051k_w" to ".security.request_matcher.hUJ8xkz".
Inlined service ".security.request_matcher.FhsJp7j" to ".security.request_matcher.pMjWsc2".
Inlined service ".security.request_matcher.WfHcy89" to ".security.request_matcher.8m45N6o".
Inlined service ".security.request_matcher.13dO_3B" to ".security.request_matcher.Y75PGej".
Inlined service ".security.request_matcher.UIt5AWl" to ".security.request_matcher.ZtkmjVq".
Inlined service ".security.request_matcher._zR5.IX" to ".security.request_matcher.pFjR7D7".
Inlined service ".security.request_matcher.pIdOidT" to ".security.request_matcher.nyLIf6H".
Inlined service ".security.request_matcher.aSX5skt" to ".security.request_matcher.O4nMI8s".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.wegTT2N" to ".security.request_matcher.MVFo09k".
Inlined service ".security.request_matcher.OB9_HoZ" to ".security.request_matcher.Ocy9dhi".
Inlined service "monolog.handler.grouped" to "monolog.handler.mail".
Inlined service "monolog.handler.main" to "monolog.handler.grouped".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service "fos_rest.exception.codes_map" to "fos_rest.serializer.flatten_exception_normalizer".
Inlined service "fos_rest.exception.messages_map" to "fos_rest.serializer.flatten_exception_normalizer".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service ".service_locator.DrPnaE0" to "doctrine_mongodb.odm.container_repository_factory".
Inlined service "monolog.logger.doctrine" to "doctrine_mongodb.odm.psr_command_logger".
Inlined service "doctrine_mongodb.odm.default_metadata_cache" to "doctrine_mongodb.odm.default_configuration".
Inlined service "doctrine_mongodb.odm.default_metadata_driver" to "doctrine_mongodb.odm.default_configuration".
Inlined service "doctrine_mongodb.odm.logs_metadata_cache" to "doctrine_mongodb.odm.logs_configuration".
Inlined service "doctrine_mongodb.odm.logs_metadata_driver" to "doctrine_mongodb.odm.logs_configuration".
Inlined service "doctrine_mongodb.odm.default_annotation_metadata_driver" to "doctrine_mongodb.odm.default_metadata_driver".
Inlined service "doctrine_mongodb.odm.default_configuration" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.default_connection.event_manager" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.default_manager_configurator" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.logs_configuration" to "doctrine_mongodb.odm.logs_document_manager".
Inlined service "doctrine_mongodb.odm.logs_connection.event_manager" to "doctrine_mongodb.odm.logs_document_manager".
Inlined service "doctrine_mongodb.odm.logs_manager_configurator" to "doctrine_mongodb.odm.logs_document_manager".
Inlined service "doctrine_mongodb.odm.document_value_resolver.expression_language" to "doctrine_mongodb.odm.entity_value_resolver".
Inlined service "doctrine_mongodb.odm.entity_value_resolver" to "doctrine_mongodb.odm.document_value_resolver".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator.J2q7td." to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine_mongodb.odm.document_value_resolver" to ".debug.value_resolver.doctrine_mongodb.odm.document_value_resolver".
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_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
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 "command.bus.messenger.handlers_locator" to "command.bus.middleware.handle_message".
Inlined service "query.bus.messenger.handlers_locator" to "query.bus.middleware.handle_message".
Inlined service "debug.traced.query.bus.inner" to "debug.traced.query.bus".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "forte.uri_template" to ".debug.forte".
Inlined service "api1c.uri_template" to ".debug.api1c".
Inlined service "api1cNoTLS.uri_template" to ".debug.api1cNoTLS".
Inlined service "googleAnalytics.uri_template" to ".debug.googleAnalytics".
Inlined service "apiStaticAkvilon.uri_template" to ".debug.apiStaticAkvilon".
Inlined service "currencyLayerApi.uri_template" to ".debug.currencyLayerApi".
Inlined service "apiCloudPayments.uri_template" to ".debug.apiCloudPayments".
Inlined service "apiHomeCredit.uri_template" to ".debug.apiHomeCredit".
Inlined service "apiAlem.uri_template" to ".debug.apiAlem".
Inlined service "apiSmscKZ.uri_template" to ".debug.apiSmscKZ".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.otfny_1" to ".service_locator.otfny_1.router.default".
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 ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service ".service_locator.6u_dzle" to "debug.argument_resolver.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service ".service_locator.dUOd0EO" to "console.command_loader".
Inlined service ".service_locator.otfny_1.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.command.bus.inner" to "messenger.default_bus".
Inlined service "api.jsonp_handler" to "fos_rest.view_handler".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Service\Integration\Import1C\Locality\LocalityImportGateway" to "App\Command\Integration1C\ImportDeliveryCommand".
Inlined service "App\Service\Integration\Import1C\Locality\LocalityImportGateway" to "App\Command\Integration1C\ImportDeliveryCommand".
Inlined service "App\Service\Calculation\CountRecalculator" to "App\Service\Calculation\CalculationService".
Inlined service "App\Service\Calculation\CountRecalculator" to "App\Service\Calculation\CalculationService".
Inlined service "lock.default.factory" to "App\Service\Confirmation\LoggingConfirmationService".
Inlined service "lock.default.factory" to "App\Service\Confirmation\LoggingConfirmationService".
Inlined service "App\Service\Creator\Catalog\Item\UnitItemCreator" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Creator\Catalog\Item\BalanceItemCreator" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Creator\Catalog\Item\SetItemCreator" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Creator\Catalog\Item\UnitItemCreator" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Creator\Catalog\Item\BalanceItemCreator" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Creator\Catalog\Item\SetItemCreator" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Product\Util\StocksCountUtil" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Service\Product\Util\StocksCountUtil" to "App\Service\Integration\Import1C\Catalog\Product\Message\Handler\ProductMessageHandler".
Inlined service "App\Serializer\Normalizer\ApiDeliveryNormalizer" to "App\Service\Order\OrderService".
Inlined service "App\Serializer\Normalizer\ApiProductUnitsNormalizer" to "App\Service\Order\OrderService".
Inlined service "App\Serializer\Normalizer\ApiProductUnitsNormalizer" to "App\Service\Order\OrderService".
Inlined service "App\Serializer\Normalizer\ApiDeliveryNormalizer" to "App\Service\Order\OrderService".
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 "App\Service\Internal\Order\RequestOrderBuilder" to "serializer".
Inlined service "App\Service\Internal\Order\OrganizationFetcher" to "serializer".
Inlined service "App\Service\Internal\Order\UserFetcher" to "serializer".
Inlined service "App\Service\Internal\Order\RequestOrderBuilder" to "serializer".
Inlined service "App\Service\Internal\Order\OrganizationFetcher" to "serializer".
Inlined service "App\Service\Internal\Order\UserFetcher" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service ".security.request_matcher.o36JsdV" to "security.access_map".
Inlined service ".security.request_matcher.o36JsdV" to "security.access_map".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "assets.packages" to "twig".
Inlined service "assets.packages" to "twig".
3
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "mercure.hub.default.traceable", "debug.traced.query.bus", ".debug.http_client", ".debug.forte", ".debug.api1c", ".debug.api1cNoTLS", ".debug.googleAnalytics", ".debug.apiStaticAkvilon", ".debug.currencyLayerApi", ".debug.apiCloudPayments", ".debug.apiHomeCredit", ".debug.apiAlem", ".debug.apiSmscKZ", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "doctrine_mongodb.odm.document_manager" was defined on service(s) "doctrine_mongodb.odm.default_document_manager", "doctrine_mongodb.odm.logs_document_manager", but was never used. Did you mean "doctrine_mongodb.odm.command_logger"?
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.