Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
The "Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
Since symfony/messenger 6.2: Implementing "Symfony\Component\Messenger\Handler\MessageSubscriberInterface" is deprecated, use the "Symfony\Component\Messenger\Attribute\AsMessageHandler" attribute instead.
The "Kiener\MolliePayments\ScheduledTask\Subscription\RenewalReminder\AbstractRenewalReminderTaskHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "Kiener\MolliePayments\ScheduledTask\OrderStatus\ExpireOrderTaskHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "SwagPublisher\VersionControlSystem\Internal\CleanupHandler" class extends "Shopware\Core\Framework\MessageQueue\ScheduledTask\ScheduledTaskHandler" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - Won't implement MessageSubscriberInterface anymore, tag all ScheduledTaskHandlers with #[AsMessageHandler] instead.
The "Shopware\Core\Content\Product\Cms\ProductListingCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Devc\TintendienstIntegrations\Core\Content\Cms\Aggregate\CmsSlot\Resolver\ProductCustomResolver".
The "Shopware\Core\Content\Product\Cms\ProductDescriptionReviewsCmsElementResolver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "brgnCms\Core\Content\Cms\Aggregate\CmsSlot\Resolver\ProductDetailPageReviewResolver".
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\System\UsageData\Subscriber\ShopIdChangedSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Shopware\Core\System\UsageData\Consent\ConsentReporter" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Swag\CmsExtensions\Form\Event\CustomFormEvent" class implements "Shopware\Core\Framework\Event\SalesChannelAware" that is deprecated tag:v6.6.0 - reason:class-hierarchy-change - extends of FlowEventAware will be removed.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "LoyxxSW6ConversionCheckout\Subscriber\CheckoutRegisterPageLoadedEventSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\SystemConfigSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\CsrfSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\ApplePaySubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\StorefrontBuildSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\ApplePayDirectSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\WebhookTimezoneSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\TestModeNotificationSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensus\InxmailCommerceConnect\Core\Content\Flow\Subscriber\BusinessEventCollectorSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Devc\TintendienstIntegrations\Holiday\Command\AddHolidaysCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Devc\TintendienstIntegrations\Holiday\Command\AddHolidaysCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Kiener\MolliePayments\Command\Install\SetupCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Kiener\MolliePayments\Command\Install\SetupCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Kiener\MolliePayments\Command\DAL\DALCleanupCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Kiener\MolliePayments\Command\ApplePay\ApplePayDownloadCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Kiener\MolliePayments\Command\ApplePay\ApplePayDownloadCommand" class instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Kiener\MolliePayments\Command\Subscriptions\RenewalReminderCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Kiener\MolliePayments\Command\Subscriptions\RenewalReminderCommand" class instead.
The "Shopware\Core\Content\Media\File\FileSaver::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Frosh\ThumbnailProcessor\DependencyInjection\FileSaver".
The "Shopware\Core\Content\Media\Thumbnail\ThumbnailService::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Frosh\ThumbnailProcessor\DependencyInjection\ThumbnailService".
The "Shopware\Storefront\Controller\RegisterController" class is considered internal Do not use direct or indirect repository calls in a controller. Always use a store-api route to get or put data. It may change without further notice. You should not use it from "LoyxxSW6ConversionCheckout\Storefront\Controller\RegisterController".
The "Shopware\Storefront\Controller\RegisterController::__construct()" method is considered internal. It may change without further notice. You should not extend it from "LoyxxSW6ConversionCheckout\Storefront\Controller\RegisterController".
The "Shopware\Storefront\Controller\AuthController" class is considered internal Do not use direct or indirect repository calls in a controller. Always use a store-api route to get or put data. It may change without further notice. You should not use it from "LoyxxSW6ConversionCheckout\Storefront\Controller\AuthController".
The "Shopware\Storefront\Controller\AuthController::__construct()" method is considered internal. It may change without further notice. You should not extend it from "LoyxxSW6ConversionCheckout\Storefront\Controller\AuthController".
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "LoyxxSW6ConversionCheckout\Core\Framework\Adapter\Twig\Extension\TwigFunctions" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\HttpKernel\HttpKernel::$dispatcher" property is considered final. You should not override it in "Shopware\Core\Framework\Adapter\Kernel\HttpKernel".
The "monolog.logger" service relies on the deprecated "Symfony\Bridge\Monolog\Logger" class. It should either be deprecated or its implementation upgraded.
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.
Since symfony/routing 6.4: Class "Devc\TintendienstIntegrations\AccountMenu\Controller\AccountMenuController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "Devc\TintendienstIntegrations\Checkout\Controller\CheckoutController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "Devc\TintendienstIntegrations\CrossSelling\Controller\CrossSellingController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "Devc\TintendienstIntegrations\DiscountAlerts\Controller\DiscountAlertController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "Devc\TintendienstIntegrations\Finder\Controller\FinderController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "Devc\TintendienstIntegrations\Link\Controller\CartVoucherController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "Devc\TintendienstIntegrations\Link\Controller\XmlProductController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "LoyxxSW6ConversionCheckout\Storefront\Controller\AuthController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "LoyxxSW6ConversionCheckout\Storefront\Controller\RegisterController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
Since symfony/routing 6.4: Class "Sensus\InxmailCommerceConnect\Controller\InxmailCommerceController" uses Doctrine Annotations to configure routes, which is deprecated. Use PHP attributes instead.
User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead.
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: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\UrlGenerator::Shopware\Core\Content\Media\Pathname\UrlGenerator::getRelativeMediaUrl()" is deprecated and will be removed in v6.6.0.0. Use "Use AbstractUrlGenerator instead" instead.
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::generateMd5Path()" is deprecated and will be removed in v6.6.0.0.
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::generatePathCacheBuster()" is deprecated and will be removed in v6.6.0.0.
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::Shopware\Core\Content\Media\Pathname\PathnameStrategy\AbstractPathNameStrategy::generatePhysicalFilename()" is deprecated and will be removed in v6.6.0.0.
User Deprecated: Since shopware/core : Method "Shopware\Core\Content\Media\Pathname\UrlGenerator::Shopware\Core\Content\Media\Pathname\UrlGenerator::getAbsoluteMediaUrl()" is deprecated and will be removed in v6.6.0.0. Use "Use AbstractUrlGenerator instead" instead.
User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\Log\LoggerFactory::Shopware\Core\Framework\Log\LoggerFactory::createRotating()" is deprecated and will be removed in createRotating.
User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Product\ProductPage::Shopware\Storefront\Page\Product\ProductPage::setCrossSellings()" is deprecated and will be removed in v6.7.0.0.
User Deprecated: Since shopware/core : Method "Shopware\Storefront\Page\Product\ProductPage::Shopware\Storefront\Page\Product\ProductPage::getCrossSellings()" is deprecated and will be removed in v6.7.0.0.
User Deprecated: Since shopware/core : Method "Shopware\Storefront\Framework\Routing\StorefrontResponse::Shopware\Storefront\Framework\Routing\StorefrontResponse::setData()" is deprecated and will be removed in 6.6.0.
User Deprecated: Since shopware/core : Method "Shopware\Storefront\Framework\Routing\StorefrontResponse::Shopware\Storefront\Framework\Routing\StorefrontResponse::setContext()" is deprecated and will be removed in 6.6.0.
User Deprecated: Since symfony/http-kernel 6.2: Setting "terminate_on_cache_hit" to "true" is deprecated and will be changed to "false" in Symfony 7.0.
Log messages generated during the compilation of the service container.
Messages
Class
60
Resolving inheritance for "Shopware\Core\Framework\App\Payment\Handler\AppSyncPaymentHandler" (parent: Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler).
Resolving inheritance for "Shopware\Core\Framework\App\Payment\Handler\AppAsyncPaymentHandler" (parent: Shopware\Core\Framework\App\Payment\Handler\AppPaymentHandler).
Resolving inheritance for ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ManufacturerListingFilterHandler" (parent: .abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ManufacturerListingFilterHandler).
Resolving inheritance for "Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ManufacturerListingFilterHandler" (parent: .instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ManufacturerListingFilterHandler).
Resolving inheritance for ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PriceListingFilterHandler" (parent: .abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PriceListingFilterHandler).
Resolving inheritance for "Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PriceListingFilterHandler" (parent: .instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PriceListingFilterHandler).
Resolving inheritance for ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\RatingListingFilterHandler" (parent: .abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\RatingListingFilterHandler).
Resolving inheritance for "Shopware\Core\Content\Product\SalesChannel\Listing\Filter\RatingListingFilterHandler" (parent: .instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\RatingListingFilterHandler).
Resolving inheritance for ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ShippingFreeListingFilterHandler" (parent: .abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ShippingFreeListingFilterHandler).
Resolving inheritance for "Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ShippingFreeListingFilterHandler" (parent: .instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ShippingFreeListingFilterHandler).
Resolving inheritance for ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PropertyListingFilterHandler" (parent: .abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PropertyListingFilterHandler).
Resolving inheritance for "Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PropertyListingFilterHandler" (parent: .instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PropertyListingFilterHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler" (parent: .abstract.instanceof.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler).
Resolving inheritance for ".instanceof.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler.0.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler).
Resolving inheritance for "Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler" (parent: .instanceof.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler.0.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler).
Resolving inheritance for "DreiscSeoPro\Core\Content\DreiscSeoBulk\DreiscSeoBulkRepository" (parent: DreiscSeoPro\Core\Foundation\Dal\EntityRepository).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis_tag_aware).
Resolving inheritance for "cache.system" (parent: cache.adapter.redis_tag_aware).
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 "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.object" (parent: cache.app).
Resolving inheritance for "cache.http" (parent: cache.app).
Resolving inheritance for "cache.tags" (parent: cache.app).
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.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.low_priority" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.business_events" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elasticsearch" (parent: monolog.logger_prototype).
1
Skipping service "Shopware\Storefront\Page\Contact\ContactPageLoader": Class or interface "Shopware\Storefront\Page\Contact\ContactPageLoader" cannot be loaded.
6
Removing method "setTwig" of service "Devc\TintendienstIntegrations\AccountMenu\Controller\AccountMenuController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "Devc\TintendienstIntegrations\Checkout\Controller\CheckoutController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "Devc\TintendienstIntegrations\CrossSelling\Controller\CrossSellingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "Devc\TintendienstIntegrations\DiscountAlerts\Controller\DiscountAlertController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "Devc\TintendienstIntegrations\Finder\Controller\FinderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTwig" of service "SwagPublisher\VersionControlSystem\PreviewAction" from controller candidates: the method is called at instantiation, thus cannot be an action.
816
Removed service "League\Flysystem\FilesystemOperator $frameworkPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $frameworkPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $systemPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $systemPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $contentPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $contentPublicFilesystem"; reason: private alias.
Removed service "core_mailer"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $checkoutPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $checkoutPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $administrationPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $administrationPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $storefrontPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $storefrontPublicFilesystem"; reason: private alias.
Removed service "shopware.elasticsearch.logger"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $elasticsearchPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $elasticsearchPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $maintenancePrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $maintenancePublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $profilingPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $profilingPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $devcTintendienstIntegrationsPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $devcTintendienstIntegrationsPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $dreiscSeoProPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $dreiscSeoProPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $dtgsGoogleTagManagerSw6PrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $dtgsGoogleTagManagerSw6PublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $swagCmsExtensionsPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $swagCmsExtensionsPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $loyxxSW6ConversionCheckoutPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $loyxxSW6ConversionCheckoutPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $molliePaymentsPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $molliePaymentsPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $maxiaAdvBlockPrices6PrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $maxiaAdvBlockPrices6PublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $swagPublisherPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $swagPublisherPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $maxiaListingBlockPrices6PrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $maxiaListingBlockPrices6PublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $froshPlatformThumbnailProcessorPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $froshPlatformThumbnailProcessorPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $templaidCookieConsentPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $templaidCookieConsentPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $devcTintendienstThemePrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $devcTintendienstThemePublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $sensusInxmailCommerceConnectPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $sensusInxmailCommerceConnectPublicFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $brgnCmsPrivateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $brgnCmsPublicFilesystem"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "http_client.uri_template_expander"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "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 ".cache.object.inner"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.object"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheObject"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.object"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheObject"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.object"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheObject"; reason: private alias.
Removed service ".cache.http.inner"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.http"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheHttp"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.http"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheHttp"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.http"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheHttp"; reason: private alias.
Removed service ".cache.tags.inner"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.tags"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheTags"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.tags"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheTags"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.tags"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheTags"; reason: private alias.
Removed service ".cache.rate_limiter.inner"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.rate_limiter"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheRateLimiter"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.rate_limiter"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheRateLimiter"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.rate_limiter"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheRateLimiter"; reason: private alias.
Removed service "cache.app.taggable"; reason: private alias.
Removed service ".cache.system.inner"; 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\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 "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "monolog.handler.business_event_handler"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Shopware\Storefront\Theme\AbstractThemePathBuilder"; reason: private alias.
Removed service "Shopware\Storefront\Theme\ConfigLoader\AbstractConfigLoader"; reason: private alias.
Removed service "Shopware\Storefront\Theme\ConfigLoader\AbstractAvailableThemeProvider"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $privateFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $publicFilesystem"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $business_eventsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $businessEventsLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticsearchLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $log_entry.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $logEntryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $acl_role.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $aclRoleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $acl_user_role.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $aclUserRoleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_action_button.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appActionButtonRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_action_button_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appActionButtonTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_template.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appTemplateRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_payment_method.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appPaymentMethodRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_script_condition.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appScriptConditionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_script_condition_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appScriptConditionTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_cms_block.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appCmsBlockRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_cms_block_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appCmsBlockTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_flow_action.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appFlowActionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_flow_action_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appFlowActionTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_flow_event.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appFlowEventRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_shipping_method.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appShippingMethodRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $custom_field.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customFieldRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $custom_field_set.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customFieldSetRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $custom_field_set_relation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customFieldSetRelationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $version.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $versionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $version_commit.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $versionCommitRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $version_commit_data.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $versionCommitDataRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $plugin.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $pluginRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $plugin_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $pluginTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $scheduled_task.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $scheduledTaskRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $script.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $scriptRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $language.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $languageRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $seo_url.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $seoUrlRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $seo_url_template.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $seoUrlTemplateRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $main_category.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mainCategoryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $webhook.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $webhookRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $webhook_event_log.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $webhookEventLogRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_country.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelCountryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_currency.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelCurrencyRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_domain.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelDomainRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_language.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelLanguageRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_payment_method.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelPaymentMethodRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_shipping_method.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelShippingMethodRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_type.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelTypeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_type_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelTypeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $sales_channel_analytics.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salesChannelAnalyticsRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $country.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $countryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $country_state.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $countryStateRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $country_state_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $countryStateTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $country_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $countryTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $currency.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $currencyRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $currency_country_rounding.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $currencyCountryRoundingRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $currency_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $currencyTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $custom_entity.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customEntityRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $locale.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $localeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $locale_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $localeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $snippet_set.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $snippetSetRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $snippet.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $snippetRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salutation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salutationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salutation_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $salutationTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tax.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $taxRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tax_rule.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $taxRuleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tax_rule_type.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $taxRuleTypeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tax_rule_type_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $taxRuleTypeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tax_provider.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $taxProviderRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tax_provider_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $taxProviderTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $unit.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $unitRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $unit_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $unitTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $user.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $userRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $user_config.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $userConfigRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $user_access_key.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $userAccessKeyRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $user_recovery.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $userRecoveryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $integration.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $integrationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $integration_role.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $integrationRoleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $state_machine.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $stateMachineRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $state_machine_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $stateMachineTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $state_machine_state.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $stateMachineStateRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $state_machine_state_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $stateMachineStateTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $state_machine_transition.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $stateMachineTransitionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $state_machine_history.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $stateMachineHistoryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $system_config.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $systemConfigRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $number_range.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $numberRangeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $number_range_sales_channel.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $numberRangeSalesChannelRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $number_range_state.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $numberRangeStateRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $number_range_type.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $numberRangeTypeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $number_range_type_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $numberRangeTypeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $number_range_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $numberRangeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $category.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $categoryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $category_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $categoryTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $category_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $categoryTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media_default_folder.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaDefaultFolderRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media_thumbnail.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaThumbnailRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media_folder.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaFolderRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media_thumbnail_size.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaThumbnailSizeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media_folder_configuration.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaFolderConfigurationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media_folder_configuration_media_thumbnail_size.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaFolderConfigurationMediaThumbnailSizeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $media_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mediaTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_stream_mapping.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productStreamMappingRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_category.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productCategoryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_custom_field_set.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productCustomFieldSetRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_configurator_setting.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productConfiguratorSettingRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_price.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productPriceRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_property.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productPropertyRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_search_keyword.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productSearchKeywordRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_keyword_dictionary.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productKeywordDictionaryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_review.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productReviewRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_manufacturer.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productManufacturerRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_manufacturer_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productManufacturerTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_media.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productMediaRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_download.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productDownloadRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_option.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productOptionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_category_tree.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productCategoryTreeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_cross_selling.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productCrossSellingRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_cross_selling_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productCrossSellingTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_cross_selling_assigned_products.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productCrossSellingAssignedProductsRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_feature_set.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productFeatureSetRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_feature_set_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productFeatureSetTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_sorting.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productSortingRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_sorting_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productSortingTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_search_config.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productSearchConfigRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_search_config_field.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productSearchConfigFieldRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_visibility.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productVisibilityRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $delivery_time.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $deliveryTimeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $newsletter_recipient.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $newsletterRecipientRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $newsletter_recipient_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $newsletterRecipientTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $rule.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $ruleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $rule_condition.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $ruleConditionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $rule_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $ruleTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_stream.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productStreamRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_stream_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productStreamTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_stream_filter.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productStreamFilterRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $product_export.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $productExportRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $property_group.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $propertyGroupRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $property_group_option.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $propertyGroupOptionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $property_group_option_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $propertyGroupOptionTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $property_group_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $propertyGroupTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cms_page.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cmsPageRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cms_page_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cmsPageTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cms_section.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cmsSectionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cms_block.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cmsBlockRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cms_slot.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cmsSlotRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cms_slot_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cmsSlotTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mail_template.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mailTemplateRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mail_template_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mailTemplateTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mail_template_type.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mailTemplateTypeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mail_template_type_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mailTemplateTypeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mail_template_media.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mailTemplateMediaRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mail_header_footer.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mailHeaderFooterRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mail_header_footer_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mailHeaderFooterTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $delivery_time_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $deliveryTimeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $import_export_profile.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $importExportProfileRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $import_export_log.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $importExportLogRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $import_export_file.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $importExportFileRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $import_export_profile_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $importExportProfileTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $landing_page.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $landingPageRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $landing_page_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $landingPageTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $landing_page_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $landingPageTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $landing_page_sales_channel.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $landingPageSalesChannelRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $flow.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $flowRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $flow_sequence.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $flowSequenceRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $flow_template.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $flowTemplateRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer_group_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerGroupTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer_address.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerAddressRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer_recovery.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerRecoveryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer_group.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerGroupRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer_group_registration_sales_channels.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerGroupRegistrationSalesChannelsRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer_wishlist.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerWishlistRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customer_wishlist_product.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $customerWishlistProductRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $document.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $documentRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $document_type.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $documentTypeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $document_type_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $documentTypeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $document_base_config.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $documentBaseConfigRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $document_base_config_sales_channel.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $documentBaseConfigSalesChannelRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_address.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderAddressRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_customer.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderCustomerRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_delivery.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderDeliveryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_delivery_position.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderDeliveryPositionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_line_item.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderLineItemRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_line_item_download.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderLineItemDownloadRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_transaction.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderTransactionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_transaction_capture.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderTransactionCaptureRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_transaction_capture_refund.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderTransactionCaptureRefundRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $order_transaction_capture_refund_position.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $orderTransactionCaptureRefundPositionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $payment_method.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $paymentMethodRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $payment_method_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $paymentMethodTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_sales_channel.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionSalesChannelRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_individual_code.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionIndividualCodeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_discount.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionDiscountRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_discount_rule.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionDiscountRuleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_setgroup.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionSetgroupRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_setgroup_rule.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionSetgroupRuleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_order_rule.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionOrderRuleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_persona_customer.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionPersonaCustomerRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_persona_rule.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionPersonaRuleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_cart_rule.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionCartRuleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotion_discount_prices.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $promotionDiscountPricesRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $shipping_method.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $shippingMethodRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $shipping_method_tag.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $shippingMethodTagRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $shipping_method_price.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $shippingMethodPriceRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $shipping_method_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $shippingMethodTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $app_administration_snippet.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $appAdministrationSnippetRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $notification.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $notificationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $theme.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $themeRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $theme_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $themeTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $theme_sales_channel.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $themeSalesChannelRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $theme_media.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $themeMediaRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $theme_child.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $themeChildRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_category.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstCategoryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_category_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstCategoryTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_finder_device.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstFinderDeviceRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_finder_device_supplier.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstFinderDeviceSupplierRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_finder_device_series.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstFinderDeviceSeriesRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_finder_supplier.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstFinderSupplierRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_finder_product_supplier.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstFinderProductSupplierRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_finder_product_number.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstFinderProductNumberRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_finder_product_number_supplier.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstFinderProductNumberSupplierRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_finder_series.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstFinderSeriesRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $brgn_holidays.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $brgnHolidaysRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_product.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstProductRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienst_product_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $tintendienstProductTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreisc_seo_bulk_template.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreiscSeoBulkTemplateRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreisc_seo_bulk.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreiscSeoBulkRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreisc_seo_redirect_import_export_file.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreiscSeoRedirectImportExportFileRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreisc_seo_redirect_import_export_log.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreiscSeoRedirectImportExportLogRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreisc_seo_redirect.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreiscSeoRedirectRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreisc_seo_setting.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $dreiscSeoSettingRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_form.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsFormRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_form_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsFormTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_form_group.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsFormGroupRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_form_group_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsFormGroupTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_form_group_field.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsFormGroupFieldRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_form_group_field_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsFormGroupFieldTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_quickview.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsQuickviewRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_block_rule.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsBlockRuleRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_scroll_navigation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsScrollNavigationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_scroll_navigation_translation.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsScrollNavigationTranslationRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swag_cms_extensions_scroll_navigation_page_settings.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $swagCmsExtensionsScrollNavigationPageSettingsRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollie_subscription.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollieSubscriptionRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollie_subscription_address.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollieSubscriptionAddressRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollie_subscription_history.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollieSubscriptionHistoryRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollie_refund.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollieRefundRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollie_refund_item.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $mollieRefundItemRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cms_page_draft.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cmsPageDraftRepository"; reason: private alias.
Removed service ".Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cms_page_activity.repository"; reason: private alias.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository $cmsPageActivityRepository"; reason: private alias.
Removed service "messenger.default_transport"; reason: private alias.
Removed service "Shopware\Core\Checkout\Cart\CartPersister"; reason: private alias.
Removed service "Shopware\Storefront\Framework\Cache\ReverseProxy\AbstractReverseProxyGateway"; reason: private alias.
Removed service ".service_locator.PAVAFIa"; reason: private alias.
Removed service ".service_locator.dy8LzJ8"; reason: private alias.
Removed service ".service_locator.KZ_FaZE"; reason: private alias.
Removed service ".service_locator.UVzlyrv"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.K1Db7Bv"; reason: private alias.
Removed service ".service_locator.BvC9ZT4"; reason: private alias.
Removed service ".service_locator.GXw_KuY"; reason: private alias.
Removed service ".service_locator.jGuDcUD"; reason: private alias.
Removed service ".service_locator.vJfHGNa"; reason: private alias.
Removed service ".service_locator.pJ9s_Kn"; reason: private alias.
Removed service ".service_locator.pYMoUYs"; reason: private alias.
Removed service ".service_locator.yaUeWTl"; reason: private alias.
Removed service ".service_locator.RGe.Eww"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "Shopware\Core\Framework\Webhook\WebhookDispatcher.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Cms\SalesChannel\SalesChannelCmsPageLoader"; reason: private alias.
Removed service "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderScrollNavigationDecorator.inner"; reason: private alias.
Removed service "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "Shopware\Core\Framework\Adapter\Translation\Translator.inner"; reason: private alias.
Removed service "twig.template_iterator"; reason: private alias.
Removed service "Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator.inner"; reason: private alias.
Removed service "Shopware\Core\Framework\Routing\ApiRequestContextResolver"; reason: private alias.
Removed service "monolog.handler.main"; reason: private alias.
Removed service "Shopware\Core\Framework\Log\Monolog\ErrorCodeLogLevelHandler.inner"; reason: private alias.
Removed service "Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler.inner"; reason: private alias.
Removed service "messenger.bus.shopware.inner"; reason: private alias.
Removed service "cache.object"; reason: private alias.
Removed service "Shopware\Core\Framework\Api\ApiDefinition\Generator\EntitySchemaGenerator"; reason: private alias.
Removed service "League\OAuth2\Server\AuthorizationValidators\BearerTokenValidator"; reason: private alias.
Removed service "Shopware\Core\Framework\Validation\HappyPathValidator.inner"; reason: private alias.
Removed service "Shopware\Core\Framework\Event\NestedEventDispatcher.inner"; reason: private alias.
Removed service "Shopware\Core\System\Language\LanguageLoader"; reason: private alias.
Removed service "Shopware\Core\System\SalesChannel\Context\BaseContextFactory"; reason: private alias.
Removed service "Shopware\Core\Content\Product\SalesChannel\Price\ProductPriceCalculator"; reason: private alias.
Removed service "Shopware\Administration\Snippet\SnippetFinder"; reason: private alias.
Removed service "Shopware\Storefront\Framework\Routing\Router.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Product\SalesChannel\Detail\ProductConfiguratorLoader"; reason: private alias.
Removed service "Shopware\Core\Content\Media\Cms\DefaultMediaResolver"; reason: private alias.
Removed service "Shopware\Core\Framework\Adapter\Cache\CacheTracer"; reason: private alias.
Removed service "Shopware\Storefront\Framework\Cookie\CookieProviderInterface"; reason: private alias.
Removed service "Shopware\Core\Framework\App\Template\TemplateLoader"; reason: private alias.
Removed service "twig.app_variable"; reason: private alias.
Removed service "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cookie\CustomerGroupCookieProvider.inner"; reason: private alias.
Removed service "Frosh\ThumbnailProcessor\Service\ThumbnailUrlTemplateInterface"; reason: private alias.
Removed service "Shopware\Storefront\Framework\Routing\RequestTransformer"; reason: private alias.
Removed service "Shopware\Storefront\Framework\Twig\TemplateDataExtension"; reason: private alias.
Removed service "Dtgs\GoogleTagManager\Framework\Cookie\CustomCookieProvider.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Product\Cms\CrossSellingCmsElementResolver"; reason: private alias.
Removed service "Shopware\Core\Content\Media\Pathname\UrlGeneratorInterface"; reason: private alias.
Removed service "debug.event_dispatcher.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "Shopware\Core\System\SystemConfig\SystemConfigLoader"; reason: private alias.
Removed service "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute.inner"; reason: private alias.
Removed service "Shopware\Core\Checkout\Cart\RuleLoader"; reason: private alias.
Removed service "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute.inner"; reason: private alias.
Removed service "Shopware\Storefront\Framework\Routing\DomainLoader"; reason: private alias.
Removed service "Shopware\Storefront\Theme\ResolvedConfigLoader"; reason: private alias.
Removed service "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator.inner"; reason: private alias.
Removed service "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Product\SalesChannel\Suggest\ResolvedCriteriaProductSuggestRoute.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute.inner"; reason: private alias.
Removed service "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute.inner"; reason: private alias.
Removed service "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute.inner"; reason: private alias.
Removed service "Shopware\Core\Content\Product\DataAbstractionLayer\SearchKeywordUpdater"; reason: private alias.
Removed service "Shopware\Core\Content\Product\SearchKeyword\ProductSearchBuilderInterface"; reason: private alias.
Removed service ".service_locator.wnYjsp8"; reason: private alias.
Removed service ".service_locator.mLVNv6r"; reason: private alias.
Removed service ".service_locator.P7GnCoI"; reason: private alias.
Removed service ".service_locator.kAmiHap"; reason: private alias.
Removed service ".service_locator.glYEE8B"; reason: private alias.
Removed service ".service_locator.Of44b4k"; reason: private alias.
Removed service ".service_locator.rWvbb2H"; reason: private alias.
Removed service ".service_locator.tlqseL7"; reason: private alias.
Removed service ".service_locator.0Oy.YY1"; reason: private alias.
Removed service ".service_locator.yR4uV.z"; reason: private alias.
Removed service ".service_locator.1LeitV9"; reason: private alias.
Removed service ".service_locator.jafoA0t"; reason: private alias.
Removed service ".service_locator.XYekLKV"; reason: private alias.
Removed service ".service_locator.vNabsi9"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.UJk7wXY"; reason: private alias.
Removed service ".service_locator.I5vHj54"; reason: private alias.
Removed service ".service_locator.3GM5P7G"; reason: private alias.
Removed service ".service_locator.ke_LZlC"; reason: private alias.
Removed service ".service_locator.zcCslh8"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
1189
Changed reference of service "Shopware\Core\Framework\Routing\RouteEventSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Routing\MaintenanceModeResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Api\Controller\SalesChannelProxyController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Api\Controller\SalesChannelProxyController" previously pointing to "LoyxxSW6ConversionCheckout\Core\Checkout\Cart\SalesChannel\CartOrderRoute" to "Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute".
Changed reference of service "Shopware\Core\Framework\Adapter\Cache\Http\CacheStore" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Api\Acl\AclWriteValidator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Api\Controller\AclController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Api\Controller\AclController" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Core\Framework\Adapter\Cache\CacheInvalidator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Adapter\Cache\CacheClearer" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Framework\Api\Controller\IndexingController" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Framework\App\ShopId\ShopIdProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\App\AppStateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\App\Lifecycle\AppLifecycle" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\App\ActionButton\Executor" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Core\Framework\App\AppUrlChangeResolver\ReinstallAppsStrategy" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Command\RefreshIndexCommand" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\VersionManager" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\VersionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExistsValidator" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityNotExistsValidator" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "Shopware\Core\Framework\Api\Sync\SyncService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Api\Sync\SyncService" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Indexing\EntityIndexerRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Demodata\Command\DemodataCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Demodata\Generator\OrderGenerator" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Framework\Event\BusinessEventCollector" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Framework\Plugin\PluginLifecycleService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskScheduler" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Framework\Store\Services\FirstRunWizardService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Script\Api\ScriptResponseFactoryFacadeHookFactory" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Update\Api\UpdateController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Seo\SeoUrlPersister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextPersister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextRestorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\SalesChannel\Context\CartRestorer" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\System\SalesChannel\Context\CartRestorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\SalesChannel\SalesChannel\ContextSwitchRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\SalesChannel\DataAbstractionLayer\SalesChannelIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\UsageData\Consent\ConsentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\UsageData\EntitySync\IterateEntityMessageHandler" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\System\UsageData\Services\EntityDispatchService" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\User\Recovery\UserRecoveryService" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Core\System\User\Recovery\UserRecoveryService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\StateMachine\StateMachineRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\SystemConfig\SystemConfigService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Category\Service\NavigationLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\File\FileSaver" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\Media\File\FileSaver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\Commands\GenerateThumbnailsCommand" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\Media\Commands\DeleteNotUsedMediaCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\Api\MediaUploadController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\UnusedMediaPurger" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\Thumbnail\ThumbnailService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderConfigurationIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\DataAbstractionLayer\MediaFolderIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Media\Subscriber\MediaDeletionSubscriber" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\Media\Core\Application\MediaLocationBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\Cart\ProductGateway" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Listing\Processor\AggregationListingProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Suggest\ResolvedCriteriaProductSuggestRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\Product\DataAbstractionLayer\ProductStreamUpdater" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\Product\DataAbstractionLayer\StatesUpdater" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\Stock\StockStorage" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Listing\ProductListingLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Review\ProductReviewSaveRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Newsletter\SalesChannel\NewsletterSubscribeRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Newsletter\SalesChannel\NewsletterConfirmRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Newsletter\SalesChannel\NewsletterUnsubscribeRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Newsletter\DataAbstractionLayer\NewsletterRecipientIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Newsletter\Event\Subscriber\NewsletterRecipientDeletedSubscriber" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\Rule\DataAbstractionLayer\RuleIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ProductStream\DataAbstractionLayer\ProductStreamIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ProductExport\Service\ProductExportRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ProductExport\Service\ProductExporter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ProductExport\Service\ProductExportGenerator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ProductExport\Command\ProductExportGenerateCommand" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTaskHandler" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportPartialGenerationHandler" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\ProductExport\Api\ProductExportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ProductExport\SalesChannel\ExportController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ProductExport\SalesChannel\ExportController" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Content\Mail\Service\MailService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\MailTemplate\Service\AttachmentLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ImportExport\Controller\ImportExportActionController" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\ImportExport\ImportExportFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ImportExport\Message\ImportExportHandler" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\ImportExport\Event\Subscriber\FileDeletedSubscriber" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\ContactForm\Validation\ContactFormValidationFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Sitemap\Service\SitemapExporter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Sitemap\Service\SitemapHandleFactoryInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Sitemap\Provider\CategoryUrlProvider" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Core\Content\Sitemap\Provider\ProductUrlProvider" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Content\Sitemap\Commands\SitemapGenerateCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\Sitemap\ScheduledTask\SitemapGenerateTaskHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Sitemap\ScheduledTask\SitemapMessageHandler" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Content\LandingPage\DataAbstractionLayer\LandingPageIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\FlowExecutor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Action\SendMailAction" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Api\FlowActionCollector" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Indexing\FlowIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Indexing\FlowIndexerSubscriber" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Storer\OrderStorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Storer\ProductStorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Storer\CustomerStorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Storer\UserStorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Storer\CustomerGroupStorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Storer\CustomerRecoveryStorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Storer\OrderTransactionStorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Dispatching\Storer\NewsletterRecipientStorer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Flow\Controller\TriggerFlowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\CartSerializationCleaner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartService" previously pointing to "LoyxxSW6ConversionCheckout\Core\Checkout\Cart\SalesChannel\CartOrderRoute" to "Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute".
Changed reference of service "Shopware\Core\Checkout\Cart\CartFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartItemUpdateRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartDeleteRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartItemRemoveRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\SalesChannel\CartItemAddRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\Cart\ProductCartProcessor" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Checkout\Cart\LineItemFactoryRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\RedisCartPersister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\AccountService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\Subscriber\CustomerFlowEventsSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\LogoutRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\SendPasswordRecoveryMailRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ResetPasswordRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\CustomerRecoveryIsExpiredRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangePaymentMethodRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangePasswordRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangeEmailRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ChangeLanguageRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\RegisterConfirmRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\ListAddressRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\SwitchDefaultAddressRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\DataAbstractionLayer\CustomerIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\Api\CustomerGroupRegistrationActionController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\LoadWishlistRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\MergeWishlistProductRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\Subscriber\CustomerBeforeDeleteSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Checkout\Document\Twig\DocumentTemplateRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Document\Renderer\InvoiceRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Document\Renderer\DeliveryNoteRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Document\Renderer\StornoRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Document\Renderer\CreditNoteRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Order\SalesChannel\OrderService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Cart\Order\OrderConverter" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\System\SalesChannel\Context\CachedSalesChannelContextFactoryDecorator" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Changed reference of service "Shopware\Core\Checkout\Cart\Order\OrderConverter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Order\Listener\OrderStateChangeEventListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Payment\PaymentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Payment\Cart\PaymentTransactionChainProcessor" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Core\Checkout\Payment\Cart\PaymentTransactionChainProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Payment\Cart\PaymentRecurringProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Administration\Controller\AdministrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Framework\Routing\StorefrontSubscriber" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber" previously pointing to "http_kernel.cache" to "http_kernel".
Changed reference of service "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Navigation\NavigationPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Navigation\Error\ErrorPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Maintenance\MaintenancePageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\LandingPage\LandingPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Pagelet\Captcha\BasicCaptchaPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Pagelet\Country\CountryStateDataPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Suggest\SuggestPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Pagelet\Header\HeaderPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\GenericPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Search\SearchPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Product\ProductPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Checkout\Finish\CheckoutFinishPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Checkout\Offcanvas\OffcanvasCartPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\Profile\AccountProfilePageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\PaymentMethod\AccountPaymentMethodPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\Overview\AccountOverviewPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\Order\AccountOrderPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\Order\AccountOrderDetailPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\Order\AccountEditOrderPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\Login\AccountLoginPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\RecoverPassword\AccountRecoverPasswordPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Account\CustomerGroupRegistration\CustomerGroupRegistrationPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Checkout\Register\CheckoutRegisterPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Newsletter\Subscribe\NewsletterSubscribePageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Pagelet\Newsletter\Account\NewsletterAccountPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Address\Detail\AddressDetailPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Address\Listing\AddressListingPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Contact\ContactPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Sitemap\SitemapPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Framework\Cache\HttpCacheKeyGenerator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmerTaskHandler" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Shopware\Storefront\Event\CartMergedSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Shopware\Storefront\Page\Wishlist\WishlistPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Wishlist\GuestWishlistPageLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Pagelet\Wishlist\GuestWishlistPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Controller\AccountOrderController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Controller\CmsController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Page\Product\Review\ProductReviewLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Controller\WishlistController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Theme\ThemeCompiler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Theme\ThemeCompiler" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Storefront\Theme\ThemeService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Storefront\Theme\ThemeService" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Storefront\Theme\DataAbstractionLayer\ThemeIndexer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Elasticsearch\Framework\ElasticsearchHelper" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\ElasticsearchIndexingUtils" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\IndexCreator" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\IndexCreator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\IndexMappingUpdater" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Command\ElasticsearchIndexingCommand" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Elasticsearch\Framework\Command\ElasticsearchTestAnalyzerCommand" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Command\ElasticsearchStatusCommand" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Command\ElasticsearchResetCommand" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\ElasticsearchLanguageProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\CreateAliasTaskHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Elasticsearch\Product\ElasticsearchProductDefinition" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Elasticsearch\Product\CustomFieldUpdater" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Command\ElasticsearchCleanIndicesCommand" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Command\ElasticsearchAdminResetCommand" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\ElasticsearchOutdatedIndexDetector" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Elasticsearch\Framework\Indexing\MultilingualEsIndexer" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Product\LanguageSubscriber" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Product\LanguageSubscriber" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Elasticsearch\Profiler\DataCollector" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Elasticsearch\Profiler\DataCollector" previously pointing to "shopware.es.profiled.adminClient" to "admin.openSearch.client".
Changed reference of service "Shopware\Elasticsearch\Framework\SystemUpdateListener" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Elasticsearch\Admin\AdminSearcher" previously pointing to "shopware.es.profiled.adminClient" to "admin.openSearch.client".
Changed reference of service "Shopware\Elasticsearch\Admin\AdminSearchRegistry" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "Shopware\Elasticsearch\Admin\AdminSearchRegistry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Elasticsearch\Admin\AdminSearchRegistry" previously pointing to "shopware.es.profiled.adminClient" to "admin.openSearch.client".
Changed reference of service "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\GetCategoryData" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Devc\TintendienstIntegrations\CrossSelling\Controller\CrossSellingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Devc\TintendienstIntegrations\Finder\Controller\FinderController" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Devc\TintendienstIntegrations\ProductPageYield\EventListener\ProductPageYieldEventListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "DreiscSeoPro\Administration\Controller\DreiscSeoRedirectController" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "DreiscSeoPro\Core\Content\DreiscSeoRedirect\Aggregate\DreiscSeoRedirectImportExportLog\DreiscSeoRedirectImportExportLogRepository" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "DreiscSeoPro\Core\Content\DreiscSeoRedirect\DreiscSeoRedirectRepository" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "DreiscSeoPro\Core\Content\SeoUrl\SeoUrlRepository" previously pointing to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Changed reference of service "DreiscSeoPro\Core\RichSnippet\Breadcrumb\BreadcrumbRichSnippetLdBuilder" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Swag\CmsExtensions\Form\Component\Handler\CheckboxComponentHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Swag\CmsExtensions\Form\Route\Validation\FormValidationFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Swag\CmsExtensions\Form\Route\FormRoute" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Swag\CmsExtensions\Storefront\Pagelet\Quickview\QuickviewPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Swag\CmsExtensions\Storefront\Pagelet\Quickview\QuickviewVariantPageletLoader" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayFormatter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Kiener\MolliePayments\Facade\Controller\PaymentReturnFacade" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Kiener\MolliePayments\Service\Cart\Subscription\SubscriptionCartCollector" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Kiener\MolliePayments\Subscriber\SubscriptionSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderBuilder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Kiener\MolliePayments\Controller\Storefront\Payment\MollieFailureControllerBase" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Kiener\MolliePayments\Controller\Storefront\POS\PosControllerBase" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Kiener\MolliePayments\Controller\Storefront\ApplePayDirect\ApplePayDirectControllerBase" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Kiener\MolliePayments\Service\CustomerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Kiener\MolliePayments\Service\ShopService" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Kiener\MolliePayments\Service\Router\RoutingBuilder" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "error_controller" previously pointing to "http_kernel.cache" to "http_kernel".
Changed reference of service "url_helper" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "http_kernel.cache" to "http_kernel".
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 "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "console.command.router_match" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "Shopware\Storefront\Framework\Routing\Router" 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 "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "messenger.bus.shopware" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service ".service_locator.6KSh6Cj" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "log_entry.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "log_entry.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "log_entry.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "acl_role.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "acl_role.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "acl_role.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "acl_user_role.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "acl_user_role.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "acl_user_role.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_action_button.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_action_button.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_action_button.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_action_button_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_action_button_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_action_button_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_template.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_payment_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_payment_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_payment_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_script_condition.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_script_condition.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_script_condition.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_script_condition_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_script_condition_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_script_condition_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_cms_block.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_cms_block.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_cms_block.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_cms_block_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_cms_block_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_cms_block_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_flow_action.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_flow_action.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_flow_action.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_flow_action_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_flow_action_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_flow_action_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_flow_event.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_flow_event.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_flow_event.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_shipping_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_shipping_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_shipping_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "custom_field.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "custom_field.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "custom_field.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "custom_field_set.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "custom_field_set.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "custom_field_set.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "custom_field_set_relation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "custom_field_set_relation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "custom_field_set_relation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "version.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "version.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "version.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "version_commit.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "version_commit.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "version_commit.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "version_commit_data.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "version_commit_data.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "version_commit_data.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "plugin.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "plugin.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "plugin.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "plugin_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "plugin_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "plugin_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheduled_task.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "scheduled_task.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "scheduled_task.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "script.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "script.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "script.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "language.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "language.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "language.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "seo_url.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "seo_url.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "seo_url.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "seo_url_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "seo_url_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "seo_url_template.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "main_category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "main_category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "main_category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webhook.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "webhook.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "webhook.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webhook_event_log.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "webhook_event_log.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "webhook_event_log.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_country.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_country.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_country.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_currency.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_currency.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_currency.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_domain.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_domain.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_domain.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_language.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_language.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_language.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_payment_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_payment_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_payment_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_shipping_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_shipping_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_shipping_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel_analytics.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel_analytics.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel_analytics.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "country.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "country.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "country.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "country_state.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "country_state.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "country_state.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "country_state_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "country_state_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "country_state_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "country_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "country_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "country_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "currency.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "currency.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "currency.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "currency_country_rounding.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "currency_country_rounding.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "currency_country_rounding.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "currency_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "currency_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "currency_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "custom_entity.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "custom_entity.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "custom_entity.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "locale.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "locale.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "locale_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "locale_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "snippet_set.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "snippet_set.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "snippet_set.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "snippet.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "snippet.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "snippet.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "salutation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "salutation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "salutation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "salutation_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "salutation_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "salutation_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tax.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tax.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tax.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tax_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tax_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tax_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tax_rule_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tax_rule_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tax_rule_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tax_rule_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tax_rule_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tax_rule_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tax_provider.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tax_provider.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tax_provider.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tax_provider_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tax_provider_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tax_provider_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "unit.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "unit.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "unit.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "unit_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "unit_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "unit_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "user.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "user.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "user.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "user_config.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "user_config.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "user_config.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "user_access_key.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "user_access_key.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "user_access_key.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "user_recovery.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "user_recovery.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "user_recovery.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "integration.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "integration.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "integration.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "integration_role.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "integration_role.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "integration_role.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "state_machine.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "state_machine.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "state_machine_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "state_machine_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine_state.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "state_machine_state.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "state_machine_state.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine_state_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "state_machine_state_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "state_machine_state_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine_transition.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "state_machine_transition.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "state_machine_transition.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine_history.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "state_machine_history.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "state_machine_history.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "system_config.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "system_config.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "system_config.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "number_range.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "number_range.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "number_range.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "number_range_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "number_range_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "number_range_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "number_range_state.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "number_range_state.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "number_range_state.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "number_range_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "number_range_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "number_range_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "number_range_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "number_range_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "number_range_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "number_range_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "number_range_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "number_range_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "category_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "category_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "category_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "category_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "category_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "category_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media_default_folder.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media_default_folder.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media_default_folder.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media_thumbnail.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media_thumbnail.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media_thumbnail.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media_folder.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media_folder.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media_folder.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media_thumbnail_size.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media_thumbnail_size.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media_thumbnail_size.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media_folder_configuration.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media_folder_configuration.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media_folder_configuration.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media_folder_configuration_media_thumbnail_size.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media_folder_configuration_media_thumbnail_size.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media_folder_configuration_media_thumbnail_size.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "media_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "media_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "media_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_stream_mapping.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_stream_mapping.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_stream_mapping.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_custom_field_set.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_custom_field_set.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_custom_field_set.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_configurator_setting.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_configurator_setting.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_configurator_setting.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_price.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_price.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_price.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_property.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_property.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_property.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_search_keyword.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_search_keyword.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_search_keyword.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_keyword_dictionary.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_keyword_dictionary.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_keyword_dictionary.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_review.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_review.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_review.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_manufacturer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_manufacturer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_manufacturer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_manufacturer_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_manufacturer_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_manufacturer_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_media.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_media.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_media.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_download.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_download.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_download.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_option.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_option.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_option.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_category_tree.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_category_tree.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_category_tree.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_cross_selling.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_cross_selling.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_cross_selling.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_cross_selling_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_cross_selling_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_cross_selling_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_cross_selling_assigned_products.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_cross_selling_assigned_products.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_cross_selling_assigned_products.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_feature_set.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_feature_set.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_feature_set.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_feature_set_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_feature_set_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_feature_set_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_sorting.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_sorting.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_sorting.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_sorting_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_sorting_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_sorting_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_search_config.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_search_config.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_search_config.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_search_config_field.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_search_config_field.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_search_config_field.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_visibility.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_visibility.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_visibility.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "delivery_time.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "delivery_time.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "delivery_time.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "newsletter_recipient.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "newsletter_recipient.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "newsletter_recipient.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "newsletter_recipient_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "newsletter_recipient_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "newsletter_recipient_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "rule_condition.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "rule_condition.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "rule_condition.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "rule_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "rule_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "rule_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_stream.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_stream.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_stream.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_stream_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_stream_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_stream_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_stream_filter.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_stream_filter.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_stream_filter.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "product_export.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "product_export.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "product_export.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "property_group.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "property_group.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "property_group.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "property_group_option.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "property_group_option.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "property_group_option.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "property_group_option_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "property_group_option_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "property_group_option_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "property_group_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "property_group_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "property_group_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_page.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "cms_page.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "cms_page.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_page_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "cms_page_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "cms_page_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_section.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "cms_section.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "cms_section.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_block.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "cms_block.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "cms_block.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_slot.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "cms_slot.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "cms_slot.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_slot_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "cms_slot_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "cms_slot_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mail_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mail_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mail_template.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mail_template_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mail_template_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mail_template_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mail_template_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mail_template_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mail_template_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mail_template_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mail_template_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mail_template_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mail_template_media.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mail_template_media.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mail_template_media.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mail_header_footer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mail_header_footer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mail_header_footer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mail_header_footer_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mail_header_footer_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mail_header_footer_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "delivery_time_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "delivery_time_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "delivery_time_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "import_export_profile.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "import_export_profile.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "import_export_profile.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "import_export_log.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "import_export_log.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "import_export_log.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "import_export_file.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "import_export_file.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "import_export_file.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "import_export_profile_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "import_export_profile_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "import_export_profile_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "landing_page.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "landing_page.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "landing_page.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "landing_page_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "landing_page_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "landing_page_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "landing_page_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "landing_page_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "landing_page_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "landing_page_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "landing_page_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "landing_page_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "flow.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "flow.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "flow.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "flow_sequence.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "flow_sequence.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "flow_sequence.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "flow_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "flow_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "flow_template.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer_group_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer_group_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer_group_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer_address.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer_address.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer_address.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer_recovery.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer_recovery.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer_recovery.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer_group.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer_group.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer_group.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer_group_registration_sales_channels.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer_group_registration_sales_channels.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer_group_registration_sales_channels.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer_wishlist.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer_wishlist.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer_wishlist.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "customer_wishlist_product.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "customer_wishlist_product.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "customer_wishlist_product.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "document.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "document.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "document.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "document_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "document_type.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "document_type.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "document_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "document_type_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "document_type_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "document_base_config.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "document_base_config.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "document_base_config.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "document_base_config_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "document_base_config_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "document_base_config_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_address.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_address.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_address.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_customer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_customer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_customer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_delivery.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_delivery.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_delivery.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_delivery_position.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_delivery_position.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_delivery_position.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_line_item.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_line_item.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_line_item.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_line_item_download.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_line_item_download.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_line_item_download.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_transaction.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_transaction.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_transaction.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_transaction_capture.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_transaction_capture.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_transaction_capture.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_transaction_capture_refund.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_transaction_capture_refund.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_transaction_capture_refund.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "order_transaction_capture_refund_position.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "order_transaction_capture_refund_position.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "order_transaction_capture_refund_position.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "payment_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "payment_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "payment_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "payment_method_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "payment_method_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "payment_method_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_individual_code.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_individual_code.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_individual_code.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_discount.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_discount.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_discount.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_discount_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_discount_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_discount_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_setgroup.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_setgroup.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_setgroup.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_setgroup_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_setgroup_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_setgroup_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_order_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_order_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_order_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_persona_customer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_persona_customer.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_persona_customer.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_persona_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_persona_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_persona_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_cart_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_cart_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_cart_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "promotion_discount_prices.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "promotion_discount_prices.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "promotion_discount_prices.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "shipping_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "shipping_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "shipping_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "shipping_method_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "shipping_method_tag.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "shipping_method_tag.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "shipping_method_price.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "shipping_method_price.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "shipping_method_price.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "shipping_method_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "shipping_method_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "shipping_method_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app_administration_snippet.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "app_administration_snippet.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "app_administration_snippet.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notification.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "notification.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "notification.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "theme.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "theme.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "theme.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "theme_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "theme_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "theme_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "theme_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "theme_sales_channel.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "theme_sales_channel.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "theme_media.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "theme_media.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "theme_media.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "theme_child.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "theme_child.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "theme_child.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_category_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_category_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_category_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_finder_device.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_finder_device.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_finder_device.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_finder_device_supplier.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_finder_device_supplier.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_finder_device_supplier.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_finder_device_series.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_finder_device_series.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_finder_device_series.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_finder_supplier.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_finder_supplier.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_finder_supplier.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_finder_product_supplier.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_finder_product_supplier.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_finder_product_supplier.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_finder_product_number.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_finder_product_number.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_finder_product_number.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_finder_product_number_supplier.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_finder_product_number_supplier.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_finder_product_number_supplier.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_finder_series.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_finder_series.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_finder_series.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "brgn_holidays.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "brgn_holidays.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "brgn_holidays.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_product.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_product.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_product.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "tintendienst_product_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "tintendienst_product_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "tintendienst_product_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "dreisc_seo_bulk_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "dreisc_seo_bulk_template.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "dreisc_seo_bulk_template.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "dreisc_seo_bulk.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "dreisc_seo_bulk.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "dreisc_seo_bulk.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "dreisc_seo_redirect_import_export_file.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "dreisc_seo_redirect_import_export_file.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "dreisc_seo_redirect_import_export_file.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "dreisc_seo_redirect_import_export_log.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "dreisc_seo_redirect_import_export_log.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "dreisc_seo_redirect_import_export_log.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "dreisc_seo_redirect.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "dreisc_seo_redirect.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "dreisc_seo_redirect.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "dreisc_seo_setting.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "dreisc_seo_setting.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "dreisc_seo_setting.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_form.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_form.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_form.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_form_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_form_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_form_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_form_group.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_form_group.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_form_group.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_form_group_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_form_group_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_form_group_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_form_group_field.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_form_group_field.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_form_group_field.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_form_group_field_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_form_group_field_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_form_group_field_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_quickview.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_quickview.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_quickview.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_block_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_block_rule.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_block_rule.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_scroll_navigation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_scroll_navigation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_scroll_navigation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_scroll_navigation_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_scroll_navigation_translation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_scroll_navigation_translation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swag_cms_extensions_scroll_navigation_page_settings.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "swag_cms_extensions_scroll_navigation_page_settings.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "swag_cms_extensions_scroll_navigation_page_settings.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mollie_subscription.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mollie_subscription.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mollie_subscription.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mollie_subscription_address.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mollie_subscription_address.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mollie_subscription_address.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mollie_subscription_history.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mollie_subscription_history.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mollie_subscription_history.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mollie_refund.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mollie_refund.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mollie_refund.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mollie_refund_item.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "mollie_refund_item.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "mollie_refund_item.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_page_draft.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "cms_page_draft.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "cms_page_draft.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cms_page_activity.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "cms_page_activity.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "cms_page_activity.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.language.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.language.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.language.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.seo_url.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.seo_url.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.seo_url.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.main_category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.main_category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.main_category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.country.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.country.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.country.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.country_state.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.country_state.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.country_state.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.currency.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.currency.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.currency.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.salutation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.salutation.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.salutation.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.category.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.category.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.product.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.product.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.product.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.newsletter_recipient.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.newsletter_recipient.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.newsletter_recipient.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.landing_page.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.landing_page.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.landing_page.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.payment_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.payment_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.payment_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sales_channel.shipping_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Changed reference of service "sales_channel.shipping_method.repository" previously pointing to "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Changed reference of service "sales_channel.shipping_method.repository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "http_kernel.cache" to "http_kernel".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "Shopware\Storefront\Framework\Routing\Router" to "router".
Changed reference of service ".service_locator.9ETxUxh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "http_kernel.cache.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Devc\TintendienstIntegrations\Register\Service\CustomUpsertAddressRoute.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Devc\TintendienstIntegrations\Register\Service\CustomChangeCustomerProfileRoute.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "LoyxxSW6ConversionCheckout\Core\Checkout\Cart\SalesChannel\CartOrderRoute.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "event_dispatcher" previously pointing to "Shopware\Storefront\Framework\Cache\ReverseProxy\ReverseProxyCache" to "Shopware\Storefront\Framework\Cache\CacheStore".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface" previously pointing to "shopware.es.profiled.client" to "OpenSearch\Client".
Changed reference of service "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "http_kernel" previously pointing to "Shopware\Storefront\Framework\Cache\ReverseProxy\ReverseProxyCache" to "Shopware\Storefront\Framework\Cache\CacheStore".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
108
Removed service "DreiscSeoPro\Core\Foundation\Dal\EntityRepository"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "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.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ManufacturerListingFilterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ManufacturerListingFilterHandler"; reason: abstract.
Removed service ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PriceListingFilterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PriceListingFilterHandler"; reason: abstract.
Removed service ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\RatingListingFilterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\RatingListingFilterHandler"; reason: abstract.
Removed service ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ShippingFreeListingFilterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\ShippingFreeListingFilterHandler"; reason: abstract.
Removed service ".instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\AbstractListingFilterHandler.0.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PropertyListingFilterHandler"; reason: abstract.
Removed service ".abstract.instanceof.Shopware\Core\Content\Product\SalesChannel\Listing\Filter\PropertyListingFilterHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler"; reason: abstract.
Removed service ".instanceof.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler.0.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler"; reason: abstract.
Removed service ".abstract.instanceof.Devc\TintendienstIntegrations\Holiday\ScheduledTask\GenerateHolidaysTaskHandler"; reason: abstract.
99
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "Shopware\Core\Framework\Struct\Serializer\StructDecoder"; reason: unused.
Removed service "Shopware\Core\Framework\Adapter\Twig\TwigVariableParser"; reason: unused.
Removed service "Shopware\Core\Framework\Api\Converter\ConverterRegistry"; reason: unused.
Removed service "Shopware\Core\Framework\Api\Converter\ApiVersionConverter"; reason: unused.
Removed service "Shopware\Core\Framework\DataAbstractionLayer\Write\Validation\ConstraintBuilder"; reason: unused.
Removed service "League\Flysystem\PathPrefixing\PathPrefixedAdapter"; reason: unused.
Removed service "Shopware\Core\Framework\Plugin\Changelog\ChangelogParser"; reason: unused.
Removed service "Shopware\Core\Framework\Plugin\Changelog\ChangelogService"; reason: unused.
Removed service "Shopware\Core\Content\Seo\Entity\Dbal\SeoUrlJoinBuilder"; reason: unused.
Removed service "shopware.increment.gateway.mysql"; reason: unused.
Removed service "shopware.increment.gateway.array"; reason: unused.
Removed service "Shopware\Core\Content\Media\DeleteNotUsedMediaService"; reason: unused.
Removed service "Shopware\Core\Content\Media\Infrastructure\Path\MediaPathPostUpdater"; reason: unused.
Removed service "Shopware\Core\Content\MailTemplate\Service\AttachmentLoader"; reason: unused.
Removed service "Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCapture\OrderTransactionCaptureStateHandler"; reason: unused.
Removed service "Shopware\Storefront\Framework\Media\StorefrontMediaUploader"; reason: unused.
Removed service "Shopware\Storefront\Page\Contact\ContactPageLoader"; reason: unused.
Removed service "Shopware\Storefront\Framework\Cache\HttpCacheKeyGenerator"; reason: unused.
Removed service "Shopware\Storefront\Framework\Cache\CacheStateValidator"; reason: unused.
Removed service "shopware.cache.reverse_proxy.redis"; reason: unused.
Removed service "Shopware\Storefront\Framework\Cache\ReverseProxy\FastlyReverseProxyGateway"; reason: unused.
Removed service "Shopware\Storefront\Theme\MD5ThemePathBuilder"; reason: unused.
Removed service "Shopware\Storefront\Theme\ConfigLoader\StaticFileConfigLoader"; reason: unused.
Removed service "Shopware\Storefront\Theme\ConfigLoader\StaticFileAvailableThemeProvider"; reason: unused.
Removed service "_dummy_es_env_usage"; reason: unused.
Removed service "Devc\TintendienstIntegrations\Helper\PluginHelper"; reason: unused.
Removed service "DreiscSeoPro\Resources\snippets\de_DE\SnippetFile_de_DE"; reason: unused.
Removed service "DreiscSeoPro\Resources\snippets\en_GB\SnippetFile_en_GB"; reason: unused.
Removed service "Mollie\Api\MollieApiClient"; reason: unused.
Removed service "Kiener\MolliePayments\Repository\Locale\LocaleRepository"; reason: unused.
Removed service "Kiener\MolliePayments\Service\MolliePaymentExtractor"; reason: unused.
Removed service "Kiener\MolliePayments\Service\TokenAnonymizer"; reason: unused.
Removed service "Kiener\MolliePayments\Validator\IsOrderTotalRoundingActivated"; reason: unused.
Removed service "Kiener\MolliePayments\Service\DeliveryService"; reason: unused.
Removed service "Kiener\MolliePayments\Service\ProductService"; reason: unused.
Removed service "nyholm.psr7.psr17_factory"; reason: unused.
Removed service "_dummy_env_usage"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.Shopware\Core\Framework\Struct\Serializer\StructNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.Shopware\Core\Framework\MessageQueue\SendEmailMessageJsonSerializer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.Shopware\Core\Framework\Api\Serializer\JsonApiDecoder"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
731
Inlined service "Shopware\Core\Framework\Migration\MigrationRuntime" to "Shopware\Core\Framework\Migration\MigrationCollectionLoader".
Inlined service "Shopware\Core\System\CustomEntity\Xml\Config\AdminUi\AdminUiXmlSchemaValidator" to "Shopware\Core\System\CustomEntity\Xml\Config\CustomEntityEnrichmentService".
Inlined service "Shopware\Core\System\CustomEntity\Xml\Config\CustomEntityEnrichmentService" to "Shopware\Core\System\CustomEntity\CustomEntityLifecycleService".
Inlined service "Shopware\Core\System\CustomEntity\Xml\CustomEntityXmlSchemaValidator" to "Shopware\Core\System\CustomEntity\CustomEntityLifecycleService".
Inlined service "Shopware\Core\System\Snippet\Files\AppSnippetFileLoader" to "Shopware\Core\System\Snippet\Files\SnippetFileLoader".
Inlined service "Shopware\Core\System\Snippet\Files\SnippetFileLoader" to "Shopware\Core\System\Snippet\Files\SnippetFileCollectionFactory".
Inlined service "Shopware\Core\Framework\Adapter\Twig\NamespaceHierarchy\NamespaceHierarchyBuilder" to "Shopware\Core\Framework\Adapter\Twig\TemplateFinder".
Inlined service "Shopware\Core\Framework\Adapter\Twig\TemplateIterator.inner" to "Shopware\Core\Framework\Adapter\Twig\TemplateIterator".
Inlined service "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver.inner" to "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver".
Inlined service "Shopware\Core\Checkout\Cart\ApiOrderCartService" to "Shopware\Core\Framework\Api\Controller\SalesChannelProxyController".
Inlined service "Shopware\Core\Framework\Changelog\Processor\ChangelogGenerator" to "Shopware\Core\Framework\Changelog\Command\ChangelogCreateCommand".
Inlined service "Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseCreator" to "Shopware\Core\Framework\Changelog\Command\ChangelogReleaseCommand".
Inlined service "Shopware\Core\Framework\Changelog\Processor\ChangelogReleaseExporter" to "Shopware\Core\Framework\Changelog\Command\ChangelogChangeCommand".
Inlined service "Shopware\Core\Framework\Changelog\Processor\ChangelogValidator" to "Shopware\Core\Framework\Changelog\Command\ChangelogCheckCommand".
Inlined service "Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler.inner" to "Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler".
Inlined service "Shopware\Core\Framework\Log\Monolog\ExcludeExceptionHandler" to "Shopware\Core\Framework\Log\Monolog\ErrorCodeLogLevelHandler".
Inlined service "Shopware\Core\Framework\Log\Monolog\ErrorCodeLogLevelHandler" to "Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler".
Inlined service "Shopware\Core\Framework\Adapter\Cache\Http\CacheStateValidator" to "Shopware\Core\Framework\Adapter\Cache\Http\CacheStore".
Inlined service "Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator" to "Shopware\Core\Framework\Adapter\Cache\Http\CacheStore".
Inlined service "shopware.cache.invalidator.storage.redis_adapter" to "shopware.cache.invalidator.storage.redis".
Inlined service ".service_locator..PvrcqP" to "shopware.cache.invalidator.storage.locator".
Inlined service "shopware.cache.invalidator.storage.locator" to "Shopware\Core\Framework\Adapter\Cache\InvalidatorStorage\AbstractInvalidatorStorage".
Inlined service "Shopware\Core\Framework\Adapter\Cache\InvalidatorStorage\AbstractInvalidatorStorage" to "Shopware\Core\Framework\Adapter\Cache\CacheInvalidator".
Inlined service "Shopware\Core\Framework\Adapter\Cache\CacheDecorator.recorder_inner" to "Shopware\Core\Framework\Adapter\Cache\CacheDecorator".
Inlined service "api.request_criteria_builder" to "Shopware\Core\Framework\Api\Controller\ApiController".
Inlined service "Shopware\Core\Framework\Api\Response\Type\Api\JsonApiType" to "Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry".
Inlined service "Shopware\Core\Framework\Api\Response\Type\Api\JsonType" to "Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry".
Inlined service "Shopware\Core\Framework\Api\Serializer\JsonApiEncoder" to "Shopware\Core\Framework\Api\Response\Type\Api\JsonApiType".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\StoreApiGenerator" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi3Generator" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\CachedEntitySchemaGenerator" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiPathBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi3Generator".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\CachedEntitySchemaGenerator.inner" to "Shopware\Core\Framework\Api\ApiDefinition\Generator\CachedEntitySchemaGenerator".
Inlined service "Shopware\Core\Maintenance\System\Service\AppUrlVerifier" to "Shopware\Core\Framework\Api\Controller\InfoController".
Inlined service ".service_locator.O2p6Lk7.Shopware\Core\Framework\Api\Controller\CacheController" to "Shopware\Core\Framework\Api\Controller\CacheController".
Inlined service "Shopware\Core\Framework\Api\OAuth\ClientRepository" to "shopware.api.authorization_server".
Inlined service "Shopware\Core\Framework\Api\OAuth\ScopeRepository" to "shopware.api.authorization_server".
Inlined service "Shopware\Core\Framework\Api\OAuth\BearerTokenValidator" to "shopware.api.resource_server".
Inlined service "Shopware\Core\Framework\Api\OAuth\BearerTokenValidator.inner" to "Shopware\Core\Framework\Api\OAuth\BearerTokenValidator".
Inlined service "shopware.api.resource_server" to "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener".
Inlined service "Shopware\Core\Framework\Api\OAuth\UserRepository" to "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener".
Inlined service "Shopware\Core\Framework\Api\Response\ResponseFactoryRegistry" to "Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver".
Inlined service "shopware.app_system.guzzle.middleware" to ".1_HandlerStack~vuQBpFr".
Inlined service "Shopware\Core\Framework\Webhook\Hookable\HookableEventCollector" to "Shopware\Core\Framework\App\Validation\HookableValidator".
Inlined service "Shopware\Storefront\Framework\App\Template\IconTemplateLoader" to "Shopware\Core\Framework\App\Lifecycle\Persister\TemplatePersister".
Inlined service "Shopware\Core\Framework\App\Cms\BlockTemplateLoader" to "Shopware\Core\Framework\App\Lifecycle\Persister\CmsBlockPersister".
Inlined service "Shopware\Core\Framework\App\Lifecycle\AppLifecycleIterator" to "Shopware\Core\Framework\App\AppService".
Inlined service "Shopware\Core\Framework\App\Payment\PaymentMethodStateService" to "Shopware\Core\Framework\App\AppStateService".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Registration\HandshakeFactory" to "Shopware\Core\Framework\App\Lifecycle\Registration\AppRegistrationService".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\PermissionPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\CustomFieldPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\ActionButtonPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\TemplatePersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\WebhookPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\PaymentMethodPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\TaxProviderPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\CmsBlockPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\FlowActionPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Administration\Snippet\AppAdministrationSnippetPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Persister\ShippingMethodPersister" to "Shopware\Core\Framework\App\Lifecycle\AppLifecycle".
Inlined service "Shopware\Core\Framework\App\Lifecycle\Update\AbstractAppUpdater" to "Shopware\Core\Framework\App\ScheduledTask\UpdateAppsHandler".
Inlined service "Shopware\Core\Framework\App\ActionButton\Response\ActionButtonResponseFactory" to "Shopware\Core\Framework\App\ActionButton\Executor".
Inlined service "Shopware\Core\Framework\App\ActionButton\ActionButtonLoader" to "Shopware\Core\Framework\App\Api\AppActionController".
Inlined service "Shopware\Core\Framework\App\ActionButton\AppActionLoader" to "Shopware\Core\Framework\App\Api\AppActionController".
Inlined service "Shopware\Core\Framework\App\Manifest\ModuleLoader" to "Shopware\Core\Framework\App\Api\AppActionController".
Inlined service "Shopware\Core\Framework\App\AppService" to "Shopware\Core\Framework\App\Command\RefreshAppCommand".
Inlined service "Shopware\Core\Framework\DataAbstractionLayer\SchemaGenerator" to "Shopware\Core\Framework\DataAbstractionLayer\Command\CreateSchemaCommand".
Inlined service "Shopware\Core\Framework\DataAbstractionLayer\EntityGenerator" to "Shopware\Core\Framework\DataAbstractionLayer\Command\CreateEntitiesCommand".
Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaFieldsResolver" to "Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface".
Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\FieldResolver\CriteriaPartResolver" to "Shopware\Core\Framework\DataAbstractionLayer\Dbal\CriteriaQueryBuilder".
Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\EntityForeignKeyResolver" to "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter".
Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteResultFactory" to "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriter".
Inlined service "Shopware\Core\Framework\DataAbstractionLayer\Dbal\ExceptionHandlerRegistry" to "Shopware\Core\Framework\DataAbstractionLayer\Write\EntityWriteGatewayInterface".
Inlined service "Shopware\Core\Framework\DataAbstractionLayer\DefinitionValidator" to "Shopware\Core\Framework\DataAbstractionLayer\Command\DataAbstractionLayerValidateCommand".
Inlined service "Shopware\Core\Framework\Api\Sync\SyncFkResolver" to "Shopware\Core\Framework\Api\Sync\SyncService".
Inlined service "Shopware\Core\Framework\Demodata\DemodataService" to "Shopware\Core\Framework\Demodata\Command\DemodataCommand".
Inlined service "Shopware\Core\Framework\MessageQueue\Subscriber\EarlyReturnMessagesListener" to "Shopware\Core\Framework\MessageQueue\Api\ConsumeMessagesController".
Inlined service "Shopware\Core\Framework\Plugin\BundleConfigGenerator" to "Shopware\Core\Framework\Plugin\Command\BundleDumpCommand".
Inlined service "Shopware\Core\Framework\Plugin\Util\PluginFinder" to "Shopware\Core\Framework\Plugin\PluginService".
Inlined service "Shopware\Core\Framework\Plugin\Requirement\RequirementsValidator" to "Shopware\Core\Framework\Plugin\PluginLifecycleService".
Inlined service "Shopware\Core\Framework\Plugin\PluginZipDetector" to "Shopware\Core\Framework\Plugin\PluginManagementService".
Inlined service "Shopware\Core\Framework\Plugin\PluginExtractor" to "Shopware\Core\Framework\Plugin\PluginManagementService".
Inlined service "shopware.store_download_client" to "Shopware\Core\Framework\Plugin\PluginManagementService".
Inlined service "Shopware\Core\Framework\Plugin\Composer\PackageProvider" to "Shopware\Core\Framework\Plugin\Util\PluginFinder".
Inlined service "Shopware\Core\Framework\Plugin\Command\Scaffolding\ScaffoldingCollector" to "Shopware\Core\Framework\Plugin\Command\PluginCreateCommand".
Inlined service "Shopware\Core\Framework\Plugin\Command\Scaffolding\ScaffoldingWriter" to "Shopware\Core\Framework\Plugin\Command\PluginCreateCommand".
Inlined service "Shopware\Core\Framework\MessageQueue\ScheduledTask\Scheduler\TaskRunner" to "Shopware\Core\Framework\MessageQueue\Command\RunSingleScheduledTaskCommand".
Inlined service "Shopware\Core\Framework\Store\Services\FirstRunWizardClient" to "Shopware\Core\Framework\Store\Services\FirstRunWizardService".
Inlined service "Shopware\Core\Framework\Store\Authentication\FrwRequestOptionsProvider" to "Shopware\Core\Framework\Store\Services\FirstRunWizardClient".
Inlined service "Shopware\Core\Framework\Store\Services\ExtensionListingLoader" to "Shopware\Core\Framework\Store\Services\AbstractExtensionDataProvider".
Inlined service "Shopware\Core\Framework\Store\Services\AbstractExtensionStoreLicensesService" to "Shopware\Core\Framework\Store\Api\ExtensionStoreLicensesController".
Inlined service "Shopware\Core\Framework\Store\Services\OpenSSLVerifier" to "Shopware\Core\Framework\Store\Services\VerifyResponseSignatureMiddleware".
Inlined service "Shopware\Core\System\Language\CachedLanguageLoader.inner" to "Shopware\Core\System\Language\CachedLanguageLoader".
Inlined service "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute.inner" to "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute".
Inlined service "Shopware\Core\Framework\Update\Services\ApiClient" to "Shopware\Core\Framework\Update\Api\UpdateController".
Inlined service "Shopware\Core\Framework\Update\Checkers\WriteableCheck" to "Shopware\Core\Framework\Update\Api\UpdateController".
Inlined service "Shopware\Core\Framework\Update\Checkers\LicenseCheck" to "Shopware\Core\Framework\Update\Api\UpdateController".
Inlined service "Shopware\Core\Framework\Update\Services\ExtensionCompatibility" to "Shopware\Core\Framework\Update\Api\UpdateController".
Inlined service "Shopware\Core\Framework\Update\Services\Filesystem" to "Shopware\Core\Framework\Update\Checkers\WriteableCheck".
Inlined service "shopware.seo_url.twig" to "Shopware\Core\Content\Seo\SeoUrlGenerator".
Inlined service "Shopware\Core\Content\Seo\EmptyPathInfoResolver.inner" to "Shopware\Core\Content\Seo\EmptyPathInfoResolver".
Inlined service "Shopware\Core\Content\Seo\Validation\SeoUrlValidationFactory" to "Shopware\Core\Content\Seo\Api\SeoActionController".
Inlined service "Shopware\Core\Content\Category\Service\CategoryUrlGenerator" to "Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension".
Inlined service "Shopware\Core\Content\Seo\SeoUrlTwigFactory" to "shopware.seo_url.twig".
Inlined service "Shopware\Core\Framework\Webhook\Service\WebhookCleanup" to "Shopware\Core\Framework\Webhook\ScheduledTask\CleanupWebhookEventLogTaskHandler".
Inlined service "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory.inner" to "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory".
Inlined service "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory.inner" to "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory".
Inlined service "Shopware\Core\System\SalesChannel\Entity\DefinitionRegistryChain" to "Shopware\Core\System\SalesChannel\Api\StructEncoder".
Inlined service "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute.inner" to "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute".
Inlined service "Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute.inner" to "Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute".
Inlined service "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute.inner" to "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute".
Inlined service "Shopware\Core\System\CustomEntity\Schema\SchemaUpdater" to "Shopware\Core\System\CustomEntity\Schema\CustomEntitySchemaUpdater".
Inlined service "Shopware\Core\System\UsageData\EntitySync\IterateEntitiesQueryBuilder" to "Shopware\Core\System\UsageData\EntitySync\IterateEntityMessageHandler".
Inlined service "Shopware\Core\System\UsageData\Services\ManyToManyAssociationService" to "Shopware\Core\System\UsageData\EntitySync\DispatchEntityMessageHandler".
Inlined service "Shopware\Core\System\UsageData\EntitySync\EntityDispatcher" to "Shopware\Core\System\UsageData\EntitySync\DispatchEntityMessageHandler".
Inlined service "Shopware\Core\System\UsageData\Services\GatewayStatusService" to "Shopware\Core\System\UsageData\Services\EntityDispatchService".
Inlined service "Shopware\Core\System\UsageData\Client\GatewayClient" to "Shopware\Core\System\UsageData\Services\GatewayStatusService".
Inlined service "Shopware\Core\System\Snippet\SnippetValidatorInterface" to "Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand".
Inlined service "Shopware\Core\System\Snippet\SnippetFixer" to "Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand".
Inlined service "Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute.inner" to "Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute".
Inlined service "Shopware\Core\System\User\Recovery\UserRecoveryService" to "Shopware\Core\System\User\Api\UserRecoveryController".
Inlined service "Shopware\Core\System\User\Service\UserValidationService" to "Shopware\Core\System\User\Api\UserValidationController".
Inlined service "Shopware\Core\System\SystemConfig\Validation\SystemConfigValidator" to "Shopware\Core\System\SystemConfig\Api\SystemConfigController".
Inlined service "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader.inner" to "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader".
Inlined service "Shopware\Core\System\SystemConfig\CachedSystemConfigLoader" to "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader".
Inlined service "shopware.number_range.redis" to "Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\IncrementRedisStorage".
Inlined service "Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternRegistry" to "Shopware\Core\System\NumberRange\ValueGenerator\NumberRangeValueGeneratorInterface".
Inlined service "Shopware\Core\System\NumberRange\ValueGenerator\Pattern\IncrementStorage\AbstractIncrementStorage" to "Shopware\Core\System\NumberRange\ValueGenerator\Pattern\ValueGeneratorPatternIncrement".
Inlined service "Devc\TintendienstIntegrations\CustomCaching\Route\CachedNavigationRoute" to "Shopware\Core\Content\Category\SalesChannel\CachedNavigationRoute".
Inlined service "Devc\TintendienstIntegrations\CustomCaching\Route\CachedCategoryRoute" to "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute".
Inlined service "Shopware\Core\Content\Category\DataAbstractionLayer\CategoryBreadcrumbUpdater" to "Shopware\Core\Content\Category\DataAbstractionLayer\CategoryIndexer".
Inlined service "Shopware\Core\Content\Media\File\FileUrlValidatorInterface" to "Shopware\Core\Content\Media\File\FileFetcher".
Inlined service "Shopware\Core\Content\Media\Metadata\MetadataLoader" to "Shopware\Core\Content\Media\File\FileSaver".
Inlined service "Shopware\Core\Content\Media\Pathname\PathnameStrategy\StrategyFactory" to "Shopware\Core\Content\Media\Pathname\PathnameStrategy\PathnameStrategyInterface".
Inlined service "Shopware\Core\Content\Media\MediaFolderService" to "Shopware\Core\Content\Media\Api\MediaFolderController".
Inlined service "Shopware\Core\Content\Media\Thumbnail\ThumbnailSizeCalculator" to "Shopware\Core\Content\Media\Thumbnail\ThumbnailService".
Inlined service "Shopware\Core\Content\Media\File\FileLoader" to "Shopware\Core\Content\Media\MediaService".
Inlined service "Shopware\Core\Content\Media\Core\Application\MediaPathStorage" to "Shopware\Core\Content\Media\Core\Application\MediaPathUpdater".
Inlined service "Shopware\Core\Content\Media\Core\Strategy\PathStrategyFactory" to "Shopware\Core\Content\Media\Core\Application\AbstractMediaPathStrategy".
Inlined service "Shopware\Core\Content\Product\ProductVariationBuilder" to "Shopware\Core\Content\Product\Subscriber\ProductSubscriber".
Inlined service "Shopware\Core\Content\Product\AbstractPropertyGroupSorter" to "Shopware\Core\Content\Product\Subscriber\ProductSubscriber".
Inlined service "Shopware\Core\Content\Product\AbstractProductMaxPurchaseCalculator" to "Shopware\Core\Content\Product\Subscriber\ProductSubscriber".
Inlined service "Shopware\Core\Content\Product\AbstractIsNewDetector" to "Shopware\Core\Content\Product\Subscriber\ProductSubscriber".
Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdate\StockUpdateFilterProvider" to "Shopware\Core\Content\Product\DataAbstractionLayer\StockUpdater".
Inlined service "Shopware\Core\Content\Product\Util\VariantCombinationLoader" to "Shopware\Core\Content\Product\Api\ProductActionController".
Inlined service "Shopware\Core\Content\Product\SalesChannel\Price\AppScriptProductPriceCalculator.inner" to "Shopware\Core\Content\Product\SalesChannel\Price\AppScriptProductPriceCalculator".
Inlined service "Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute.inner" to "Shopware\Core\Content\Product\SalesChannel\Suggest\CachedProductSuggestRoute".
Inlined service "Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute.inner" to "Shopware\Core\Content\Product\SalesChannel\Search\CachedProductSearchRoute".
Inlined service "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute.inner" to "Shopware\Core\Content\Product\SalesChannel\Listing\CachedProductListingRoute".
Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\VariantListingUpdater" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\ProductCategoryDenormalizer" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\RatingAverageUpdater" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceUpdater" to "Shopware\Core\Content\Product\DataAbstractionLayer\ProductIndexer".
Inlined service "Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceQuantitySelector" to "Shopware\Core\Content\Product\DataAbstractionLayer\CheapestPriceUpdater".
Inlined service "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute.inner" to "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute".
Inlined service "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute.inner" to "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute".
Inlined service "Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute.inner" to "Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute".
Inlined service "Shopware\Core\Content\ProductExport\Service\ProductExportValidator" to "Shopware\Core\Content\ProductExport\Service\ProductExportGenerator".
Inlined service "mailer.mailer" to "Shopware\Core\Content\Mail\Service\MailSender".
Inlined service "mailer.transport_factory" to "Shopware\Core\Content\Mail\Service\MailerTransportLoader".
Inlined service "Shopware\Core\Content\ImportExport\Service\SupportedFeaturesService" to "Shopware\Core\Content\ImportExport\Controller\ImportExportActionController".
Inlined service "Shopware\Core\Content\ImportExport\Service\DownloadService" to "Shopware\Core\Content\ImportExport\Controller\ImportExportActionController".
Inlined service "Shopware\Core\Content\ImportExport\Service\MappingService" to "Shopware\Core\Content\ImportExport\Controller\ImportExportActionController".
Inlined service "Shopware\Core\Content\ImportExport\DataAbstractionLayer\Serializer\SerializerRegistry" to "Shopware\Core\Content\ImportExport\Processing\Pipe\PipeFactory".
Inlined service "Shopware\Core\Content\ContactForm\Validation\ContactFormValidationFactory" to "Shopware\Core\Content\ContactForm\SalesChannel\ContactFormRoute".
Inlined service "Shopware\Core\Content\Sitemap\Service\SitemapHandleFactoryInterface" to "Shopware\Core\Content\Sitemap\Service\SitemapExporter".
Inlined service "Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute.inner" to "Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute".
Inlined service "Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute.inner" to "Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute".
Inlined service "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher.inner" to "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher".
Inlined service "Shopware\Core\Content\Flow\Rule\FlowRuleScopeBuilder" to "Shopware\Core\Content\Flow\Dispatching\FlowExecutor".
Inlined service "Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader.inner" to "Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader".
Inlined service "Shopware\Core\Content\Flow\Dispatching\FlowBuilder" to "Shopware\Core\Content\Flow\Indexing\FlowPayloadUpdater".
Inlined service "Shopware\Core\Content\Flow\Indexing\FlowPayloadUpdater" to "Shopware\Core\Content\Flow\Indexing\FlowIndexer".
Inlined service "Shopware\Core\Checkout\Cart\TaxProvider\TaxAdjustment" to "Shopware\Core\Checkout\Cart\TaxProvider\TaxProviderProcessor".
Inlined service "Shopware\Core\Framework\App\TaxProvider\Payload\TaxProviderPayloadService" to "Shopware\Core\Checkout\Cart\TaxProvider\TaxProviderProcessor".
Inlined service "Shopware\Core\Checkout\Cart\TaxProvider\TaxAdjustmentCalculator" to "shopware.tax.adjustment_calculator".
Inlined service "shopware.tax.adjustment_calculator" to "Shopware\Core\Checkout\Cart\TaxProvider\TaxAdjustment".
Inlined service "Shopware\Core\Checkout\Cart\Delivery\DeliveryCalculator" to "Shopware\Core\Checkout\Cart\Delivery\DeliveryProcessor".
Inlined service "Shopware\Core\Checkout\Cart\Validator" to "Shopware\Core\Checkout\Cart\Processor".
Inlined service "Shopware\Core\Checkout\Cart\Transaction\TransactionProcessor" to "Shopware\Core\Checkout\Cart\Processor".
Inlined service "Shopware\Core\Content\Product\Cart\ProductGateway" to "Shopware\Core\Content\Product\Cart\ProductCartProcessor".
Inlined service "Shopware\Core\Content\Product\Cart\ProductFeatureBuilder" to "Shopware\Core\Content\Product\Cart\ProductCartProcessor".
Inlined service "Shopware\Core\Checkout\Cart\Order\RecalculationService" to "Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController".
Inlined service "Shopware\Core\Checkout\Order\OrderAddressService" to "Shopware\Core\Checkout\Cart\Order\Api\OrderRecalculationController".
Inlined service "Shopware\Core\Checkout\Cart\CachedRuleLoader.inner" to "Shopware\Core\Checkout\Cart\CachedRuleLoader".
Inlined service "Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleMatcher" to "Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder".
Inlined service "Shopware\Core\Checkout\Cart\LineItem\Group\AbstractProductLineItemProvider" to "Shopware\Core\Checkout\Cart\LineItem\Group\LineItemGroupBuilder".
Inlined service "Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AbstractAnyRuleLineItemMatcher" to "Shopware\Core\Checkout\Cart\LineItem\Group\RulesMatcher\AnyRuleMatcher".
Inlined service "Shopware\Core\Checkout\Cart\Facade\CartFacadeHelper" to "Shopware\Core\Checkout\Cart\Facade\CartFacadeHookFactory".
Inlined service "Shopware\Core\Checkout\Customer\Password\LegacyPasswordVerifier" to "Shopware\Core\Checkout\Customer\SalesChannel\AccountService".
Inlined service "Shopware\Core\Framework\RateLimiter\RateLimiter" to "Shopware\Core\Checkout\Customer\SalesChannel\LoginRoute".
Inlined service "Shopware\Core\Content\Media\File\DownloadResponseGenerator" to "Shopware\Core\Checkout\Customer\SalesChannel\DownloadRoute".
Inlined service "Shopware\Core\Checkout\Document\Renderer\DocumentRendererRegistry" to "Shopware\Core\Checkout\Document\Service\DocumentGenerator".
Inlined service "Shopware\Core\Checkout\Document\Service\PdfRenderer" to "Shopware\Core\Checkout\Document\Service\DocumentGenerator".
Inlined service "pdf.merger" to "Shopware\Core\Checkout\Document\Service\DocumentMerger".
Inlined service "Shopware\Core\Checkout\Document\Service\DocumentMerger" to "Shopware\Core\Checkout\Document\Controller\DocumentController".
Inlined service "Shopware\Core\Checkout\Order\Validation\OrderValidationFactory" to "Shopware\Core\Checkout\Order\SalesChannel\OrderService".
Inlined service "Shopware\Core\Checkout\Cart\Order\LineItemDownloadLoader" to "Shopware\Core\Checkout\Cart\Order\OrderConverter".
Inlined service "Shopware\Core\Checkout\Payment\Cart\PaymentTransactionChainProcessor" to "Shopware\Core\Checkout\Payment\PaymentService".
Inlined service "Shopware\Core\Checkout\Order\Aggregate\OrderTransactionCaptureRefund\OrderTransactionCaptureRefundStateHandler" to "Shopware\Core\Checkout\Payment\Cart\PaymentRefundProcessor".
Inlined service "shopware.jwt_signer" to "shopware.jwt_config".
Inlined service ".service_locator.iAsjxbi" to "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry".
Inlined service ".service_locator.TwdLmJb" to "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry".
Inlined service ".service_locator.VZ0.H1C" to "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry".
Inlined service ".service_locator.VZ0.H1C" to "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry".
Inlined service "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentDistinguishableNameGenerator" to "Shopware\Core\Checkout\Payment\DataAbstractionLayer\PaymentMethodIndexer".
Inlined service "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\RemovePaymentMethodRoute64" to "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute".
Inlined service "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator" to "Shopware\Core\Checkout\Promotion\Cart\PromotionProcessor".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryCalculator" to "Shopware\Core\Checkout\Promotion\Cart\PromotionDeliveryProcessor".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\Composition\DiscountCompositionBuilder" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageFilter" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackagePicker" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\Filter\AdvancedPackageRules" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\CartScopeDiscountPackager" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetGroupScopeDiscountPackager" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
Inlined service "Shopware\Core\Checkout\Promotion\Cart\Discount\ScopePackager\SetScopeDiscountPackager" to "Shopware\Core\Checkout\Promotion\Cart\PromotionCalculator".
Inlined service "Shopware\Core\Checkout\Promotion\Util\PromotionCodeService" to "Shopware\Core\Checkout\Promotion\Api\PromotionController".
Inlined service "Shopware\Core\Checkout\Promotion\Service\PromotionDateTimeService" to "Shopware\Core\Checkout\Promotion\Gateway\PromotionGateway".
Inlined service "Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionExclusionUpdater" to "Shopware\Core\Checkout\Promotion\DataAbstractionLayer\PromotionIndexer".
Inlined service "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute.inner" to "Shopware\Core\Checkout\Shipping\SalesChannel\CachedShippingMethodRoute".
Inlined service "Shopware\Administration\Framework\Routing\KnownIps\KnownIpsCollector" to "Shopware\Administration\Controller\AdministrationController".
Inlined service "Shopware\Administration\Service\AdminSearcher" to "Shopware\Administration\Controller\AdminSearchController".
Inlined service "Shopware\Administration\Snippet\CachedSnippetFinder.inner" to "Shopware\Administration\Snippet\CachedSnippetFinder".
Inlined service "Shopware\Administration\Dashboard\OrderAmountService" to "Shopware\Administration\Controller\DashboardController".
Inlined service "Shopware\Storefront\Checkout\Shipping\BlockedShippingMethodSwitcher" to "Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade".
Inlined service "Shopware\Storefront\Checkout\Payment\BlockedPaymentMethodSwitcher" to "Shopware\Storefront\Checkout\Cart\SalesChannel\StorefrontCartFacade".
Inlined service "Shopware\Storefront\Framework\Routing\CachedDomainLoader.inner" to "Shopware\Storefront\Framework\Routing\CachedDomainLoader".
Inlined service "Shopware\Storefront\Theme\ThemeScripts" to "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor".
Inlined service "Shopware\Storefront\Theme\CachedResolvedConfigLoader" to "Shopware\Storefront\Theme\ThemeConfigValueAccessor".
Inlined service "Shopware\Storefront\Framework\Twig\TemplateConfigAccessor" to "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension".
Inlined service "Shopware\Core\Content\Seo\HreflangLoaderInterface" to "Shopware\Storefront\Framework\Routing\StorefrontSubscriber".
Inlined service "Shopware\Storefront\Framework\Captcha\BasicCaptcha\BasicCaptchaGenerator" to "Shopware\Storefront\Pagelet\Captcha\BasicCaptchaPageletLoader".
Inlined service "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader.inner" to "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader".
Inlined service "Shopware\Storefront\Page\Cms\DefaultMediaResolver.inner" to "Shopware\Storefront\Page\Cms\DefaultMediaResolver".
Inlined service "Shopware\Storefront\Framework\Cache\CacheTracer.inner" to "Shopware\Storefront\Framework\Cache\CacheTracer".
Inlined service "shopware.storefront.framework.reverse_proxy.http_client" to "Shopware\Storefront\Framework\Cache\ReverseProxy\VarnishReverseProxyGateway".
Inlined service "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheRouteWarmerRegistry" to "Shopware\Storefront\Framework\Cache\CacheWarmer\CacheWarmer".
Inlined service "Shopware\Storefront\Framework\Cookie\AppCookieProvider.inner" to "Shopware\Storefront\Framework\Cookie\AppCookieProvider".
Inlined service "Shopware\Storefront\Framework\App\Template\IconTemplateLoader.inner" to "Shopware\Storefront\Framework\App\Template\IconTemplateLoader".
Inlined service "Shopware\Storefront\Framework\Twig\TwigAppVariable.inner" to "Shopware\Storefront\Framework\Twig\TwigAppVariable".
Inlined service "Shopware\Core\Content\Seo\SeoUrlUpdater" to "Shopware\Storefront\Framework\Seo\SeoUrlRoute\SeoUrlUpdateListener".
Inlined service "Shopware\Storefront\Page\Account\Order\AccountOrderPageLoader" to "Shopware\Storefront\Controller\AccountOrderController".
Inlined service "Shopware\Storefront\Page\Account\Order\AccountEditOrderPageLoader" to "Shopware\Storefront\Controller\AccountOrderController".
Inlined service "Shopware\Storefront\Page\Account\Order\AccountOrderDetailPageLoader" to "Shopware\Storefront\Controller\AccountOrderController".
Inlined service "Shopware\Storefront\Page\Account\PaymentMethod\AccountPaymentMethodPageLoader" to "Shopware\Storefront\Controller\AccountPaymentController".
Inlined service "Shopware\Storefront\Page\Account\Overview\AccountOverviewPageLoader" to "Shopware\Storefront\Controller\AccountProfileController".
Inlined service "Shopware\Storefront\Page\Account\Profile\AccountProfilePageLoader" to "Shopware\Storefront\Controller\AccountProfileController".
Inlined service "Shopware\Storefront\Page\Address\Listing\AddressListingPageLoader" to "Shopware\Storefront\Controller\AddressController".
Inlined service "Shopware\Storefront\Page\Address\Detail\AddressDetailPageLoader" to "Shopware\Storefront\Controller\AddressController".
Inlined service "Shopware\Storefront\Page\Checkout\Cart\CheckoutCartPageLoader" to "Shopware\Storefront\Controller\CheckoutController".
Inlined service "Shopware\Storefront\Page\Checkout\Confirm\CheckoutConfirmPageLoader" to "Shopware\Storefront\Controller\CheckoutController".
Inlined service "Shopware\Storefront\Page\Checkout\Finish\CheckoutFinishPageLoader" to "Shopware\Storefront\Controller\CheckoutController".
Inlined service "Shopware\Storefront\Page\Checkout\Offcanvas\OffcanvasCartPageLoader" to "Shopware\Storefront\Controller\CheckoutController".
Inlined service "Dtgs\GoogleTagManager\Framework\Cookie\CustomCookieProvider" to "Shopware\Storefront\Controller\CookieController".
Inlined service "Shopware\Storefront\Page\Maintenance\MaintenancePageLoader" to "Shopware\Storefront\Controller\MaintenanceController".
Inlined service "Shopware\Storefront\Page\Navigation\NavigationPageLoader" to "Shopware\Storefront\Controller\NavigationController".
Inlined service "Shopware\Storefront\Pagelet\Menu\Offcanvas\MenuOffcanvasPageletLoader" to "Shopware\Storefront\Controller\NavigationController".
Inlined service "Shopware\Storefront\Page\Newsletter\Subscribe\NewsletterSubscribePageLoader" to "Shopware\Storefront\Controller\NewsletterController".
Inlined service "Shopware\Storefront\Page\Product\QuickView\MinimalQuickViewPageLoader" to "Shopware\Storefront\Controller\ProductController".
Inlined service "Shopware\Storefront\Page\LandingPage\LandingPageLoader" to "Shopware\Storefront\Controller\LandingPageController".
Inlined service "Shopware\Storefront\Page\Suggest\SuggestPageLoader" to "Shopware\Storefront\Controller\SearchController".
Inlined service "Shopware\Storefront\Page\Sitemap\SitemapPageLoader" to "Shopware\Storefront\Controller\SitemapController".
Inlined service "Shopware\Storefront\Pagelet\Country\CountryStateDataPageletLoader" to "Shopware\Storefront\Controller\CountryStateController".
Inlined service "Shopware\Storefront\Page\Wishlist\WishlistPageLoader" to "Shopware\Storefront\Controller\WishlistController".
Inlined service "Shopware\Storefront\Page\Wishlist\GuestWishlistPageLoader" to "Shopware\Storefront\Controller\WishlistController".
Inlined service "Shopware\Storefront\Pagelet\Wishlist\GuestWishlistPageletLoader" to "Shopware\Storefront\Controller\WishlistController".
Inlined service "Shopware\Storefront\Pagelet\Captcha\BasicCaptchaPageletLoader" to "Shopware\Storefront\Controller\CaptchaController".
Inlined service "Shopware\Storefront\Theme\ScssPhpCompiler" to "Shopware\Storefront\Theme\ThemeCompiler".
Inlined service "Shopware\Storefront\Theme\Twig\ThemeInheritanceBuilderInterface" to "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder".
Inlined service "Shopware\Elasticsearch\Framework\Indexing\IndexMappingUpdater" to "Shopware\Elasticsearch\Framework\Command\ElasticsearchUpdateMappingCommand".
Inlined service "Shopware\Elasticsearch\Product\SearchKeywordReplacement.inner" to "Shopware\Elasticsearch\Product\SearchKeywordReplacement".
Inlined service "Shopware\Elasticsearch\Product\ProductSearchBuilder.inner" to "Shopware\Elasticsearch\Product\ProductSearchBuilder".
Inlined service "Shopware\Elasticsearch\Framework\ElasticsearchFieldBuilder" to "Shopware\Elasticsearch\Product\EsProductDefinition".
Inlined service "Shopware\Elasticsearch\Framework\ElasticsearchFieldMapper" to "Shopware\Elasticsearch\Product\EsProductDefinition".
Inlined service "Shopware\Elasticsearch\Product\StopwordTokenFilter" to "Shopware\Elasticsearch\Product\AbstractProductSearchQueryBuilder".
Inlined service "Shopware\Elasticsearch\Framework\Indexing\MultilingualEsIndexer" to "Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer".
Inlined service "Shopware\Core\Maintenance\System\Service\SetupDatabaseAdapter" to "Shopware\Core\Maintenance\System\Command\SystemInstallCommand".
Inlined service "Shopware\Core\Maintenance\System\Service\DatabaseConnectionFactory" to "Shopware\Core\Maintenance\System\Command\SystemInstallCommand".
Inlined service "Shopware\Core\Maintenance\System\Service\ShopConfigurator" to "Shopware\Core\Maintenance\System\Command\SystemConfigureShopCommand".
Inlined service "shopware.maintenance.client" to "Shopware\Core\Maintenance\System\Service\AppUrlVerifier".
Inlined service "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\GetCategoryData" to "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\GenerateCategoryData".
Inlined service "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\CheckCategoryData" to "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\GenerateCategoryData".
Inlined service "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\UpdateCategoryData" to "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\GenerateCategoryData".
Inlined service "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\GenerateCategoryData" to "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\CategoryDataImportHandler".
Inlined service "Shopware\Core\Content\Category\SalesChannel\NavigationRoute.inner" to "Devc\TintendienstIntegrations\CustomCaching\Route\CachedNavigationRoute".
Inlined service "Devc\TintendienstIntegrations\CustomCaching\Route\CachedCategoryRoute.inner" to "Devc\TintendienstIntegrations\CustomCaching\Route\CachedCategoryRoute".
Inlined service "Shopware\Storefront\Framework\Cookie\AppCookieProvider" to "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cookie\CustomerGroupCookieProvider".
Inlined service "Shopware\Core\Content\Product\Cart\ProductLineItemFactory" to "Devc\TintendienstIntegrations\DiscountAlerts\Controller\DiscountAlertController".
Inlined service "Devc\TintendienstIntegrations\Finder\Handler\DataImport\DeleteFinderData" to "Devc\TintendienstIntegrations\Finder\Handler\DataImport\CheckFinderData".
Inlined service "Devc\TintendienstIntegrations\Finder\Handler\DataImport\InsertFinderData" to "Devc\TintendienstIntegrations\Finder\Handler\DataImport\FinderDataImportHandler".
Inlined service "Devc\TintendienstIntegrations\ProductData\Handler\DataImport\GetProductData" to "Devc\TintendienstIntegrations\ProductData\Handler\DataImport\GenerateProductData".
Inlined service "Devc\TintendienstIntegrations\ProductData\Handler\DataImport\UpdateProductData" to "Devc\TintendienstIntegrations\ProductData\Handler\DataImport\GenerateProductData".
Inlined service "Devc\TintendienstIntegrations\ProductData\Handler\DataImport\GenerateProductData" to "Devc\TintendienstIntegrations\ProductData\Handler\DataImport\ProductDataImportHandler".
Inlined service "Devc\TintendienstIntegrations\ThumbnailProcessor\Service\ThumbnailUrlTemplateDecorator.inner" to "Devc\TintendienstIntegrations\ThumbnailProcessor\Service\ThumbnailUrlTemplateDecorator".
Inlined service "Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute.inner" to "Devc\TintendienstIntegrations\Register\Service\CustomRegisterRouteDecorator".
Inlined service "Devc\TintendienstIntegrations\Register\Service\CustomUpsertAddressRoute.inner" to "Devc\TintendienstIntegrations\Register\Service\CustomUpsertAddressRoute".
Inlined service "Devc\TintendienstIntegrations\Register\Service\CustomChangeCustomerProfileRoute.inner" to "Devc\TintendienstIntegrations\Register\Service\CustomChangeCustomerProfileRoute".
Inlined service "DreiscSeoPro\Decorator\Core\Content\Seo\SeoUrlPlaceholderHandlerDecorator.inner" to "DreiscSeoPro\Decorator\Core\Content\Seo\SeoUrlPlaceholderHandlerDecorator".
Inlined service "DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator.inner" to "DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator".
Inlined service "DreiscSeoPro\Decorator\Storefront\Framework\Twig\TemplateDataExtensionDecorator.inner" to "DreiscSeoPro\Decorator\Storefront\Framework\Twig\TemplateDataExtensionDecorator".
Inlined service "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cookie\CustomerGroupCookieProvider" to "Dtgs\GoogleTagManager\Framework\Cookie\CustomCookieProvider".
Inlined service "Dtgs\GoogleTagManager\Services\DatalayerService" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Services\Ga4Service" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Services\EnhancedEcommerceService" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Services\RemarketingService" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Services\AdwordsService" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Services\CustomerTagsService" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Swag\CmsExtensions\Form\Route\Validation\FormValidationFactory" to "Swag\CmsExtensions\Form\Route\FormRoute".
Inlined service "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator.inner" to "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator".
Inlined service "Swag\CmsExtensions\Storefront\Pagelet\Quickview\QuickviewPageletLoader" to "Swag\CmsExtensions\Storefront\Controller\QuickviewController".
Inlined service "Swag\CmsExtensions\Storefront\Pagelet\Quickview\QuickviewVariantPageletLoader" to "Swag\CmsExtensions\Storefront\Controller\QuickviewController".
Inlined service "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderScrollNavigationDecorator" to "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator".
Inlined service "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderQuickviewDecorator" to "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderScrollNavigationDecorator".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Payment" to "Kiener\MolliePayments\Service\MollieApi\Order".
Inlined service "Kiener\MolliePayments\Service\MollieApi\RequestAnonymizer\MollieRequestAnonymizer" to "Kiener\MolliePayments\Service\MollieApi\Order".
Inlined service "Kiener\MolliePayments\Components\RefundManager\Builder\RefundDataBuilder" to "Kiener\MolliePayments\Components\RefundManager\RefundManager".
Inlined service "Kiener\MolliePayments\Components\RefundManager\DAL\Repository\RefundRepository" to "Kiener\MolliePayments\Components\RefundManager\RefundManager".
Inlined service "Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayDomainVerificationService" to "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect".
Inlined service "Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayShippingBuilder" to "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect".
Inlined service "Kiener\MolliePayments\Service\ShopService" to "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect".
Inlined service "Kiener\MolliePayments\Components\ApplePayDirect\Gateways\ApplePayDirectDomainAllowListGateway" to "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect".
Inlined service "Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayDirectDomainSanitizer" to "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect".
Inlined service "Kiener\MolliePayments\Service\ShippingMethodService" to "Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayShippingBuilder".
Inlined service "Kiener\MolliePayments\Service\Transition\DeliveryTransitionService" to "Kiener\MolliePayments\Components\ShipmentManager\ShipmentManager".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Shipment" to "Kiener\MolliePayments\Components\ShipmentManager\ShipmentManager".
Inlined service "Kiener\MolliePayments\Service\MollieApi\OrderDeliveryExtractor" to "Kiener\MolliePayments\Components\ShipmentManager\ShipmentManager".
Inlined service "Kiener\MolliePayments\Service\TrackingInfoStructFactory" to "Kiener\MolliePayments\Components\ShipmentManager\ShipmentManager".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderBuilder" to "Kiener\MolliePayments\Facade\MolliePaymentDoPay".
Inlined service "Kiener\MolliePayments\Service\Order\UpdateOrderLineItems" to "Kiener\MolliePayments\Facade\MolliePaymentDoPay".
Inlined service "Kiener\MolliePayments\Facade\MollieOrderPaymentFlow" to "Kiener\MolliePayments\Facade\Controller\PaymentReturnFacade".
Inlined service "mollie_payments.mail_service" to "Kiener\MolliePayments\Facade\MollieSupportFacade".
Inlined service "Kiener\MolliePayments\Service\Mail\AttachmentCollector" to "Kiener\MolliePayments\Facade\MollieSupportFacade".
Inlined service "Kiener\MolliePayments\Service\Payment\Provider\ActivePaymentMethodsProvider" to "Kiener\MolliePayments\Components\MollieAvailability\Service\MolliePaymentMethodAvailabilityRemover".
Inlined service "Kiener\MolliePayments\Service\Logger\MollieLoggerFactory" to "mollie_payments.logger".
Inlined service "Kiener\MolliePayments\Repository\OrderDelivery\OrderDeliveryRepository" to "Kiener\MolliePayments\Service\OrderDeliveryService".
Inlined service "Kiener\MolliePayments\Service\Transition\OrderTransitionService" to "Kiener\MolliePayments\Service\Order\OrderStateService".
Inlined service "Kiener\MolliePayments\Service\UpdateOrderTransactionCustomFields" to "Kiener\MolliePayments\Service\OrderService".
Inlined service "Kiener\MolliePayments\Hydrator\RefundHydrator" to "Kiener\MolliePayments\Service\Refund\RefundService".
Inlined service "Kiener\MolliePayments\Service\Refund\CompositionMigrationService" to "Kiener\MolliePayments\Service\Refund\RefundService".
Inlined service "Kiener\MolliePayments\Repository\StateMachineState\StateMachineStateRepository" to "Kiener\MolliePayments\Service\Order\OrderStatusUpdater".
Inlined service "Shopware\Core\System\SalesChannel\SalesChannel\SalesChannelContextSwitcher" to "Kiener\MolliePayments\Service\CartService".
Inlined service "Kiener\MolliePayments\Repository\Language\LanguageRepository" to "Kiener\MolliePayments\Service\MollieLocaleService".
Inlined service "Kiener\MolliePayments\Service\SalesChannel\SalesChannelDataExtractor" to "Kiener\MolliePayments\Service\Mail\AttachmentGenerator\PaymentMethodGenerator".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Builder\MollieLineItemBuilder" to "Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderBuilder".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderAddressBuilder" to "Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderBuilder".
Inlined service "Kiener\MolliePayments\Service\MollieApi\MollieOrderCustomerEnricher" to "Kiener\MolliePayments\Service\MollieApi\Builder\MollieOrderBuilder".
Inlined service "Kiener\MolliePayments\Validator\IsOrderLineItemValid" to "Kiener\MolliePayments\Service\MollieApi\Builder\MollieLineItemBuilder".
Inlined service "Kiener\MolliePayments\Service\MollieApi\LineItemDataExtractor" to "Kiener\MolliePayments\Service\MollieApi\Builder\MollieLineItemBuilder".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Fixer\RoundingDifferenceFixer" to "Kiener\MolliePayments\Service\MollieApi\Builder\MollieLineItemBuilder".
Inlined service "Kiener\MolliePayments\Hydrator\MollieLineItemHydrator" to "Kiener\MolliePayments\Service\MollieApi\Builder\MollieLineItemBuilder".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Builder\MollieShippingLineItemBuilder" to "Kiener\MolliePayments\Service\MollieApi\Builder\MollieLineItemBuilder".
Inlined service "Kiener\MolliePayments\ScheduledTask\ScheduledTaskFactory" to "Kiener\MolliePayments\ScheduledTask\Subscription\RenewalReminder\RenewalReminderTask".
Inlined service "Kiener\MolliePayments\Components\OrderExpiration\ExpireAction" to "Kiener\MolliePayments\ScheduledTask\OrderStatus\ExpireOrderTaskHandler".
Inlined service "Kiener\MolliePayments\Repository\MailTemplateType\MailTemplateTypeRepository" to "Kiener\MolliePayments\Components\Subscription\Services\Installer\MailTemplateInstaller".
Inlined service "Kiener\MolliePayments\Repository\MailTemplate\MailTemplateRepository" to "Kiener\MolliePayments\Components\Subscription\Services\Installer\MailTemplateInstaller".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\CreateAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\ConfirmAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\UpdateAddressAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\UpdatePaymentAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\RenewAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\PauseAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\ResumeAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\SkipAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\CancelAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Actions\RemindAction" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionRenewing\SubscriptionRenewing" to "Kiener\MolliePayments\Components\Subscription\Actions\RenewAction".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionReminder\ReminderValidator" to "Kiener\MolliePayments\Components\Subscription\Actions\RemindAction".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionRenewing\OrderCloneService" to "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionRenewing\SubscriptionRenewing".
Inlined service "Kiener\MolliePayments\Facade\MollieSupportFacade" to "Kiener\MolliePayments\Controller\Api\Support\SupportControllerBase".
Inlined service "Kiener\MolliePayments\Components\CancelManager\CancelItemFacade" to "Kiener\MolliePayments\Controller\Api\Order\CancelLineController".
Inlined service "Kiener\MolliePayments\Components\Subscription\Page\Account\SubscriptionPageLoader" to "Kiener\MolliePayments\Controller\Storefront\Account\AccountControllerBase".
Inlined service "Kiener\MolliePayments\Service\Order\OrderTimeService" to "Kiener\MolliePayments\Service\Order\OrderExpireService".
Inlined service "kiener.mollie_payments.http.client.factory" to "kiener.mollie_payments.http.client".
Inlined service "Kiener\MolliePayments\Repository\Country\CountryRepository" to "Kiener\MolliePayments\Service\CustomerService".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Customer" to "Kiener\MolliePayments\Service\CustomerService".
Inlined service "Kiener\MolliePayments\Repository\Salutation\SalutationRepository" to "Kiener\MolliePayments\Service\CustomerService".
Inlined service "Kiener\MolliePayments\Service\MollieApi\Mandate" to "Kiener\MolliePayments\Service\MandateService".
Inlined service "Kiener\MolliePayments\Repository\CustomFieldSet\CustomFieldSetRepository" to "Kiener\MolliePayments\Service\Installer\CustomFieldsInstaller".
Inlined service "Kiener\MolliePayments\Repository\Media\MediaRepository" to "Kiener\MolliePayments\Service\PaymentMethodService".
Inlined service "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\RemovePaymentMethodRoute64.inner" to "Kiener\MolliePayments\Compatibility\Storefront\Route\PaymentMethodRoute\RemovePaymentMethodRoute64".
Inlined service "SwagPublisher\VersionControlSystem\Internal\VersionFromVersionUpdater" to "SwagPublisher\VersionControlSystem\Internal\VersionControlService".
Inlined service "SwagPublisher\VersionControlSystem\Internal\CleanupConfig" to "SwagPublisher\VersionControlSystem\Internal\CleanupHandler".
Inlined service "maxia.maxia_listing_block_prices_6.logger" to "Maxia\MaxiaListingBlockPrices6\Subscriber\Storefront".
Inlined service "Maxia\MaxiaListingBlockPrices6\Core\Content\Product\Cms\CrossSellingCmsElementResolver.inner" to "Maxia\MaxiaListingBlockPrices6\Core\Content\Product\Cms\CrossSellingCmsElementResolver".
Inlined service "Frosh\ThumbnailProcessor\Service\UrlGeneratorDecorator.inner" to "Frosh\ThumbnailProcessor\Service\UrlGeneratorDecorator".
Inlined service "Frosh\ThumbnailProcessor\Service\SalesChannelIdDetector" to "Frosh\ThumbnailProcessor\Service\ConfigReader".
Inlined service "Sensus\InxmailCommerceConnect\Util\Logger" to "Sensus\InxmailCommerceConnect\Service\CommerceEventDispatcher".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "http_cache.store" to "http_cache".
Inlined service ".service_locator.wmwio2R" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service ".service_locator.gE6VJFk" to "console.command.cache_pool_invalidate_tags".
Inlined service ".service_locator.9ETxUxh" to "console.command.event_dispatcher_debug".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "http_client.uri_template_expander.rize" to "http_client.uri_template".
Inlined service "Shopware\Core\Content\Mail\Service\MailerTransportLoader" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "Shopware\Core\Framework\Api\Route\ApiRouteLoader" to "routing.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.nHM1aAW" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.otfny_1.router.default" to "router.default".
Inlined service "monolog.logger.router" to "router.default".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service ".lock.default.store.TTEh_gT" to "lock.default.factory".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "cache.http.recorder_inner" to "cache.http".
Inlined service "cache.tags.recorder_inner" to "cache.tags".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.abstract_handler" to "session.storage.factory.native".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.LZebv8u" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.Y9V5V0n" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" 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.translation" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "Shopware\Core\Profiling\Doctrine\ConnectionProfiler" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "Shopware\Elasticsearch\Profiler\DataCollector" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "Shopware\Core\Framework\Log\Monolog\DoctrineSQLHandler" to "monolog.handler.business_event_handler_buffer".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\NodeExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\PhpSyntaxExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\FeatureFlagExtension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\PcreExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\InstanceOfExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Filter\CurrencyFilter" to "twig".
Inlined service "Cocur\Slugify\Bridge\Twig\SlugifyExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Filter\ReplaceRecursiveFilter" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\SecurityExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\SeoUrlFunctionExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\CategoryUrlExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\MediaExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\RawUrlFunctionExtension" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\SwSanitizeTwigFilter" to "twig".
Inlined service "Shopware\Core\Framework\Adapter\Twig\Extension\BuildBreadcrumbExtension" to "twig".
Inlined service "Shopware\Storefront\Framework\Twig\Extension\ConfigExtension" to "twig".
Inlined service "Shopware\Storefront\Framework\Twig\IconExtension" to "twig".
Inlined service "Shopware\Storefront\Framework\Twig\ThumbnailExtension" to "twig".
Inlined service "Shopware\Storefront\Framework\Twig\Extension\UrlEncodingTwigFilter" to "twig".
Inlined service "Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter" to "twig".
Inlined service "Shopware\Core\Profiling\Twig\DoctrineExtension" to "twig".
Inlined service "Devc\TintendienstIntegrations\Holiday\Twig\ShippingInfoExtension" to "twig".
Inlined service "Devc\TintendienstIntegrations\Service\Media\TwigMediaExtension" to "twig".
Inlined service "Devc\TintendienstIntegrations\Twig\Extension\CategoryDetailExtension" to "twig".
Inlined service "Dtgs\GoogleTagManager\Components\Utils\TwigExtension" to "twig".
Inlined service "LoyxxSW6ConversionCheckout\Core\Framework\Adapter\Twig\Extension\TwigFunctions" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Shopware\Storefront\Framework\Twig\TwigAppVariable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service "twig.loader.native_filesystem" to "twig.loader.chain".
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.m_eDlXT" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "Shopware\Core\Checkout\Customer\CustomerValueResolver" to ".debug.value_resolver.Shopware\Core\Checkout\Customer\CustomerValueResolver".
Inlined service "Shopware\Core\Checkout\Cart\CartValueResolver" to ".debug.value_resolver.Shopware\Core\Checkout\Cart\CartValueResolver".
Inlined service "Shopware\Core\Framework\Routing\QueryDataBagResolver" to ".debug.value_resolver.Shopware\Core\Framework\Routing\QueryDataBagResolver".
Inlined service "Shopware\Core\Framework\Routing\RequestDataBagResolver" to ".debug.value_resolver.Shopware\Core\Framework\Routing\RequestDataBagResolver".
Inlined service "Shopware\Core\Framework\Api\Context\ContextValueResolver" to ".debug.value_resolver.Shopware\Core\Framework\Api\Context\ContextValueResolver".
Inlined service "Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver" to ".debug.value_resolver.Shopware\Core\System\SalesChannel\Context\SalesChannelContextValueResolver".
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 "Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver" to ".debug.value_resolver.Shopware\Core\Framework\Api\Response\ResponseFactoryInterfaceValueResolver".
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 "Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver" to ".debug.value_resolver.Shopware\Core\Framework\Routing\Annotation\CriteriaValueResolver".
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 "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "debug.traced.messenger.bus.default.inner" to "debug.traced.messenger.bus.default".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "shopware.increment.user_activity.redis_adapter" to "shopware.increment.user_activity.gateway.redis".
Inlined service "shopware.increment.message_queue.redis_adapter" to "shopware.increment.message_queue.gateway.redis".
Inlined service ".service_locator.O2p6Lk7" to ".service_locator.O2p6Lk7.Shopware\Core\Framework\Api\Controller\CacheController".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.otfny_1" to ".service_locator.otfny_1.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service "debug.controller_resolver" to "http_kernel.cache.inner".
Inlined service "debug.argument_resolver" to "http_kernel.cache.inner".
Inlined service "Shopware\Core\Content\Product\SalesChannel\Detail\AvailableCombinationLoader" to "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader.inner".
Inlined service "Shopware\Core\Checkout\Customer\Validation\CustomerValidationFactory" to "Shopware\Core\Checkout\Customer\SalesChannel\RegisterRoute.inner".
Inlined service "Shopware\Storefront\Framework\Routing\RequestTransformer.inner" to "DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator.inner".
Inlined service "Shopware\Storefront\Framework\Routing\CachedDomainLoader" to "DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator.inner".
Inlined service "Shopware\Core\Checkout\Cart\Order\OrderPersister" to "LoyxxSW6ConversionCheckout\Core\Checkout\Cart\SalesChannel\CartOrderRoute.inner".
Inlined service "Shopware\Core\Checkout\Payment\PreparedPaymentService" to "LoyxxSW6ConversionCheckout\Core\Checkout\Cart\SalesChannel\CartOrderRoute.inner".
Inlined service "Shopware\Core\Content\Media\Pathname\PathnameStrategy\PathnameStrategyInterface" to "Frosh\ThumbnailProcessor\Service\UrlGeneratorDecorator.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.uSDOPcE" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "Shopware\Core\Framework\Struct\Serializer\StructNormalizer" to "debug.serializer.inner".
Inlined service "Shopware\Core\Framework\MessageQueue\SendEmailMessageJsonSerializer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "Shopware\Core\Framework\Api\Serializer\JsonApiDecoder" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "Shopware\Core\System\SalesChannel\Context\CachedBaseContextFactory" to "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory.inner".
Inlined service "Shopware\Core\Content\Sitemap\Service\SitemapLister" to "Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute.inner".
Inlined service "Shopware\Core\Content\Product\SearchKeyword\ProductSearchKeywordAnalyzer" to "Shopware\Elasticsearch\Product\SearchKeywordReplacement.inner".
Inlined service "Shopware\Core\Content\Product\SearchKeyword\ProductSearchTermInterpreter" to "Shopware\Elasticsearch\Product\ProductSearchBuilder.inner".
Inlined service ".service_locator.abt8BmU" to "console.command_loader".
Inlined service "Shopware\Core\Framework\Adapter\Cache\CacheDecorator.inner" to "Shopware\Core\Framework\Adapter\Cache\CacheDecorator.recorder_inner".
Inlined service "Shopware\Core\Framework\Event\NestedEventDispatcher" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntitySearcher.inner" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\AbstractElasticsearchSearchHydrator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface".
Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\ElasticsearchEntityAggregator.inner" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Inlined service "Shopware\Elasticsearch\Framework\DataAbstractionLayer\AbstractElasticsearchAggregationHydrator" to "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface".
Inlined service "http_kernel.cache.inner" to "http_kernel".
Inlined service "Devc\TintendienstIntegrations\CustomerGroup\Framework\Cache\EntityCacheKeyGeneratorDecorator.inner" to "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator".
Inlined service "LoyxxSW6ConversionCheckout\Core\Checkout\Cart\SalesChannel\CartOrderRoute.inner" to "Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute".
Inlined service "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory" to "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory".
Inlined service "Devc\TintendienstIntegrations\CategoryData\Handler\DataImport\CategoryDataImportHandler" to "console.command.public_alias.Devc\TintendienstIntegrations\CategoryData\Command\CategoryDataImportCommand".
Inlined service "Devc\TintendienstIntegrations\CustomerGroup\Handler\CustomerGroupResetHandler" to "console.command.public_alias.Devc\TintendienstIntegrations\CustomerGroup\Command\CustomerGroupResetCommand".
Inlined service "Devc\TintendienstIntegrations\Finder\Handler\DataImport\FinderDataImportHandler" to "console.command.public_alias.Devc\TintendienstIntegrations\Finder\Command\FinderDataImportCommand".
Inlined service "Devc\TintendienstIntegrations\ProductData\Handler\DataImport\ProductDataImportHandler" to "console.command.public_alias.Devc\TintendienstIntegrations\ProductData\Command\ProductDataImportCommand".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiSchemaBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\OpenApi\OpenApiDefinitionSchemaBuilder" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\Framework\Api\ApiDefinition\Generator\BundleSchemaPathCollection" to "Shopware\Core\Framework\Api\ApiDefinition\DefinitionService".
Inlined service "Shopware\Core\System\Snippet\SnippetFileHandler" to "Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand".
Inlined service "Shopware\Core\System\Snippet\SnippetFileHandler" to "Shopware\Core\System\Snippet\Command\ValidateSnippetsCommand".
Inlined service "Shopware\Elasticsearch\Framework\ElasticsearchIndexingUtils" to "Shopware\Elasticsearch\Product\EsProductDefinition".
Inlined service "Shopware\Elasticsearch\Framework\ElasticsearchIndexingUtils" to "Shopware\Elasticsearch\Product\EsProductDefinition".
Inlined service "Shopware\Elasticsearch\Framework\Indexing\IndexCreator" to "Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer".
Inlined service "Shopware\Elasticsearch\Framework\Indexing\IndexCreator" to "Shopware\Elasticsearch\Framework\Indexing\ElasticsearchIndexer".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\CategoryHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\PriceHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\ProductHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\LoggingHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Services\GeneralTagsService" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\ProductHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\CategoryHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\ManufacturerHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\CustomerHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\PriceHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\LoggingHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\ProductHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\CategoryHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\ManufacturerHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\PriceHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\LoggingHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\CategoryHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\PriceHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\LoggingHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Services\GeneralTagsService" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\PriceHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\LoggingHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Services\GeneralTagsService" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\CustomerHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Dtgs\GoogleTagManager\Components\Helper\LoggingHelper" to "Dtgs\GoogleTagManager\Subscriber\GeneralSubscriber".
Inlined service "Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayFormatter" to "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect".
Inlined service "Kiener\MolliePayments\Components\ApplePayDirect\Services\ApplePayFormatter" to "Kiener\MolliePayments\Components\ApplePayDirect\ApplePayDirect".
Inlined service "Kiener\MolliePayments\Service\MollieApi\OrderDataExtractor" to "Kiener\MolliePayments\Facade\MolliePaymentDoPay".
Inlined service "Kiener\MolliePayments\Service\MollieApi\OrderDataExtractor" to "Kiener\MolliePayments\Facade\MolliePaymentDoPay".
Inlined service "Kiener\MolliePayments\Service\MollieApi\PriceCalculator" to "Kiener\MolliePayments\Facade\MolliePaymentDoPay".
Inlined service "Kiener\MolliePayments\Service\MollieApi\PriceCalculator" to "Kiener\MolliePayments\Facade\MolliePaymentDoPay".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\SubscriptionBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\Builder\MollieDataBuilder" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionCancellation\CancellationValidator" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
Inlined service "Kiener\MolliePayments\Components\Subscription\Services\SubscriptionHistory\SubscriptionHistoryHandler" to "Kiener\MolliePayments\Components\Subscription\SubscriptionManager".
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 "property_accessor" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "property_accessor" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "Devc\TintendienstIntegrations\Finder\Handler\DataImport\GetFinderData" to "console.command.public_alias.Devc\TintendienstIntegrations\Finder\Command\FinderDataImportCommand".
Inlined service "Devc\TintendienstIntegrations\Finder\Handler\DataImport\CheckFinderData" to "console.command.public_alias.Devc\TintendienstIntegrations\Finder\Command\FinderDataImportCommand".
Inlined service "Devc\TintendienstIntegrations\Finder\Handler\DataImport\GetFinderData" to "console.command.public_alias.Devc\TintendienstIntegrations\Finder\Command\FinderDataImportCommand".
Inlined service "Devc\TintendienstIntegrations\Finder\Handler\DataImport\CheckFinderData" to "console.command.public_alias.Devc\TintendienstIntegrations\Finder\Command\FinderDataImportCommand".
5
Tag "container.decorator" was defined on service(s) "Shopware\Core\Framework\Adapter\Twig\AppTemplateIterator", "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver", "Shopware\Core\Framework\Log\Monolog\ExcludeFlowEventHandler", "Shopware\Core\Framework\Adapter\Cache\CacheDecorator", "Shopware\Core\Framework\Validation\HappyPathValidator", "Shopware\Core\System\Language\CachedLanguageLoader", "Shopware\Core\System\Language\SalesChannel\CachedLanguageRoute", "Shopware\Core\Content\Seo\EmptyPathInfoResolver", "Shopware\Core\System\Country\SalesChannel\CachedCountryRoute", "Shopware\Core\System\Country\SalesChannel\CachedCountryStateRoute", "Shopware\Core\System\Currency\SalesChannel\CachedCurrencyRoute", "Shopware\Core\System\Salutation\SalesChannel\CachedSalutationRoute", "Shopware\Core\System\SystemConfig\MemoizedSystemConfigLoader", "Shopware\Core\Content\Category\SalesChannel\TreeBuildingNavigationRoute", "Shopware\Core\Content\Category\SalesChannel\CachedCategoryRoute", "Shopware\Core\Content\Product\SalesChannel\Price\AppScriptProductPriceCalculator", "Shopware\Core\Content\Product\SalesChannel\Suggest\ResolvedCriteriaProductSuggestRoute", "Shopware\Core\Content\Product\SalesChannel\Search\ResolvedCriteriaProductSearchRoute", "Shopware\Core\Content\Product\SalesChannel\Listing\ResolveCriteriaProductListingRoute", "Shopware\Core\Content\Product\SalesChannel\Detail\CachedProductDetailRoute", "Shopware\Core\Content\Product\SalesChannel\Review\CachedProductReviewRoute", "Shopware\Core\Content\Product\SalesChannel\CrossSelling\CachedProductCrossSellingRoute", "Shopware\Core\Content\Sitemap\SalesChannel\CachedSitemapRoute", "Shopware\Core\Content\LandingPage\SalesChannel\CachedLandingPageRoute", "Shopware\Core\Content\Flow\Dispatching\CachedFlowLoader", "Shopware\Core\Checkout\Cart\CachedRuleLoader", "Shopware\Core\Checkout\Payment\SalesChannel\SortedPaymentMethodRoute", "Shopware\Core\Checkout\Shipping\SalesChannel\SortedShippingMethodRoute", "Shopware\Administration\Snippet\CachedSnippetFinder", "Shopware\Storefront\Page\Product\Configurator\ProductPageConfiguratorLoader", "Shopware\Storefront\Page\Cms\DefaultMediaResolver", "Shopware\Storefront\Framework\Cache\CacheTracer", "Shopware\Elasticsearch\Product\SearchKeywordReplacement", "Shopware\Elasticsearch\Product\ProductSearchBuilder", "Devc\TintendienstIntegrations\ThumbnailProcessor\Service\ThumbnailUrlTemplateDecorator", "Devc\TintendienstIntegrations\Register\Service\CustomRegisterRouteDecorator", "Devc\TintendienstIntegrations\Register\Service\CustomUpsertAddressRoute", "Devc\TintendienstIntegrations\Register\Service\CustomChangeCustomerProfileRoute", "DreiscSeoPro\Decorator\Core\Content\Seo\SeoUrlPlaceholderHandlerDecorator", "DreiscSeoPro\Decorator\Shopware\Storefront\Routing\RequestTransformerDecorator", "DreiscSeoPro\Decorator\Storefront\Framework\Twig\TemplateDataExtensionDecorator", "Swag\CmsExtensions\Service\Content\Cms\SalesChannel\SalesChannelCmsPageLoaderBlockRuleDecorator", "Maxia\MaxiaListingBlockPrices6\Core\Content\Product\Cms\CrossSellingCmsElementResolver", "Frosh\ThumbnailProcessor\Service\UrlGeneratorDecorator", "debug.serializer", "debug.traced.messenger.bus.default", ".debug.http_client", "event_dispatcher", "Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface", "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface", "http_kernel", "Shopware\Core\Framework\DataAbstractionLayer\Cache\EntityCacheKeyGenerator", "Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute", "OpenSearch\Client", "admin.openSearch.client", "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory", but was never used.
Tag "shopware.snippet.file" was defined on service(s) "Dtgs\GoogleTagManager\Resources\snippet\en_GB\SnippetFile_en_GB", "Dtgs\GoogleTagManager\Resources\snippet\de_DE\SnippetFile_de_DE", "Kiener\MolliePayments\Resources\snippet\en_GB\SnippetFile_en_GB", "Kiener\MolliePayments\Resources\snippet\de_DE\SnippetFile_de_DE", "Kiener\MolliePayments\Resources\snippet\nl_NL\SnippetFile_nl_NL", but was never used. Did you mean "shopware.snippet.filter"?
Tag "mollie_payments.payment_method.remover.sw63" was defined on service(s) "Kiener\MolliePayments\Components\Subscription\Services\PaymentMethodRemover\SubscriptionRemover", "Kiener\MolliePayments\Components\Voucher\Service\VoucherRemover", but was never used. Did you mean "mollie_payments.payment_method.remover.sw64"?
Tag "shopware.composite_search.definition" was defined on service(s) "Kiener\MolliePayments\Components\Subscription\DAL\Subscription\SubscriptionDefinition", but was never used.
Tag "shopware.event_subscriber" was defined on service(s) "Maxia\MaxiaListingBlockPrices6\Subscriber\Storefront", but was never used. Did you mean "kernel.event_subscriber"?