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.
Class "App\Component\Messenger\Serializer\ObjectContainerNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
Class "App\Component\Messenger\Serializer\ObjectContainerNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Component\Messenger\Serializer\ObjectContainerNormalizer::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.
The "App\Component\Messenger\Serializer\ObjectContainerNormalizer::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.
The "App\MessageHandler\Deferred\DeferredTestMessageHandler" class implements "Symfony\Component\Messenger\Handler\MessageHandlerInterface" that is deprecated since Symfony 6.2, use the {@see AsMessageHandler} attribute instead.
Method "Doctrine\ORM\Id\AbstractIdGenerator::generate()" might add "mixed" as a native return type declaration in the future. Do the same in child class "App\Services\UuidGenerator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.1: Option "reset_on_message" at "framework.messenger" is deprecated. It does nothing and will be removed in version 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
shude\Laximo\Client\SoapClient::__construct(): Implicitly marking parameter $location as nullable is deprecated, the explicit nullable type must be used instead
shude\Laximo\Client\SoapClient::__construct(): Implicitly marking parameter $uri as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\AbstractMaker::addDependencies(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeController::__construct(): Implicitly marking parameter $phpCompatUtil as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $projectDirectory as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $generator as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $entityClassGenerator as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::__construct(): Implicitly marking parameter $phpCompatUtil as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeEntity::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\InputAwareMakerInterface::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeTest::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Maker\MakeUser::configureDependencies(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/messenger 6.2: Implementing "Symfony\Component\Messenger\Handler\MessageHandlerInterface" is deprecated, use the "Symfony\Component\Messenger\Attribute\AsMessageHandler" attribute instead.
Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::__construct(): Implicitly marking parameter $twig as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper::__construct(): Implicitly marking parameter $registry as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper::__construct(): Implicitly marking parameter $annotatedPrefixes as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper::getMetadata(): Implicitly marking parameter $classOrNamespace as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Component\Security\Voter\CartVoter" service.
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Services\UserResolver" service.
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $language as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $trustResolver as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $authChecker as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::__construct(): Implicitly marking parameter $authChecker as nullable is deprecated, the explicit nullable type must be used instead
Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\FileManager::__construct(): Implicitly marking parameter $twigDefaultPath as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter::__construct(): Implicitly marking parameter $fileLinkFormatter as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Generator::__construct(): Implicitly marking parameter $phpCompatUtil as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Generator::__construct(): Implicitly marking parameter $templateComponentGenerator as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater::__construct(): Implicitly marking parameter $ysmLogger as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer::render(): Implicitly marking parameter $boundClassDetails as nullable is deprecated, the explicit nullable type must be used instead
Sentry\SentryBundle\Twig\SentryExtension::__construct(): Implicitly marking parameter $hub as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter::__construct(): Implicitly marking parameter $registry as nullable is deprecated, the explicit nullable type must be used instead
Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter::__construct(): Implicitly marking parameter $expressionLanguage as nullable is deprecated, the explicit nullable type must be used instead
Hautelook\AliceBundle\Loader\DoctrineOrmLoader::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead
Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator::locate(): Implicitly marking parameter $currentPath as nullable is deprecated, the explicit nullable type must be used instead
Symfony\Bundle\MakerBundle\Command\MakerCommand::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead
Sentry\State\Scope::__construct(): Implicitly marking parameter $propagationContext as nullable is deprecated, the explicit nullable type must be used instead
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.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
User Deprecated: Since symfony/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.
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1548, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
409
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cache\Redis\CacheRedisClearCommand" (parent: .abstract.instanceof.App\Command\Cache\Redis\CacheRedisClearCommand).
Resolving inheritance for "App\Command\Cache\Redis\CacheRedisClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cache\Redis\CacheRedisClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cache\Search\SearchCacheClearCommand" (parent: .abstract.instanceof.App\Command\Cache\Search\SearchCacheClearCommand).
Resolving inheritance for "App\Command\Cache\Search\SearchCacheClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cache\Search\SearchCacheClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeferredDebugCommand" (parent: .abstract.instanceof.App\Command\DeferredDebugCommand).
Resolving inheritance for "App\Command\DeferredDebugCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeferredDebugCommand).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.App\Component\Faker\DataProvider\DateTimeProvider" (parent: .abstract.instanceof.App\Component\Faker\DataProvider\DateTimeProvider).
Resolving inheritance for "App\Component\Faker\DataProvider\DateTimeProvider" (parent: .instanceof.Faker\Provider\Base.0.App\Component\Faker\DataProvider\DateTimeProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Component\Messenger\Serializer\ObjectContainerNormalizer" (parent: .abstract.instanceof.App\Component\Messenger\Serializer\ObjectContainerNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Component\Messenger\Serializer\ObjectContainerNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Component\Messenger\Serializer\ObjectContainerNormalizer).
Resolving inheritance for "App\Component\Messenger\Serializer\ObjectContainerNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Component\Messenger\Serializer\ObjectContainerNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\CartVoter" (parent: .abstract.instanceof.App\Component\Security\Voter\CartVoter).
Resolving inheritance for "App\Component\Security\Voter\CartVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\CartVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\SearchVoter" (parent: .abstract.instanceof.App\Component\Security\Voter\SearchVoter).
Resolving inheritance for "App\Component\Security\Voter\SearchVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\SearchVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Component\Security\Voter\UserVoter).
Resolving inheritance for "App\Component\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Components\Request\ParamConverter\ActionParamConverter" (parent: .abstract.instanceof.App\Components\Request\ParamConverter\ActionParamConverter).
Resolving inheritance for "App\Components\Request\ParamConverter\ActionParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Components\Request\ParamConverter\ActionParamConverter).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\APIController" (parent: .abstract.instanceof.App\Controller\APIController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\APIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\APIController).
Resolving inheritance for "App\Controller\APIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\APIController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cart\CartController" (parent: .abstract.instanceof.App\Controller\Cart\CartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cart\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cart\CartController).
Resolving inheritance for "App\Controller\Cart\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cart\CartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cart\CartOrderController" (parent: .abstract.instanceof.App\Controller\Cart\CartOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cart\CartOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cart\CartOrderController).
Resolving inheritance for "App\Controller\Cart\CartOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cart\CartOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Search\SearchController" (parent: .abstract.instanceof.App\Controller\Search\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Search\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Search\SearchController).
Resolving inheritance for "App\Controller\Search\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Search\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserCounterpartyController" (parent: .abstract.instanceof.App\Controller\User\UserCounterpartyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserCounterpartyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserCounterpartyController).
Resolving inheritance for "App\Controller\User\UserCounterpartyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserCounterpartyController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Cart\CartOfferRepairSubscriber" (parent: .abstract.instanceof.App\EventListener\Cart\CartOfferRepairSubscriber).
Resolving inheritance for "App\EventListener\Cart\CartOfferRepairSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Cart\CartOfferRepairSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Cart\CartOfferValidationSubscriber" (parent: .abstract.instanceof.App\EventListener\Cart\CartOfferValidationSubscriber).
Resolving inheritance for "App\EventListener\Cart\CartOfferValidationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Cart\CartOfferValidationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Order\PaymentOrderCreateSubscriber" (parent: .abstract.instanceof.App\EventListener\Order\PaymentOrderCreateSubscriber).
Resolving inheritance for "App\EventListener\Order\PaymentOrderCreateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Order\PaymentOrderCreateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Payment\CreateLifepayReceiptSubscriber" (parent: .abstract.instanceof.App\EventListener\Payment\CreateLifepayReceiptSubscriber).
Resolving inheritance for "App\EventListener\Payment\CreateLifepayReceiptSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Payment\CreateLifepayReceiptSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Payment\LifepayRequestSubscriber" (parent: .abstract.instanceof.App\EventListener\Payment\LifepayRequestSubscriber).
Resolving inheritance for "App\EventListener\Payment\LifepayRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Payment\LifepayRequestSubscriber).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Cart\CartCreateQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Cart\CartCreateQueryHandler).
Resolving inheritance for "App\MessageHandler\Cart\CartCreateQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Cart\CartCreateQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Cart\CartDetailQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Cart\CartDetailQueryHandler).
Resolving inheritance for "App\MessageHandler\Cart\CartDetailQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Cart\CartDetailQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\CommandHandlerInterface.0.App\MessageHandler\Cart\CartPositionCommandHandler" (parent: .abstract.instanceof.App\MessageHandler\Cart\CartPositionCommandHandler).
Resolving inheritance for "App\MessageHandler\Cart\CartPositionCommandHandler" (parent: .instanceof.App\MessageHandler\CommandHandlerInterface.0.App\MessageHandler\Cart\CartPositionCommandHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\CommandHandlerInterface.0.App\MessageHandler\Cart\CartPositionUpdateCommandHandler" (parent: .abstract.instanceof.App\MessageHandler\Cart\CartPositionUpdateCommandHandler).
Resolving inheritance for "App\MessageHandler\Cart\CartPositionUpdateCommandHandler" (parent: .instanceof.App\MessageHandler\CommandHandlerInterface.0.App\MessageHandler\Cart\CartPositionUpdateCommandHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Deferred\DeferredMessageHandler.0.App\MessageHandler\Deferred\DeferredMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\Deferred\DeferredMessageHandler).
Resolving inheritance for "App\MessageHandler\Deferred\DeferredMessageHandler" (parent: .instanceof.App\MessageHandler\Deferred\DeferredMessageHandler.0.App\MessageHandler\Deferred\DeferredMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Deferred\DeferredTestMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\Deferred\DeferredTestMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\Deferred\DeferredTestMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Deferred\DeferredTestMessageHandler).
Resolving inheritance for "App\MessageHandler\Deferred\DeferredTestMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\Deferred\DeferredTestMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\CartOrderDeliveryListQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Order\CartOrderDeliveryListQueryHandler).
Resolving inheritance for "App\MessageHandler\Order\CartOrderDeliveryListQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\CartOrderDeliveryListQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\CreateOrderPaymentQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Order\CreateOrderPaymentQueryHandler).
Resolving inheritance for "App\MessageHandler\Order\CreateOrderPaymentQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\CreateOrderPaymentQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\OrderPaymentListQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Order\OrderPaymentListQueryHandler).
Resolving inheritance for "App\MessageHandler\Order\OrderPaymentListQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\OrderPaymentListQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\PaymentCreateQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Order\PaymentCreateQueryHandler).
Resolving inheritance for "App\MessageHandler\Order\PaymentCreateQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\PaymentCreateQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\CatalogSupplierQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Search\CatalogSupplierQueryHandler).
Resolving inheritance for "App\MessageHandler\Search\CatalogSupplierQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\CatalogSupplierQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\SearchBehaviorQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Search\SearchBehaviorQueryHandler).
Resolving inheritance for "App\MessageHandler\Search\SearchBehaviorQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\SearchBehaviorQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\SearchPositionQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\Search\SearchPositionQueryHandler).
Resolving inheritance for "App\MessageHandler\Search\SearchPositionQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\SearchPositionQueryHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\User\UserCounterpartyListQueryHandler" (parent: .abstract.instanceof.App\MessageHandler\User\UserCounterpartyListQueryHandler).
Resolving inheritance for "App\MessageHandler\User\UserCounterpartyListQueryHandler" (parent: .instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\User\UserCounterpartyListQueryHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Analytic\AnalyticRepository" (parent: .abstract.instanceof.App\Repository\Analytic\AnalyticRepository).
Resolving inheritance for "App\Repository\Analytic\AnalyticRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Analytic\AnalyticRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Calendar\CalendarRepository" (parent: .abstract.instanceof.App\Repository\Calendar\CalendarRepository).
Resolving inheritance for "App\Repository\Calendar\CalendarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Calendar\CalendarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartOfferRepository" (parent: .abstract.instanceof.App\Repository\Cart\CartOfferRepository).
Resolving inheritance for "App\Repository\Cart\CartOfferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartOfferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartPositionRepository" (parent: .abstract.instanceof.App\Repository\Cart\CartPositionRepository).
Resolving inheritance for "App\Repository\Cart\CartPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartPositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartRepository" (parent: .abstract.instanceof.App\Repository\Cart\CartRepository).
Resolving inheritance for "App\Repository\Cart\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoOperatorRepository" (parent: .abstract.instanceof.App\Repository\Edo\EdoOperatorRepository).
Resolving inheritance for "App\Repository\Edo\EdoOperatorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoOperatorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoParameterRepository" (parent: .abstract.instanceof.App\Repository\Edo\EdoParameterRepository).
Resolving inheritance for "App\Repository\Edo\EdoParameterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoParameterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoRepository" (parent: .abstract.instanceof.App\Repository\Edo\EdoRepository).
Resolving inheritance for "App\Repository\Edo\EdoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoStatusRepository" (parent: .abstract.instanceof.App\Repository\Edo\EdoStatusRepository).
Resolving inheritance for "App\Repository\Edo\EdoStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsRepository" (parent: .abstract.instanceof.App\Repository\News\NewsRepository).
Resolving inheritance for "App\Repository\News\NewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationFlashRepository" (parent: .abstract.instanceof.App\Repository\Notification\NotificationFlashRepository).
Resolving inheritance for "App\Repository\Notification\NotificationFlashRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationFlashRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationRepository" (parent: .abstract.instanceof.App\Repository\Notification\NotificationRepository).
Resolving inheritance for "App\Repository\Notification\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryGroupOfficeRepository" (parent: .abstract.instanceof.App\Repository\Order\DeliveryGroupOfficeRepository).
Resolving inheritance for "App\Repository\Order\DeliveryGroupOfficeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryGroupOfficeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryGroupRepository" (parent: .abstract.instanceof.App\Repository\Order\DeliveryGroupRepository).
Resolving inheritance for "App\Repository\Order\DeliveryGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryPaymentRepository" (parent: .abstract.instanceof.App\Repository\Order\DeliveryPaymentRepository).
Resolving inheritance for "App\Repository\Order\DeliveryPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryRepository" (parent: .abstract.instanceof.App\Repository\Order\DeliveryRepository).
Resolving inheritance for "App\Repository\Order\DeliveryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DestinationRepository" (parent: .abstract.instanceof.App\Repository\Order\DestinationRepository).
Resolving inheritance for "App\Repository\Order\DestinationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DestinationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\OrderPositionRepository" (parent: .abstract.instanceof.App\Repository\Order\OrderPositionRepository).
Resolving inheritance for "App\Repository\Order\OrderPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\OrderPositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\OrderRepository" (parent: .abstract.instanceof.App\Repository\Order\OrderRepository).
Resolving inheritance for "App\Repository\Order\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentOrderRepository" (parent: .abstract.instanceof.App\Repository\Order\PaymentOrderRepository).
Resolving inheritance for "App\Repository\Order\PaymentOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentReceiptRepository" (parent: .abstract.instanceof.App\Repository\Order\PaymentReceiptRepository).
Resolving inheritance for "App\Repository\Order\PaymentReceiptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentReceiptRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentRepository" (parent: .abstract.instanceof.App\Repository\Order\PaymentRepository).
Resolving inheritance for "App\Repository\Order\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\StatusRepository" (parent: .abstract.instanceof.App\Repository\Order\StatusRepository).
Resolving inheritance for "App\Repository\Order\StatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\StatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageRepository" (parent: .abstract.instanceof.App\Repository\Page\PageRepository).
Resolving inheritance for "App\Repository\Page\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parser\ParserFileSchemaRepository" (parent: .abstract.instanceof.App\Repository\Parser\ParserFileSchemaRepository).
Resolving inheritance for "App\Repository\Parser\ParserFileSchemaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parser\ParserFileSchemaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parser\ParserItemRepository" (parent: .abstract.instanceof.App\Repository\Parser\ParserItemRepository).
Resolving inheritance for "App\Repository\Parser\ParserItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parser\ParserItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\BeltCvtRepository" (parent: .abstract.instanceof.App\Repository\Products\BeltCvtRepository).
Resolving inheritance for "App\Repository\Products\BeltCvtRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\BeltCvtRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\BrandRepository" (parent: .abstract.instanceof.App\Repository\Products\BrandRepository).
Resolving inheritance for "App\Repository\Products\BrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\BrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\LampOptionalRepository" (parent: .abstract.instanceof.App\Repository\Products\LampOptionalRepository).
Resolving inheritance for "App\Repository\Products\LampOptionalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\LampOptionalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PriceGroupBrandRepository" (parent: .abstract.instanceof.App\Repository\Products\PriceGroupBrandRepository).
Resolving inheritance for "App\Repository\Products\PriceGroupBrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PriceGroupBrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PricesRepository" (parent: .abstract.instanceof.App\Repository\Products\PricesRepository).
Resolving inheritance for "App\Repository\Products\PricesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PricesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductAliasesRepository" (parent: .abstract.instanceof.App\Repository\Products\ProductAliasesRepository).
Resolving inheritance for "App\Repository\Products\ProductAliasesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductAliasesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductBlackListRepository" (parent: .abstract.instanceof.App\Repository\Products\ProductBlackListRepository).
Resolving inheritance for "App\Repository\Products\ProductBlackListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductBlackListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductCrossesRepository" (parent: .abstract.instanceof.App\Repository\Products\ProductCrossesRepository).
Resolving inheritance for "App\Repository\Products\ProductCrossesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductCrossesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductRepository" (parent: .abstract.instanceof.App\Repository\Products\ProductRepository).
Resolving inheritance for "App\Repository\Products\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PropertyRepository" (parent: .abstract.instanceof.App\Repository\Products\PropertyRepository).
Resolving inheritance for "App\Repository\Products\PropertyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PropertyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\RemainRepository" (parent: .abstract.instanceof.App\Repository\Products\RemainRepository).
Resolving inheritance for "App\Repository\Products\RemainRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\RemainRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductInformationRepository" (parent: .abstract.instanceof.App\Repository\Products\ReturnProductInformationRepository).
Resolving inheritance for "App\Repository\Products\ReturnProductInformationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductInformationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductPositionRepository" (parent: .abstract.instanceof.App\Repository\Products\ReturnProductPositionRepository).
Resolving inheritance for "App\Repository\Products\ReturnProductPositionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductPositionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductRepository" (parent: .abstract.instanceof.App\Repository\Products\ReturnProductRepository).
Resolving inheritance for "App\Repository\Products\ReturnProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductStatusRepository" (parent: .abstract.instanceof.App\Repository\Products\ReturnProductStatusRepository).
Resolving inheritance for "App\Repository\Products\ReturnProductStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductTypeRepository" (parent: .abstract.instanceof.App\Repository\Products\ReturnProductTypeRepository).
Resolving inheritance for "App\Repository\Products\ReturnProductTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToCarRepository" (parent: .abstract.instanceof.App\Repository\To\ToCarRepository).
Resolving inheritance for "App\Repository\To\ToCarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToCarRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToModelRepository" (parent: .abstract.instanceof.App\Repository\To\ToModelRepository).
Resolving inheritance for "App\Repository\To\ToModelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToModelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToRepository" (parent: .abstract.instanceof.App\Repository\To\ToRepository).
Resolving inheritance for "App\Repository\To\ToRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToTypeRepository" (parent: .abstract.instanceof.App\Repository\To\ToTypeRepository).
Resolving inheritance for "App\Repository\To\ToTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\AktListStatusRepository" (parent: .abstract.instanceof.App\Repository\User\AktListStatusRepository).
Resolving inheritance for "App\Repository\User\AktListStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\AktListStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\BlackListOfficePriceGroupRepository" (parent: .abstract.instanceof.App\Repository\User\BlackListOfficePriceGroupRepository).
Resolving inheritance for "App\Repository\User\BlackListOfficePriceGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\BlackListOfficePriceGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContractDebtRepository" (parent: .abstract.instanceof.App\Repository\User\ContractDebtRepository).
Resolving inheritance for "App\Repository\User\ContractDebtRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContractDebtRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContractRepository" (parent: .abstract.instanceof.App\Repository\User\ContractRepository).
Resolving inheritance for "App\Repository\User\ContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContragentRepository" (parent: .abstract.instanceof.App\Repository\User\ContragentRepository).
Resolving inheritance for "App\Repository\User\ContragentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContragentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContragentUserRepository" (parent: .abstract.instanceof.App\Repository\User\ContragentUserRepository).
Resolving inheritance for "App\Repository\User\ContragentUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContragentUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\CounterpartyRepository" (parent: .abstract.instanceof.App\Repository\User\CounterpartyRepository).
Resolving inheritance for "App\Repository\User\CounterpartyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\CounterpartyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\DealRepository" (parent: .abstract.instanceof.App\Repository\User\DealRepository).
Resolving inheritance for "App\Repository\User\DealRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\DealRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\DealSegmentRepository" (parent: .abstract.instanceof.App\Repository\User\DealSegmentRepository).
Resolving inheritance for "App\Repository\User\DealSegmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\DealSegmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GarageCarsRepository" (parent: .abstract.instanceof.App\Repository\User\GarageCarsRepository).
Resolving inheritance for "App\Repository\User\GarageCarsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GarageCarsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GarageRepository" (parent: .abstract.instanceof.App\Repository\User\GarageRepository).
Resolving inheritance for "App\Repository\User\GarageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GarageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GroupRulesRepository" (parent: .abstract.instanceof.App\Repository\User\GroupRulesRepository).
Resolving inheritance for "App\Repository\User\GroupRulesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GroupRulesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeParametersRepository" (parent: .abstract.instanceof.App\Repository\User\OfficeParametersRepository).
Resolving inheritance for "App\Repository\User\OfficeParametersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeParametersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeRepository" (parent: .abstract.instanceof.App\Repository\User\OfficeRepository).
Resolving inheritance for "App\Repository\User\OfficeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeWarehouseRepository" (parent: .abstract.instanceof.App\Repository\User\OfficeWarehouseRepository).
Resolving inheritance for "App\Repository\User\OfficeWarehouseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeWarehouseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OrganizationRepository" (parent: .abstract.instanceof.App\Repository\User\OrganizationRepository).
Resolving inheritance for "App\Repository\User\OrganizationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OrganizationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\RolesRepository" (parent: .abstract.instanceof.App\Repository\User\RolesRepository).
Resolving inheritance for "App\Repository\User\RolesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\RolesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SegmentRepository" (parent: .abstract.instanceof.App\Repository\User\SegmentRepository).
Resolving inheritance for "App\Repository\User\SegmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SegmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SliderRepository" (parent: .abstract.instanceof.App\Repository\User\SliderRepository).
Resolving inheritance for "App\Repository\User\SliderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SliderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SupplierRepository" (parent: .abstract.instanceof.App\Repository\User\SupplierRepository).
Resolving inheritance for "App\Repository\User\SupplierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SupplierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserAddressRepository" (parent: .abstract.instanceof.App\Repository\User\UserAddressRepository).
Resolving inheritance for "App\Repository\User\UserAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserAktListRepository" (parent: .abstract.instanceof.App\Repository\User\UserAktListRepository).
Resolving inheritance for "App\Repository\User\UserAktListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserAktListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserBaseRetailRuleRepository" (parent: .abstract.instanceof.App\Repository\User\UserBaseRetailRuleRepository).
Resolving inheritance for "App\Repository\User\UserBaseRetailRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserBaseRetailRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserDestinationRepository" (parent: .abstract.instanceof.App\Repository\User\UserDestinationRepository).
Resolving inheritance for "App\Repository\User\UserDestinationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserDestinationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserEventRepository" (parent: .abstract.instanceof.App\Repository\User\UserEventRepository).
Resolving inheritance for "App\Repository\User\UserEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserNotificationRepository" (parent: .abstract.instanceof.App\Repository\User\UserNotificationRepository).
Resolving inheritance for "App\Repository\User\UserNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserParametersRepository" (parent: .abstract.instanceof.App\Repository\User\UserParametersRepository).
Resolving inheritance for "App\Repository\User\UserParametersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserParametersRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository" (parent: .abstract.instanceof.App\Repository\User\UserRepository).
Resolving inheritance for "App\Repository\User\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRolesRepository" (parent: .abstract.instanceof.App\Repository\User\UserRolesRepository).
Resolving inheritance for "App\Repository\User\UserRolesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRolesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserWebServiceRepository" (parent: .abstract.instanceof.App\Repository\User\UserWebServiceRepository).
Resolving inheritance for "App\Repository\User\UserWebServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserWebServiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\WarehouseRepository" (parent: .abstract.instanceof.App\Repository\User\WarehouseRepository).
Resolving inheritance for "App\Repository\User\WarehouseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\WarehouseRepository).
Resolving inheritance for ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CheckOfferVariable" (parent: .abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CheckOfferVariable).
Resolving inheritance for "App\Services\Cart\CreateOrder\Variable\CheckOfferVariable" (parent: .instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CheckOfferVariable).
Resolving inheritance for ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CheckPositionVariable" (parent: .abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CheckPositionVariable).
Resolving inheritance for "App\Services\Cart\CreateOrder\Variable\CheckPositionVariable" (parent: .instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CheckPositionVariable).
Resolving inheritance for ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CleanOrderPositionVariable" (parent: .abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CleanOrderPositionVariable).
Resolving inheritance for "App\Services\Cart\CreateOrder\Variable\CleanOrderPositionVariable" (parent: .instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CleanOrderPositionVariable).
Resolving inheritance for ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CreateOrderVariable" (parent: .abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CreateOrderVariable).
Resolving inheritance for "App\Services\Cart\CreateOrder\Variable\CreateOrderVariable" (parent: .instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CreateOrderVariable).
Resolving inheritance for ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CreatePaymentVariable" (parent: .abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CreatePaymentVariable).
Resolving inheritance for "App\Services\Cart\CreateOrder\Variable\CreatePaymentVariable" (parent: .instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CreatePaymentVariable).
Resolving inheritance for ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\SaveUserParametersVariable" (parent: .abstract.instanceof.App\Services\Cart\CreateOrder\Variable\SaveUserParametersVariable).
Resolving inheritance for "App\Services\Cart\CreateOrder\Variable\SaveUserParametersVariable" (parent: .instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\SaveUserParametersVariable).
Resolving inheritance for ".instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\DeletePositionStrategy" (parent: .abstract.instanceof.App\Services\Cart\PositionUpdate\Variable\DeletePositionStrategy).
Resolving inheritance for "App\Services\Cart\PositionUpdate\Variable\DeletePositionStrategy" (parent: .instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\DeletePositionStrategy).
Resolving inheritance for ".instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\RestorePositionStrategy" (parent: .abstract.instanceof.App\Services\Cart\PositionUpdate\Variable\RestorePositionStrategy).
Resolving inheritance for "App\Services\Cart\PositionUpdate\Variable\RestorePositionStrategy" (parent: .instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\RestorePositionStrategy).
Resolving inheritance for ".instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\UpdatePositionStrategy" (parent: .abstract.instanceof.App\Services\Cart\PositionUpdate\Variable\UpdatePositionStrategy).
Resolving inheritance for "App\Services\Cart\PositionUpdate\Variable\UpdatePositionStrategy" (parent: .instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\UpdatePositionStrategy).
Resolving inheritance for ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyOfferRemainValidation" (parent: .abstract.instanceof.App\Services\Cart\Validation\Variable\EmptyOfferRemainValidation).
Resolving inheritance for "App\Services\Cart\Validation\Variable\EmptyOfferRemainValidation" (parent: .instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyOfferRemainValidation).
Resolving inheritance for ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyProductOfficeValidation" (parent: .abstract.instanceof.App\Services\Cart\Validation\Variable\EmptyProductOfficeValidation).
Resolving inheritance for "App\Services\Cart\Validation\Variable\EmptyProductOfficeValidation" (parent: .instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyProductOfficeValidation).
Resolving inheritance for ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyRemainValidation" (parent: .abstract.instanceof.App\Services\Cart\Validation\Variable\EmptyRemainValidation).
Resolving inheritance for "App\Services\Cart\Validation\Variable\EmptyRemainValidation" (parent: .instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyRemainValidation).
Resolving inheritance for ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyWarehouseValidation" (parent: .abstract.instanceof.App\Services\Cart\Validation\Variable\EmptyWarehouseValidation).
Resolving inheritance for "App\Services\Cart\Validation\Variable\EmptyWarehouseValidation" (parent: .instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyWarehouseValidation).
Resolving inheritance for ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\MultiplicityProductValidation" (parent: .abstract.instanceof.App\Services\Cart\Validation\Variable\MultiplicityProductValidation).
Resolving inheritance for "App\Services\Cart\Validation\Variable\MultiplicityProductValidation" (parent: .instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\MultiplicityProductValidation).
Resolving inheritance for ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\RemainBalanceValidation" (parent: .abstract.instanceof.App\Services\Cart\Validation\Variable\RemainBalanceValidation).
Resolving inheritance for "App\Services\Cart\Validation\Variable\RemainBalanceValidation" (parent: .instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\RemainBalanceValidation).
Resolving inheritance for ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\RemainPriceValidation" (parent: .abstract.instanceof.App\Services\Cart\Validation\Variable\RemainPriceValidation).
Resolving inheritance for "App\Services\Cart\Validation\Variable\RemainPriceValidation" (parent: .instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\RemainPriceValidation).
Resolving inheritance for ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashCourierPaymentChange" (parent: .abstract.instanceof.App\Services\Payment\Changer\Variable\CashCourierPaymentChange).
Resolving inheritance for "App\Services\Payment\Changer\Variable\CashCourierPaymentChange" (parent: .instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashCourierPaymentChange).
Resolving inheritance for ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashPaymentChange" (parent: .abstract.instanceof.App\Services\Payment\Changer\Variable\CashPaymentChange).
Resolving inheritance for "App\Services\Payment\Changer\Variable\CashPaymentChange" (parent: .instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashPaymentChange).
Resolving inheritance for ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashTwoPaymentChange" (parent: .abstract.instanceof.App\Services\Payment\Changer\Variable\CashTwoPaymentChange).
Resolving inheritance for "App\Services\Payment\Changer\Variable\CashTwoPaymentChange" (parent: .instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashTwoPaymentChange).
Resolving inheritance for ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\LifepayPaymentChange" (parent: .abstract.instanceof.App\Services\Payment\Changer\Variable\LifepayPaymentChange).
Resolving inheritance for "App\Services\Payment\Changer\Variable\LifepayPaymentChange" (parent: .instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\LifepayPaymentChange).
Resolving inheritance for ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\SberbankPaymentChange" (parent: .abstract.instanceof.App\Services\Payment\Changer\Variable\SberbankPaymentChange).
Resolving inheritance for "App\Services\Payment\Changer\Variable\SberbankPaymentChange" (parent: .instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\SberbankPaymentChange).
Resolving inheritance for ".instanceof.App\Services\Payment\PaymentHandlerStrategyInterface.0.App\Services\Payment\Handler\LifepayPaymentHandler" (parent: .abstract.instanceof.App\Services\Payment\Handler\LifepayPaymentHandler).
Resolving inheritance for "App\Services\Payment\Handler\LifepayPaymentHandler" (parent: .instanceof.App\Services\Payment\PaymentHandlerStrategyInterface.0.App\Services\Payment\Handler\LifepayPaymentHandler).
Resolving inheritance for ".instanceof.App\Services\Payment\PaymentHandlerStrategyInterface.0.App\Services\Payment\Handler\SberbankPaymentHandler" (parent: .abstract.instanceof.App\Services\Payment\Handler\SberbankPaymentHandler).
Resolving inheritance for "App\Services\Payment\Handler\SberbankPaymentHandler" (parent: .instanceof.App\Services\Payment\PaymentHandlerStrategyInterface.0.App\Services\Payment\Handler\SberbankPaymentHandler).
Resolving inheritance for ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialArticleChain" (parent: .abstract.instanceof.App\Services\Search\Chain\Variable\FindPartialArticleChain).
Resolving inheritance for "App\Services\Search\Chain\Variable\FindPartialArticleChain" (parent: .instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialArticleChain).
Resolving inheritance for ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialDescriptionChain" (parent: .abstract.instanceof.App\Services\Search\Chain\Variable\FindPartialDescriptionChain).
Resolving inheritance for "App\Services\Search\Chain\Variable\FindPartialDescriptionChain" (parent: .instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialDescriptionChain).
Resolving inheritance for ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialOtherProductsChain" (parent: .abstract.instanceof.App\Services\Search\Chain\Variable\FindPartialOtherProductsChain).
Resolving inheritance for "App\Services\Search\Chain\Variable\FindPartialOtherProductsChain" (parent: .instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialOtherProductsChain).
Resolving inheritance for ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindProductsChain" (parent: .abstract.instanceof.App\Services\Search\Chain\Variable\FindProductsChain).
Resolving inheritance for "App\Services\Search\Chain\Variable\FindProductsChain" (parent: .instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindProductsChain).
Resolving inheritance for ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\PartialOthersChain" (parent: .abstract.instanceof.App\Services\Search\Chain\Variable\PartialOthersChain).
Resolving inheritance for "App\Services\Search\Chain\Variable\PartialOthersChain" (parent: .instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\PartialOthersChain).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation" (parent: .abstract.instanceof.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation).
Resolving inheritance for ".instanceof.App\Services\Search\Strategy\Selection\Variation\SearchBehaviorVariationInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation).
Resolving inheritance for "App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation" (parent: .instanceof.App\Services\Search\Strategy\Selection\Variation\SearchBehaviorVariationInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation" (parent: .abstract.instanceof.App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation).
Resolving inheritance for ".instanceof.App\Services\Search\Strategy\Selection\Variation\SearchPositionVariationInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation).
Resolving inheritance for "App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation" (parent: .instanceof.App\Services\Search\Strategy\Selection\Variation\SearchPositionVariationInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation).
Resolving inheritance for ".instanceof.App\Services\Search\Strategy\Types\SearchBehaviorHandleInterface.0.App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle" (parent: .abstract.instanceof.App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle).
Resolving inheritance for "App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle" (parent: .instanceof.App\Services\Search\Strategy\Types\SearchBehaviorHandleInterface.0.App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle).
Resolving inheritance for ".instanceof.App\Services\Search\Strategy\Types\SearchPositionHandleInterface.0.App\Services\Search\Strategy\Types\Variation\SearchPositionsVariationHandle" (parent: .abstract.instanceof.App\Services\Search\Strategy\Types\Variation\SearchPositionsVariationHandle).
Resolving inheritance for "App\Services\Search\Strategy\Types\Variation\SearchPositionsVariationHandle" (parent: .instanceof.App\Services\Search\Strategy\Types\SearchPositionHandleInterface.0.App\Services\Search\Strategy\Types\Variation\SearchPositionsVariationHandle).
Resolving inheritance for ".instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.App\Services\UuidGenerator" (parent: .abstract.instanceof.App\Services\UuidGenerator).
Resolving inheritance for "App\Services\UuidGenerator" (parent: .instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.App\Services\UuidGenerator).
Resolving inheritance for "app.cache.state.adapter" (parent: cache.adapter.redis).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "psr18.acat.clients" (parent: psr18.http_client).
Resolving inheritance for "httplug.acat.clients" (parent: httplug.http_client).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.gpi24" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.delay" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.notifier" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "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.users_in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
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.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
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.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 "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "message.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "message.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "message.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "message.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
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 "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "app.cache.state.adapter.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.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.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.webhook" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.parser" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.notification" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payment" (parent: monolog.logger_prototype).
269
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Http\Message\MessageFactory"; reason: private alias.
Removed service "Http\Message\RequestFactory"; reason: private alias.
Removed service "Http\Message\ResponseFactory"; reason: private alias.
Removed service "Http\Message\StreamFactory"; reason: private alias.
Removed service "Http\Message\UriFactory"; reason: private alias.
Removed service "App\Services\Notifier\NotifierInterface"; reason: private alias.
Removed service "App\Services\Search\Strategy\Selection\Variation\SearchBehaviorVariationInterface"; reason: private alias.
Removed service "App\Services\Search\Strategy\Selection\Variation\SearchPositionVariationInterface"; reason: private alias.
Removed service "App\Services\Search\Strategy\Types\SearchBehaviorHandleInterface"; reason: private alias.
Removed service "App\Services\Search\Strategy\Types\SearchPositionHandleInterface"; 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\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\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service ".Symfony\Contracts\HttpClient\HttpClientInterface $acat.clients"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $acatClients"; reason: private alias.
Removed service ".Psr\Http\Client\ClientInterface $acat.clients"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $acatClients"; reason: private alias.
Removed service ".Http\Client\HttpAsyncClient $acat.clients"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient $acatClients"; 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 "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\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 $command.bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $commandBus"; 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 "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; 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.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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_doc.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $webhook.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $webhookLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $parser.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $parserLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $notification.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $notificationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $payment.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $paymentLogger"; reason: private alias.
Removed service ".service_locator..YLZWIz"; reason: private alias.
Removed service ".service_locator.0c.iQkl"; reason: private alias.
Removed service ".service_locator.vxlt6yL"; reason: private alias.
Removed service ".service_locator.FRtF1Md"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.qTsMGwh"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.fjGPncp"; reason: private alias.
Removed service ".service_locator.LMuqDDe"; reason: private alias.
Removed service ".service_locator.r5zTUsj"; reason: private alias.
Removed service ".service_locator.ywkyR.t"; reason: private alias.
Removed service ".service_locator.sFMNPi4"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "acat.clients"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service ".debug.acat.clients.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "message.bus"; reason: private alias.
Removed service "command.bus"; reason: private alias.
Removed service "query.bus"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "app.cache.state.adapter"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.f7TRJRC"; reason: private alias.
Removed service ".service_locator.pKUyPmu"; reason: private alias.
Removed service ".service_locator.Fn3X_82"; reason: private alias.
Removed service ".service_locator.zB.JwQe"; reason: private alias.
Removed service ".service_locator.D9lf7TQ"; reason: private alias.
Removed service ".service_locator.7pPBlfP"; reason: private alias.
Removed service ".service_locator.KZSRT5M"; reason: private alias.
Removed service ".service_locator.Fx8B7pS"; reason: private alias.
Removed service ".service_locator.hC6Arl6"; reason: private alias.
Removed service ".service_locator.0ZvZjOB"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
94
Changed reference of service "App\Component\Faker\DataProvider\DateTimeProvider" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "App\Components\Cache\CacheManager" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Services\Cart\Validation\Variable\EmptyOfferRemainValidation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Cart\Validation\Variable\EmptyProductOfficeValidation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Cart\Validation\Variable\EmptyRemainValidation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Cart\Validation\Variable\EmptyWarehouseValidation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Cart\Validation\Variable\MultiplicityProductValidation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Cart\Validation\Variable\RemainBalanceValidation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Cart\Validation\Variable\RemainPriceValidation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Deferred\DeferredMessageBus" previously pointing to "debug.traced.message.bus" to "messenger.default_bus".
Changed reference of service "App\Services\Notifier\Notifier" previously pointing to "debug.traced.message.bus" to "messenger.default_bus".
Changed reference of service "App\Services\Payment\Handler\LifepayPaymentHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Services\Payment\Handler\SberbankPaymentHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
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 "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
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 "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.message.bus" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.message.bus" to "messenger.default_bus".
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.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.message.bus" to "messenger.default_bus".
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 "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 "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.append_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
Changed reference of service "message.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.OQSjB_c" previously pointing to "debug.traced.message.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.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Component\Security\Voter\CartVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Component\Security\Voter\SearchVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Component\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JEjnuwE" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._1SGciK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
442
Removed service "App\Entity"; 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 "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 "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.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 "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cache\Redis\CacheRedisClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cache\Redis\CacheRedisClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Cache\Search\SearchCacheClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Cache\Search\SearchCacheClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeferredDebugCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeferredDebugCommand"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.App\Component\Faker\DataProvider\DateTimeProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Component\Faker\DataProvider\DateTimeProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Component\Messenger\Serializer\ObjectContainerNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Component\Messenger\Serializer\ObjectContainerNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Component\Messenger\Serializer\ObjectContainerNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\CartVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Component\Security\Voter\CartVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\SearchVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Component\Security\Voter\SearchVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Component\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Component\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.App\Components\Request\ParamConverter\ActionParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.App\Components\Request\ParamConverter\ActionParamConverter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\APIController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\APIController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\APIController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cart\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cart\CartController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cart\CartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cart\CartOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cart\CartOrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cart\CartOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Search\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Search\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Search\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserCounterpartyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserCounterpartyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserCounterpartyController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Cart\CartOfferRepairSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Cart\CartOfferRepairSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Cart\CartOfferValidationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Cart\CartOfferValidationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Order\PaymentOrderCreateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Order\PaymentOrderCreateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Payment\CreateLifepayReceiptSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Payment\CreateLifepayReceiptSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Payment\LifepayRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Payment\LifepayRequestSubscriber"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Cart\CartCreateQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Cart\CartCreateQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Cart\CartDetailQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Cart\CartDetailQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\CommandHandlerInterface.0.App\MessageHandler\Cart\CartPositionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Cart\CartPositionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\CommandHandlerInterface.0.App\MessageHandler\Cart\CartPositionUpdateCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Cart\CartPositionUpdateCommandHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Deferred\DeferredMessageHandler.0.App\MessageHandler\Deferred\DeferredMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Deferred\DeferredMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\Deferred\DeferredTestMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.1.App\MessageHandler\Deferred\DeferredTestMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Deferred\DeferredTestMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\CartOrderDeliveryListQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Order\CartOrderDeliveryListQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\CreateOrderPaymentQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Order\CreateOrderPaymentQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\OrderPaymentListQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Order\OrderPaymentListQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Order\PaymentCreateQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Order\PaymentCreateQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\CatalogSupplierQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Search\CatalogSupplierQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\SearchBehaviorQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Search\SearchBehaviorQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\Search\SearchPositionQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Search\SearchPositionQueryHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\QueryHandlerInterface.0.App\MessageHandler\User\UserCounterpartyListQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\User\UserCounterpartyListQueryHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Analytic\AnalyticRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Analytic\AnalyticRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Calendar\CalendarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Calendar\CalendarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartOfferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cart\CartOfferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartPositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cart\CartPositionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cart\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cart\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoOperatorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Edo\EdoOperatorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Edo\EdoParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Edo\EdoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Edo\EdoStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Edo\EdoStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\News\NewsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\News\NewsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationFlashRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\NotificationFlashRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Notification\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Notification\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryGroupOfficeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\DeliveryGroupOfficeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\DeliveryGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\DeliveryPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DeliveryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\DeliveryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\DestinationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\DestinationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\OrderPositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\OrderPositionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\PaymentOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentReceiptRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\PaymentReceiptRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\PaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\PaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Order\StatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Order\StatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Page\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Page\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parser\ParserFileSchemaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Parser\ParserFileSchemaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Parser\ParserItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Parser\ParserItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\BeltCvtRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\BeltCvtRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\BrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\BrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\LampOptionalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\LampOptionalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PriceGroupBrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\PriceGroupBrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PricesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\PricesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductAliasesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ProductAliasesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductBlackListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ProductBlackListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductCrossesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ProductCrossesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\PropertyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\PropertyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\RemainRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\RemainRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductInformationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ReturnProductInformationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductPositionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ReturnProductPositionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ReturnProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ReturnProductStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Products\ReturnProductTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Products\ReturnProductTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToCarRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\To\ToCarRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToModelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\To\ToModelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\To\ToRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\To\ToTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\To\ToTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\AktListStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\AktListStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\BlackListOfficePriceGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\BlackListOfficePriceGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContractDebtRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\ContractDebtRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\ContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContragentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\ContragentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\ContragentUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\ContragentUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\CounterpartyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\CounterpartyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\DealRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\DealRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\DealSegmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\DealSegmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GarageCarsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\GarageCarsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GarageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\GarageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\GroupRulesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\GroupRulesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeParametersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\OfficeParametersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\OfficeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OfficeWarehouseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\OfficeWarehouseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\OrganizationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\OrganizationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\RolesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\RolesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SegmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\SegmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SliderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\SliderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\SupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\SupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserAktListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserAktListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserBaseRetailRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserBaseRetailRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserDestinationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserDestinationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserParametersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserParametersRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserRolesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserRolesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\UserWebServiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\UserWebServiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\User\WarehouseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\User\WarehouseRepository"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CheckOfferVariable"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CheckOfferVariable"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CheckPositionVariable"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CheckPositionVariable"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CleanOrderPositionVariable"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CleanOrderPositionVariable"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CreateOrderVariable"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CreateOrderVariable"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\CreatePaymentVariable"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\CreateOrder\Variable\CreatePaymentVariable"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\CreateOrder\CartCreateOrderInterface.0.App\Services\Cart\CreateOrder\Variable\SaveUserParametersVariable"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\CreateOrder\Variable\SaveUserParametersVariable"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\DeletePositionStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\PositionUpdate\Variable\DeletePositionStrategy"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\RestorePositionStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\PositionUpdate\Variable\RestorePositionStrategy"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategyInterface.0.App\Services\Cart\PositionUpdate\Variable\UpdatePositionStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\PositionUpdate\Variable\UpdatePositionStrategy"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyOfferRemainValidation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\Validation\Variable\EmptyOfferRemainValidation"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyProductOfficeValidation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\Validation\Variable\EmptyProductOfficeValidation"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyRemainValidation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\Validation\Variable\EmptyRemainValidation"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\EmptyWarehouseValidation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\Validation\Variable\EmptyWarehouseValidation"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\MultiplicityProductValidation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\Validation\Variable\MultiplicityProductValidation"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\RemainBalanceValidation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\Validation\Variable\RemainBalanceValidation"; reason: abstract.
Removed service ".instanceof.App\Services\Cart\Validation\CartValidationInterface.0.App\Services\Cart\Validation\Variable\RemainPriceValidation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Cart\Validation\Variable\RemainPriceValidation"; reason: abstract.
Removed service ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashCourierPaymentChange"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Payment\Changer\Variable\CashCourierPaymentChange"; reason: abstract.
Removed service ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashPaymentChange"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Payment\Changer\Variable\CashPaymentChange"; reason: abstract.
Removed service ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\CashTwoPaymentChange"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Payment\Changer\Variable\CashTwoPaymentChange"; reason: abstract.
Removed service ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\LifepayPaymentChange"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Payment\Changer\Variable\LifepayPaymentChange"; reason: abstract.
Removed service ".instanceof.App\Services\Payment\Changer\PaymentChangeStrategyInterface.0.App\Services\Payment\Changer\Variable\SberbankPaymentChange"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Payment\Changer\Variable\SberbankPaymentChange"; reason: abstract.
Removed service ".instanceof.App\Services\Payment\PaymentHandlerStrategyInterface.0.App\Services\Payment\Handler\LifepayPaymentHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Payment\Handler\LifepayPaymentHandler"; reason: abstract.
Removed service ".instanceof.App\Services\Payment\PaymentHandlerStrategyInterface.0.App\Services\Payment\Handler\SberbankPaymentHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Payment\Handler\SberbankPaymentHandler"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialArticleChain"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Chain\Variable\FindPartialArticleChain"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialDescriptionChain"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Chain\Variable\FindPartialDescriptionChain"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindPartialOtherProductsChain"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Chain\Variable\FindPartialOtherProductsChain"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\FindProductsChain"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Chain\Variable\FindProductsChain"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Chain\SearchChainInterface.0.App\Services\Search\Chain\Variable\PartialOthersChain"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Chain\Variable\PartialOthersChain"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Strategy\Selection\Variation\SearchBehaviorVariationInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Strategy\Selection\Variation\SearchPositionVariationInterface.0.App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Strategy\Types\SearchBehaviorHandleInterface.0.App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle"; reason: abstract.
Removed service ".instanceof.App\Services\Search\Strategy\Types\SearchPositionHandleInterface.0.App\Services\Search\Strategy\Types\Variation\SearchPositionsVariationHandle"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\Search\Strategy\Types\Variation\SearchPositionsVariationHandle"; reason: abstract.
Removed service ".instanceof.Doctrine\ORM\Id\AbstractIdGenerator.0.App\Services\UuidGenerator"; reason: abstract.
Removed service ".abstract.instanceof.App\Services\UuidGenerator"; reason: abstract.
184
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "nyholm.psr7.httplug_factory"; reason: unused.
Removed service "App\Component\Messenger\Consumer\TestConsumer"; reason: unused.
Removed service "App\Component\Messenger\Serializer\ObjectContainer"; reason: unused.
Removed service "App\Components\Cache\Dto\Catalog\Positions\CatalogFilters"; reason: unused.
Removed service "App\Components\Cache\Dto\Catalog\Positions\PriceTypeCatalog"; reason: unused.
Removed service "App\Components\Cache\Dto\User\User"; reason: unused.
Removed service "App\Components\Exception\ApiProblemException"; reason: unused.
Removed service "App\Components\Exception\ApiValidationException"; reason: unused.
Removed service "App\Controller\Cart\Schema\Order\OrderPaymentRequestSchema"; reason: unused.
Removed service "App\Controller\Search\Schema\SearchBehaviorRequestSchema"; reason: unused.
Removed service "App\Controller\Search\Schema\SearchPositionRequestSchema"; reason: unused.
Removed service "App\Controller\Search\Schema\SortSchema"; reason: unused.
Removed service "App\Controller\User\Schema\Dto\UserReconPeriodDto"; reason: unused.
Removed service "App\Controller\User\Schema\UserAddressAddRequestSchema"; reason: unused.
Removed service "App\Controller\User\Schema\UserAddressUpdateRequestSchema"; reason: unused.
Removed service "App\Controller\User\Schema\UserProfileInfoRequestSchema"; reason: unused.
Removed service "App\Controller\User\Schema\UserProfileNotificationRequestSchema"; reason: unused.
Removed service "App\Controller\User\Schema\UserReconCreateRequestSchema"; reason: unused.
Removed service "App\Event\Cart\CartOfferRepairEvent"; reason: unused.
Removed service "App\Event\Cart\CartOfferValidationEvent"; reason: unused.
Removed service "App\Event\Order\PaymentOrderCreateEvent"; reason: unused.
Removed service "App\Event\Payment\CreateLifepayReceiptEvent"; reason: unused.
Removed service "App\Event\Payment\LifepayRequestEvent"; reason: unused.
Removed service "App\Event\Payment\PaymentCreateEvent"; reason: unused.
Removed service "App\Extension\Abcp\AbcpHttpClient"; reason: unused.
Removed service "App\Extension\Doctrine\MatchAgainst"; reason: unused.
Removed service "App\Extension\Laximo\LaximoIntegration"; reason: unused.
Removed service "App\Extension\Laximo\LaximoServices"; reason: unused.
Removed service "App\Extension\Laximo\Object\ListQuickDetails"; reason: unused.
Removed service "App\Extension\Laximo\Object\QuickDetails"; reason: unused.
Removed service "App\Extension\Laximo\Object\QuickGroup"; reason: unused.
Removed service "App\Extension\Laximo\Object\QuickGroupChildren"; reason: unused.
Removed service "App\Extension\Laximo\Object\UnitQuickDetails"; reason: unused.
Removed service "App\Extension\Laximo\Object\VehicleWizardObject"; reason: unused.
Removed service "App\Extension\Laximo\Object\WizardObject"; reason: unused.
Removed service "App\Message\Cart\CartCreateQuery"; reason: unused.
Removed service "App\Message\Cart\CartDetailQuery"; reason: unused.
Removed service "App\Message\Cart\CartPositionCommand"; reason: unused.
Removed service "App\Message\Cart\CartPositionUpdateCommand"; reason: unused.
Removed service "App\Message\Deferred\DeferredMessage"; reason: unused.
Removed service "App\Message\Deferred\DeferredTestMessage"; reason: unused.
Removed service "App\Message\Notifier\NotificationCommand"; reason: unused.
Removed service "App\Message\Order\CartOrderCreateMessage"; reason: unused.
Removed service "App\Message\Order\CartOrderDeliveryQuery"; reason: unused.
Removed service "App\Message\Order\CreateOrderPaymentQuery"; reason: unused.
Removed service "App\Message\Order\OrderPaymentListQuery"; reason: unused.
Removed service "App\Message\Order\PaymentCreateQuery"; reason: unused.
Removed service "App\Message\Search\Api\SearchApiBehaviorQuery"; reason: unused.
Removed service "App\Message\Search\Api\SearchApiPositionQuery"; reason: unused.
Removed service "App\Message\Search\CatalogSupplierQuery"; reason: unused.
Removed service "App\Message\Search\SearchBehaviorQuery"; reason: unused.
Removed service "App\Message\Search\SearchPositionQuery"; reason: unused.
Removed service "App\Message\User\UserAddressAddCommand"; reason: unused.
Removed service "App\Message\User\UserAddressDeleteCommand"; reason: unused.
Removed service "App\Message\User\UserAddressQuery"; reason: unused.
Removed service "App\Message\User\UserAddressUpdateCommand"; reason: unused.
Removed service "App\Message\User\UserCounterpartyListQuery"; reason: unused.
Removed service "App\Message\User\UserProfileInfoCommand"; reason: unused.
Removed service "App\Message\User\UserProfileNotificationCommand"; reason: unused.
Removed service "App\Message\User\UserProfileQuery"; reason: unused.
Removed service "App\Message\User\UserReconCreateCommand"; reason: unused.
Removed service "App\Services\Cart\CreateOrder\Notifier\OrderNotifierContextFactory"; reason: unused.
Removed service "App\Services\Cart\Dto\Order\CartOrderCreateDto"; reason: unused.
Removed service "App\Services\Cart\Dto\Order\CreateOrder\CreateOrderDto"; reason: unused.
Removed service "App\Services\Cart\Dto\Order\CreateOrder\OrderCounterpartyDto"; reason: unused.
Removed service "App\Services\Cart\Dto\Order\CreateOrder\OrderDto"; reason: unused.
Removed service "App\Services\Cart\Dto\Order\CreateOrder\OrderPaymentDto"; reason: unused.
Removed service "App\Services\Cart\Dto\Order\CreateOrder\OrderPositionDto"; reason: unused.
Removed service "App\Services\Notifier\Notifier"; reason: unused.
Removed service "App\Services\Notifier\NotifierAttachmentCollectionBuilder"; reason: unused.
Removed service "App\Services\Notifier\NotifierRecipientCollectionBuilder"; reason: unused.
Removed service "App\Services\Notifier\NotifierRecipientDtoProvider"; reason: unused.
Removed service "App\Services\Order\Dto\OrderDeliveryDTO"; reason: unused.
Removed service "App\Services\Order\Dto\OrderDeliveryDestinationDTO"; reason: unused.
Removed service "App\Services\Order\Dto\OrderDeliveryItemAlertDTO"; reason: unused.
Removed service "App\Services\Order\Dto\OrderDeliveryItemDTO"; reason: unused.
Removed service "App\Services\Order\Dto\OrderDeliveryItemPermissionDTO"; reason: unused.
Removed service "App\Services\Order\Dto\OrderDeliveryUserDTO"; reason: unused.
Removed service "App\Services\Payment\Changer\Dto\PaymentChangeResultDto"; reason: unused.
Removed service "App\Services\Search\Chain\DTO\PriceProductsDTO"; reason: unused.
Removed service "App\Services\Search\Helpers\StrSearchHelper"; reason: unused.
Removed service "App\Services\Search\Strategy\Selection\Variation\Dto\Cache\SearchResultCacheDto"; reason: unused.
Removed service "App\Services\Search\Validator\FrameNumberValidator"; reason: unused.
Removed service "App\Services\User\Dto\Profile\UserProfileNotificationDto"; reason: unused.
Removed service "app_http_abcp_client"; reason: unused.
Removed service "laximo_basic_credentials"; reason: unused.
Removed service "laximo_client_soap"; reason: unused.
Removed service "laximo_query_builder"; reason: unused.
Removed service "GuayaquilLib\ServiceOem"; reason: unused.
Removed service "GuayaquilLib\ServiceAm"; 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 "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "psr18.acat.clients"; reason: unused.
Removed service "httplug.acat.clients"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.normalizer.property"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; 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 "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.impersonate_url_generator"; reason: unused.
Removed service "security.user_password_hasher"; 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.main"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; 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.line"; reason: unused.
Removed service "monolog.formatter.syslog"; 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 "nelmio_api_doc.form.documentation_extension"; 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.generic_class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.generic_collection"; 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.template"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "fidry_alice_data_fixtures.persistence.purger_modepurger_mode"; reason: unused.
Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
484
Inlined service "App\Components\Cache\DtoCacheKeyResolver" to "App\Components\Cache\CacheManager".
Inlined service ".service_locator.JEjnuwE.App\Controller\APIController" to "App\Controller\APIController".
Inlined service ".service_locator.JEjnuwE.App\Controller\Cart\CartController" to "App\Controller\Cart\CartController".
Inlined service ".service_locator.JEjnuwE.App\Controller\Cart\CartOrderController" to "App\Controller\Cart\CartOrderController".
Inlined service ".service_locator.JEjnuwE.App\Controller\Search\SearchController" to "App\Controller\Search\SearchController".
Inlined service ".service_locator.JEjnuwE.App\Controller\User\UserCounterpartyController" to "App\Controller\User\UserCounterpartyController".
Inlined service "App\Services\Payment\Client\Lifepay\LifepayReceiptHttpClient" to "App\EventListener\Payment\CreateLifepayReceiptSubscriber".
Inlined service "App\Services\Cart\CreateOrder\CartCreateOrderChain" to "App\MessageHandler\Cart\CartCreateQueryHandler".
Inlined service "App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategy" to "App\MessageHandler\Cart\CartPositionUpdateCommandHandler".
Inlined service "App\Services\Payment\Changer\PaymentChangeStrategy" to "App\MessageHandler\Order\CreateOrderPaymentQueryHandler".
Inlined service "App\Services\Payment\PaymentHandlerStrategy" to "App\MessageHandler\Order\PaymentCreateQueryHandler".
Inlined service "App\Services\Search\Strategy\Types\SearchBehaviorHandleFactory" to "App\MessageHandler\Search\SearchBehaviorQueryHandler".
Inlined service "App\Services\Search\Strategy\Types\SearchPositionHandleFactory" to "App\MessageHandler\Search\SearchPositionQueryHandler".
Inlined service "App\Services\Search\Entity\Product\ProductDto" to "App\MessageHandler\Search\SearchPositionQueryHandler".
Inlined service ".service_locator.dnGB1uP" to "App\Services\Cart\PositionUpdate\PositionUpdateHandlerStrategy".
Inlined service "App\Services\Helper\DateTimeHelper" to "App\Services\Deferred\DeferredMessageBus".
Inlined service ".service_locator.sob5Ibd" to "App\Services\Payment\Changer\PaymentChangeStrategy".
Inlined service "App\Services\Payment\Client\Sberbank\SberbankConfigurationService" to "App\Services\Payment\Client\Sberbank\SberbankHttpClient".
Inlined service ".service_locator.ePECqGe" to "App\Services\Payment\PaymentHandlerStrategy".
Inlined service "App\Services\Search\Entity\Product\Remain" to "App\Services\Search\Entity\Product\ProductDto".
Inlined service ".service_locator.SXm07xS" to "App\Services\Search\Strategy\Selection\SearchBehaviorSelectionHandler".
Inlined service ".service_locator.BxAX_e6" to "App\Services\Search\Strategy\Selection\SearchPositionSelectionHandler".
Inlined service ".service_locator.dAjyofA.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation" to "App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation".
Inlined service "App\Services\Search\Helpers\KeyboardLayoutConverter" to "App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation".
Inlined service ".service_locator.J14B8m..App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation" to "App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation".
Inlined service "App\Services\Search\Strategy\Selection\SearchBehaviorSelectionHandler" to "App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle".
Inlined service "App\Services\Search\Chain\ProductSearchGroupChain" to "App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle".
Inlined service "App\Services\Product\Price\ProductSortService" to "App\Services\Search\Strategy\Types\Variation\SearchGroupVariationHandle".
Inlined service "App\Services\Search\Strategy\Selection\SearchPositionSelectionHandler" to "App\Services\Search\Strategy\Types\Variation\SearchPositionsVariationHandle".
Inlined service "clock" to "argument_resolver.datetime".
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.NBUFN6A" 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 "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 "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "acat.clients.uri_template.inner" to "acat.clients.uri_template".
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.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 "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "App\Component\Messenger\Serializer\ObjectContainerNormalizer" 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.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.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" to "validator.validator_factory".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.7ftvYCK" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.OQSjB_c" to "messenger.routable_message_bus".
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.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.VHsrTPK" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.kNF4kHo" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.JKLFIIP" to "security.helper".
Inlined service ".security.request_matcher.0.aTXGw" to "security.access_map".
Inlined service ".security.request_matcher.uCwqysC" to "security.access_map".
Inlined service ".security.request_matcher.oK0t9TW" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
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.http_utils" to "security.exception_listener.main".
Inlined service "security.exception_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.7uYTqQl" to ".security.request_matcher.0.aTXGw".
Inlined service ".security.request_matcher.KGexV8R" to ".security.request_matcher.uCwqysC".
Inlined service ".security.request_matcher.k4I.D5i" to ".security.request_matcher.oK0t9TW".
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.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" 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 "assets.packages" to "twig.extension.assets".
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.VMK2iOS" to "twig.runtime_loader".
Inlined service "nyholm.psr7.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "nyholm.psr7.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\Integration\IgnoreErrorsIntegration" to "Sentry\SentryBundle\Integration\IntegrationConfigurator".
Inlined service "Sentry\Integration\RequestFetcherInterface" to "Sentry\SentryBundle\Integration\IntegrationConfigurator".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "Sentry\Transport\TransportFactoryInterface" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "monolog.handler.grouped" to "monolog.handler.main".
Inlined service "monolog.handler.main.http_code_strategy" to "monolog.handler.main".
Inlined service "monolog.handler.file" to "monolog.handler.grouped".
Inlined service "monolog.handler.stderr" to "monolog.handler.grouped".
Inlined service "monolog.formatter.json" to "monolog.handler.stderr".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "App\Components\Request\ParamConverter\ActionParamConverter" 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 "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 "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 "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
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.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_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 "message.bus.messenger.handlers_locator" to "message.bus.middleware.handle_message".
Inlined service "command.bus.messenger.handlers_locator" to "command.bus.middleware.handle_message".
Inlined service "debug.traced.command.bus.inner" to "debug.traced.command.bus".
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 "App\MessageHandler\Deferred\DeferredMessageHandler" to ".messenger.method_on_object_wrapper.v3eUYjv".
Inlined service "App\MessageHandler\Cart\CartCreateQueryHandler" to ".messenger.handler_descriptor.2XSfD1K".
Inlined service "App\MessageHandler\Cart\CartDetailQueryHandler" to ".messenger.handler_descriptor.ZmN5jZC".
Inlined service "App\MessageHandler\Order\CartOrderDeliveryListQueryHandler" to ".messenger.handler_descriptor.FuWq8Ie".
Inlined service "App\MessageHandler\Order\CreateOrderPaymentQueryHandler" to ".messenger.handler_descriptor.YqAxOL3".
Inlined service "App\MessageHandler\Order\OrderPaymentListQueryHandler" to ".messenger.handler_descriptor.wwlLoJR".
Inlined service "App\MessageHandler\Order\PaymentCreateQueryHandler" to ".messenger.handler_descriptor.V_z9XQH".
Inlined service "App\MessageHandler\Search\CatalogSupplierQueryHandler" to ".messenger.handler_descriptor.bTssqgp".
Inlined service "App\MessageHandler\Search\SearchBehaviorQueryHandler" to ".messenger.handler_descriptor.8LfXJ1Q".
Inlined service "App\MessageHandler\Search\SearchPositionQueryHandler" to ".messenger.handler_descriptor.AAzB7Jb".
Inlined service "App\MessageHandler\User\UserCounterpartyListQueryHandler" to ".messenger.handler_descriptor.JhTEuju".
Inlined service "App\MessageHandler\Cart\CartPositionCommandHandler" to ".messenger.handler_descriptor.B_Oe8rj".
Inlined service "App\MessageHandler\Cart\CartPositionUpdateCommandHandler" to ".messenger.handler_descriptor.zWCw8S7".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "acat.clients.uri_template" to ".debug.acat.clients".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.IQ0puY4" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "App\Component\Security\Voter\CartVoter" to ".debug.security.voter.App\Component\Security\Voter\CartVoter".
Inlined service "App\Component\Security\Voter\SearchVoter" to ".debug.security.voter.App\Component\Security\Voter\SearchVoter".
Inlined service "App\Component\Security\Voter\UserVoter" to ".debug.security.voter.App\Component\Security\Voter\UserVoter".
Inlined service "app.cache.state.adapter.traceable.recorder_inner" to "app.cache.state.adapter.traceable".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.dAjyofA" to ".service_locator.dAjyofA.App\Services\Search\Strategy\Selection\Variation\SearchGroupBehaviorVariation".
Inlined service ".service_locator.J14B8m." to ".service_locator.J14B8m..App\Services\Search\Strategy\Selection\Variation\SearchPositionsVariation".
Inlined service ".service_locator.LjVnriP" to ".service_locator.LjVnriP.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.oR77BOj" to "debug.argument_resolver.inner".
Inlined service ".cache_connection.GD_MSZC" to "app.cache.state.adapter.traceable.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.OhUkSFO" to "console.command_loader".
Inlined service "app.cache.state.adapter.traceable.inner" to "app.cache.state.adapter.traceable.recorder_inner".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service ".service_locator.LjVnriP.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "debug.traced.message.bus.inner" to "messenger.default_bus".
Inlined service "App\Component\Faker\DataProvider\DateTimeProvider" to "Faker\Generator".
Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
Inlined service "hautelook_alice.locator.env_directory" to "hautelook_alice.locator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
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 "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.traced.command.bus", "debug.traced.query.bus", ".debug.http_client", ".debug.acat.clients", "app.cache.state.adapter.traceable", "cache.validator.traceable", "cache.serializer.traceable", "cache.annotations.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.security_expression_language.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.security", "monolog.logger.deprecation", "monolog.logger.webhook", "monolog.logger.parser", "monolog.logger.notification", "monolog.logger.payment", but was never used.