Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Pimcore\Bundle\CoreBundle\DependencyInjection\Compiler\DoctrineCommandPrefixPass" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\ErpBC\Webhook\AbstractBaseErpWebhook".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\DQS\Controller\AdminDqsAuditController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Controller\Admin\AdminNewCustomerFiBu".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Controller\Admin\ErpImportController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Controller\Admin\FootballSchoolExportController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Controller\Admin\ForceReindexController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Controller\Admin\ProductDataQuality".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Controller\Admin\UserPhoneController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Controller\Admin\UserSapAccessController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Controller\AdminBc\AdminBcController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\DataPrivacy\Controller\SeoDataPrivacyController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\BBC\Controller\Admin\EventParticipantExportController".
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController".
Since league/flysystem-bundle 3.5: Using the legacy format with "adapter" and "options" keys is deprecated. Use the new discoverable format instead. See the migration guide for details.
Since symfony/framework-bundle 6.4: Not setting the "framework.validation.email_validation_mode" config option is deprecated. It will default to "html5" in 7.0.
Since symfony/framework-bundle 6.4: Not setting the "framework.uid.time_based_uuid_version" config option is deprecated. It will default to "7" in 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since symfony/config 7.4: Setting a default value to a required node is deprecated. Remove the default value from the node "service" or make it optional.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:934 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:943 called by DoctrineExtension.php:544, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Since pimcore/ecommerce-framework-bundle 1.1: The "parent_order_folder" option is deprecated. Use "order_parent_path" instead and adapt to use Carbon placeholders.
Since api-platform/core 3.3: Setting the value of "use_symfony_listeners" will be mandatory in 4.0 as it will default to "false". Use "true" if you use Symfony Controllers or Event Listeners.
Since api-platform/core 3.3: The hydra: prefix will be removed in 4.0 by default, set "api_platform.serializer" or "serializer.default_context" to "hydra_prefix: true" to keep the current behavior.
Since api-platform/core 3.1: GraphQL Playground is deprecated and will be removed in API Platform 4.0. Only GraphiQL will be available in the future. Set api_platform.graphql.graphql_playground to false in the configuration to remove this deprecation.
The "Pimcore\Bundle\AdminBundle\Controller\AdminAbstractController" class is considered internal. It may change without further notice. You should not use it from "SporeShop\PaymentBundle\State\StatusProvider".
The "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" class is considered internal. It may change without further notice. You should not use it from "CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers".
Since symfony/templating 6.4: "Symfony\Component\Templating\DelegatingEngine" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Since symfony/templating 6.4: "Symfony\Component\Templating\EngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Since symfony/templating 6.4: "Symfony\Component\Templating\StreamingEngineInterface" is deprecated since version 6.4 and will be removed in 7.0. Use Twig instead.
Class "Pimcore\Migrations\FilteredTableMetadataStorage" should implement method "Doctrine\Migrations\Metadata\Storage\MetadataStorage::getSql(ExecutionResult $result): iterable<Query>": ;.
Since symfony/validator 6.1: The "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator" constraint is deprecated since symfony 6.1, use "ExpressionSyntaxValidator" instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\CreateCaptureTokenCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\CreateNotifyTokenCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\DebugGatewayCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Payum\Bundle\PayumBundle\Command\StatusCommand".
The "Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\OpenSSLKeyLoader" class is deprecated since version 2.5 and will be removed in 3.0. Use "Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader" instead.
The "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\DefaultJWSProvider" class is deprecated since version 2.5 and will be removed in 3.0. Use "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider" or create your own "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface" implementation instead.
Since symfony/maker-bundle 1.29: The "Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest" class is deprecated, use "Symfony\Bundle\MakerBundle\Maker\MakeTest" instead.
Since symfony/maker-bundle 1.51: The "Symfony\Bundle\MakerBundle\Maker\MakeSubscriber" class is deprecated, use "Symfony\Bundle\MakerBundle\Maker\MakeListener" instead.
Since symfony/maker-bundle 1.29: The "Symfony\Bundle\MakerBundle\Maker\MakeUnitTest" class is deprecated, use "Symfony\Bundle\MakerBundle\Maker\MakeTest" instead.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the "Pimcore\Bundle\PersonalizationBundle\Targeting\Code\TargetingCodeGenerator" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" service.
Since pimcore/pimcore 11.2: The "Pimcore\Localization\LocaleService" alias is deprecated, use "Pimcore\Localization\LocaleServiceInterface" instead. It is being referenced by the "SporeShop\CheckoutBundle\EventListener\CheckoutListener" service.
Since pimcore/pimcore 11.2: The "Pimcore\Localization\LocaleService" alias is deprecated, use "Pimcore\Localization\LocaleServiceInterface" instead. It is being referenced by the "SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep" service.
Since pimcore/pimcore 11.2: The "Pimcore\Localization\LocaleService" alias is deprecated, use "Pimcore\Localization\LocaleServiceInterface" instead. It is being referenced by the "SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the "Pimcore\Workflow\Notification\NotificationEmailService" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the ".service_locator.CgLZdtH" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the ".service_locator.jIByowl" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the ".service_locator.R9QpNoR" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the ".service_locator.dZKVYg7" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the ".service_locator.s1Bfuj9" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the ".service_locator.jNDhEpi" service.
Since pimcore/pimcore 12.3: The "Symfony\Component\Templating\EngineInterface" service is deprecated and will be removed in 13.0. Use Twig\Environment directly instead. It is being referenced by the ".service_locator.8xg5o4u" service.
Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Payum\Core\Model\ArrayObject" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor::getTypes()" method is deprecated, use "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Type" class is deprecated. Use "Symfony\Component\TypeInfo\Type" class from "symfony/type-info" instead.
Since twig/twig 3.12: Character "P" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "@PimcoreAdmin/admin/install/check.html.twig" at line 13.
Since twig/twig 3.12: Character "P" should not be escaped; the "\" character is ignored in Twig 3 but will not be in Twig 4. Please remove the extra "\" character at position 2 in "@PimcoreAdmin/admin/install/check.html.twig" at line 15.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/pimcore/personalization-bundle/templates/Targeting/toolbar/toolbar_js.html.twig at line 6.
Since twig/twig 3.12: The "tag" constructor argument of the "Pimcore\Twig\Node\AssetCompressNode" class is deprecated and ignored (check which TokenParser class set it to "pimcoreassetcompress"), the tag is now automatically set by the Parser when needed.
Since twig/twig 3.9: Twig node "Pimcore\Twig\Node\AssetCompressNode" is not marked as ready for using "yield" instead of "echo"; please make it ready and then flag it with the #[\Twig\Attribute\YieldReady] attribute.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/pimcore/personalization-bundle/templates/Targeting/toolbar/toolbar.html.twig at line 4.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/pimcore/personalization-bundle/templates/Targeting/toolbar/toolbar.html.twig at line 286.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/pimcore/ecommerce-framework-bundle/src/Resources/views/voucher/voucher_layout.html.twig at line 11.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/pimcore/ecommerce-framework-bundle/src/Resources/views/back-office.html.twig at line 20.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/pimcore/customer-management-framework-bundle/src/Resources/views/layout.html.twig at line 10.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/pimcore/customer-management-framework-bundle/src/Resources/views/layout.html.twig at line 39.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /var/www/html/vendor/pimcore/workflow-designer/src/Resources/views/default/index.html.twig at line 10.
Log messages generated during the compilation of the service container.
Messages
Class
1852
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" (parent: .abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener).
Resolving inheritance for "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Scoreplay\Command\ScoreplayMediaSyncCommand" (parent: .abstract.instanceof.App\Scoreplay\Command\ScoreplayMediaSyncCommand).
Resolving inheritance for "App\Scoreplay\Command\ScoreplayMediaSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Scoreplay\Command\ScoreplayMediaSyncCommand).
Resolving inheritance for ".instanceof.App\Scoreplay\MessageHandler\ProcessMediaMessageHandler.0.App\Scoreplay\MessageHandler\ProcessMediaMessageHandler" (parent: .abstract.instanceof.App\Scoreplay\MessageHandler\ProcessMediaMessageHandler).
Resolving inheritance for "App\Scoreplay\MessageHandler\ProcessMediaMessageHandler" (parent: .instanceof.App\Scoreplay\MessageHandler\ProcessMediaMessageHandler.0.App\Scoreplay\MessageHandler\ProcessMediaMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Product\Service\ErpProductDeserializer" (parent: .abstract.instanceof.App\ErpBC\Product\Service\ErpProductDeserializer).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Product\Service\ErpProductDeserializer" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Product\Service\ErpProductDeserializer).
Resolving inheritance for "App\ErpBC\Product\Service\ErpProductDeserializer" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Product\Service\ErpProductDeserializer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Domain\Repository\CustomerNumberAllocationRepository" (parent: .abstract.instanceof.App\Customer\Domain\Repository\CustomerNumberAllocationRepository).
Resolving inheritance for "App\Customer\Domain\Repository\CustomerNumberAllocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Domain\Repository\CustomerNumberAllocationRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook" (parent: .abstract.instanceof.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook).
Resolving inheritance for "App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook" (parent: .abstract.instanceof.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook).
Resolving inheritance for "App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook" (parent: .abstract.instanceof.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook).
Resolving inheritance for "App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook" (parent: .abstract.instanceof.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook).
Resolving inheritance for "App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook" (parent: .abstract.instanceof.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook).
Resolving inheritance for "App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook).
Resolving inheritance for ".instanceof.App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener.0.App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener" (parent: .abstract.instanceof.App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener).
Resolving inheritance for "App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener" (parent: .instanceof.App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener.0.App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener).
Resolving inheritance for ".instanceof.App\ErpBC\Customer\EventListener\CustomerNumberListener.0.App\ErpBC\Customer\EventListener\CustomerNumberListener" (parent: .abstract.instanceof.App\ErpBC\Customer\EventListener\CustomerNumberListener).
Resolving inheritance for "App\ErpBC\Customer\EventListener\CustomerNumberListener" (parent: .instanceof.App\ErpBC\Customer\EventListener\CustomerNumberListener.0.App\ErpBC\Customer\EventListener\CustomerNumberListener).
Resolving inheritance for ".instanceof.App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler.0.App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler" (parent: .abstract.instanceof.App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler).
Resolving inheritance for "App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler" (parent: .instanceof.App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler.0.App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler).
Resolving inheritance for ".instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler.0.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler" (parent: .abstract.instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler).
Resolving inheritance for "App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler" (parent: .instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler.0.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler).
Resolving inheritance for ".instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler.0.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler" (parent: .abstract.instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler).
Resolving inheritance for "App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler" (parent: .instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler.0.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Customer\Command\UpdateCustomerSegmentsCommand" (parent: .abstract.instanceof.App\ErpBC\Customer\Command\UpdateCustomerSegmentsCommand).
Resolving inheritance for "App\ErpBC\Customer\Command\UpdateCustomerSegmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Customer\Command\UpdateCustomerSegmentsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook" (parent: .abstract.instanceof.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook).
Resolving inheritance for "App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook" (parent: .abstract.instanceof.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook).
Resolving inheritance for "App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook" (parent: .abstract.instanceof.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook).
Resolving inheritance for "App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook" (parent: .abstract.instanceof.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook).
Resolving inheritance for "App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook" (parent: .abstract.instanceof.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook).
Resolving inheritance for "App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook).
Resolving inheritance for ".instanceof.App\ErpBC\GiftCard\EventListener\GiftCardListener.0.App\ErpBC\GiftCard\EventListener\GiftCardListener" (parent: .abstract.instanceof.App\ErpBC\GiftCard\EventListener\GiftCardListener).
Resolving inheritance for "App\ErpBC\GiftCard\EventListener\GiftCardListener" (parent: .instanceof.App\ErpBC\GiftCard\EventListener\GiftCardListener.0.App\ErpBC\GiftCard\EventListener\GiftCardListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\GiftCard\Command\GiftCardCleanupCommand" (parent: .abstract.instanceof.App\ErpBC\GiftCard\Command\GiftCardCleanupCommand).
Resolving inheritance for "App\ErpBC\GiftCard\Command\GiftCardCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\GiftCard\Command\GiftCardCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\GiftCard\Command\GiftCardCleanupPlaceholderCommand" (parent: .abstract.instanceof.App\ErpBC\GiftCard\Command\GiftCardCleanupPlaceholderCommand).
Resolving inheritance for "App\ErpBC\GiftCard\Command\GiftCardCleanupPlaceholderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\GiftCard\Command\GiftCardCleanupPlaceholderCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook" (parent: .abstract.instanceof.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook).
Resolving inheritance for "App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\OrderErpWebhook" (parent: .abstract.instanceof.App\ErpBC\Order\Webhook\OrderErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\OrderErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\OrderErpWebhook).
Resolving inheritance for "App\ErpBC\Order\Webhook\OrderErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\OrderErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\PdfErpWebhook" (parent: .abstract.instanceof.App\ErpBC\Order\Webhook\PdfErpWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\PdfErpWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\PdfErpWebhook).
Resolving inheritance for "App\ErpBC\Order\Webhook\PdfErpWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\PdfErpWebhook).
Resolving inheritance for ".instanceof.App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener.0.App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener" (parent: .abstract.instanceof.App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener).
Resolving inheritance for "App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener" (parent: .instanceof.App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener.0.App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener).
Resolving inheritance for ".instanceof.App\ErpBC\Order\EventListener\OrderErpTransactionEventListener.0.App\ErpBC\Order\EventListener\OrderErpTransactionEventListener" (parent: .abstract.instanceof.App\ErpBC\Order\EventListener\OrderErpTransactionEventListener).
Resolving inheritance for "App\ErpBC\Order\EventListener\OrderErpTransactionEventListener" (parent: .instanceof.App\ErpBC\Order\EventListener\OrderErpTransactionEventListener.0.App\ErpBC\Order\EventListener\OrderErpTransactionEventListener).
Resolving inheritance for ".instanceof.App\ErpBC\Order\EventListener\PaymentTransactionSaveListener.0.App\ErpBC\Order\EventListener\PaymentTransactionSaveListener" (parent: .abstract.instanceof.App\ErpBC\Order\EventListener\PaymentTransactionSaveListener).
Resolving inheritance for "App\ErpBC\Order\EventListener\PaymentTransactionSaveListener" (parent: .instanceof.App\ErpBC\Order\EventListener\PaymentTransactionSaveListener.0.App\ErpBC\Order\EventListener\PaymentTransactionSaveListener).
Resolving inheritance for ".instanceof.App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler.0.App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler" (parent: .abstract.instanceof.App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler).
Resolving inheritance for "App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler" (parent: .instanceof.App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler.0.App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Order\Command\RecoverStuckOrdersCommand" (parent: .abstract.instanceof.App\ErpBC\Order\Command\RecoverStuckOrdersCommand).
Resolving inheritance for "App\ErpBC\Order\Command\RecoverStuckOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Order\Command\RecoverStuckOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Order\Command\SendDailyOrderErpReportCommand" (parent: .abstract.instanceof.App\ErpBC\Order\Command\SendDailyOrderErpReportCommand).
Resolving inheritance for "App\ErpBC\Order\Command\SendDailyOrderErpReportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Order\Command\SendDailyOrderErpReportCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Membership\Controller\MembershipController" (parent: .abstract.instanceof.App\ErpBC\Membership\Controller\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Membership\Controller\MembershipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Membership\Controller\MembershipController).
Resolving inheritance for "App\ErpBC\Membership\Controller\MembershipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Membership\Controller\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Membership\Controller\PaymentMethodController" (parent: .abstract.instanceof.App\ErpBC\Membership\Controller\PaymentMethodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Membership\Controller\PaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Membership\Controller\PaymentMethodController).
Resolving inheritance for "App\ErpBC\Membership\Controller\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Membership\Controller\PaymentMethodController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Membership\Command\ProcessMembershipsCommand" (parent: .abstract.instanceof.App\ErpBC\Membership\Command\ProcessMembershipsCommand).
Resolving inheritance for "App\ErpBC\Membership\Command\ProcessMembershipsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Membership\Command\ProcessMembershipsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook" (parent: .abstract.instanceof.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook).
Resolving inheritance for "App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook" (parent: .abstract.instanceof.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook).
Resolving inheritance for "App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook).
Resolving inheritance for ".instanceof.App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener.0.App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener" (parent: .abstract.instanceof.App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener).
Resolving inheritance for "App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener" (parent: .instanceof.App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener.0.App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener).
Resolving inheritance for ".instanceof.App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener.0.App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener" (parent: .abstract.instanceof.App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener).
Resolving inheritance for "App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener" (parent: .instanceof.App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener.0.App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener).
Resolving inheritance for ".instanceof.App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler.0.App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler" (parent: .abstract.instanceof.App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler).
Resolving inheritance for "App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler" (parent: .instanceof.App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler.0.App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler).
Resolving inheritance for ".instanceof.App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler.0.App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler" (parent: .abstract.instanceof.App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler).
Resolving inheritance for "App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler" (parent: .instanceof.App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler.0.App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\SAP\OpenData\Command\OpenDataImportCommand" (parent: .abstract.instanceof.App\SAP\OpenData\Command\OpenDataImportCommand).
Resolving inheritance for "App\SAP\OpenData\Command\OpenDataImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\SAP\OpenData\Command\OpenDataImportCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Frisbii\Controller\FrisbiiWebhookController" (parent: .abstract.instanceof.App\Frisbii\Controller\FrisbiiWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Frisbii\Controller\FrisbiiWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Frisbii\Controller\FrisbiiWebhookController).
Resolving inheritance for "App\Frisbii\Controller\FrisbiiWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Frisbii\Controller\FrisbiiWebhookController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Frisbii\Command\SyncFrisbiiContractDataCommand" (parent: .abstract.instanceof.App\Frisbii\Command\SyncFrisbiiContractDataCommand).
Resolving inheritance for "App\Frisbii\Command\SyncFrisbiiContractDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Frisbii\Command\SyncFrisbiiContractDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Frisbii\Command\SyncFrisbiiCustomerDataCommand" (parent: .abstract.instanceof.App\Frisbii\Command\SyncFrisbiiCustomerDataCommand).
Resolving inheritance for "App\Frisbii\Command\SyncFrisbiiCustomerDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Frisbii\Command\SyncFrisbiiCustomerDataCommand).
Resolving inheritance for ".instanceof.App\Frisbii\MessageHandler\ContractCancelledMessageHandler.0.App\Frisbii\MessageHandler\ContractCancelledMessageHandler" (parent: .abstract.instanceof.App\Frisbii\MessageHandler\ContractCancelledMessageHandler).
Resolving inheritance for "App\Frisbii\MessageHandler\ContractCancelledMessageHandler" (parent: .instanceof.App\Frisbii\MessageHandler\ContractCancelledMessageHandler.0.App\Frisbii\MessageHandler\ContractCancelledMessageHandler).
Resolving inheritance for ".instanceof.App\Frisbii\MessageHandler\ContractChangedMessageHandler.0.App\Frisbii\MessageHandler\ContractChangedMessageHandler" (parent: .abstract.instanceof.App\Frisbii\MessageHandler\ContractChangedMessageHandler).
Resolving inheritance for "App\Frisbii\MessageHandler\ContractChangedMessageHandler" (parent: .instanceof.App\Frisbii\MessageHandler\ContractChangedMessageHandler.0.App\Frisbii\MessageHandler\ContractChangedMessageHandler).
Resolving inheritance for ".instanceof.App\Frisbii\MessageHandler\ContractCreatedMessageHandler.0.App\Frisbii\MessageHandler\ContractCreatedMessageHandler" (parent: .abstract.instanceof.App\Frisbii\MessageHandler\ContractCreatedMessageHandler).
Resolving inheritance for "App\Frisbii\MessageHandler\ContractCreatedMessageHandler" (parent: .instanceof.App\Frisbii\MessageHandler\ContractCreatedMessageHandler.0.App\Frisbii\MessageHandler\ContractCreatedMessageHandler).
Resolving inheritance for ".instanceof.App\Frisbii\MessageHandler\ContractDataChangedMessageHandler.0.App\Frisbii\MessageHandler\ContractDataChangedMessageHandler" (parent: .abstract.instanceof.App\Frisbii\MessageHandler\ContractDataChangedMessageHandler).
Resolving inheritance for "App\Frisbii\MessageHandler\ContractDataChangedMessageHandler" (parent: .instanceof.App\Frisbii\MessageHandler\ContractDataChangedMessageHandler.0.App\Frisbii\MessageHandler\ContractDataChangedMessageHandler).
Resolving inheritance for ".instanceof.App\Frisbii\MessageHandler\CustomerCreatedMessageHandler.0.App\Frisbii\MessageHandler\CustomerCreatedMessageHandler" (parent: .abstract.instanceof.App\Frisbii\MessageHandler\CustomerCreatedMessageHandler).
Resolving inheritance for "App\Frisbii\MessageHandler\CustomerCreatedMessageHandler" (parent: .instanceof.App\Frisbii\MessageHandler\CustomerCreatedMessageHandler.0.App\Frisbii\MessageHandler\CustomerCreatedMessageHandler).
Resolving inheritance for ".instanceof.App\DQS\EventListener\CustomerAuditLogListener.0.App\DQS\EventListener\CustomerAuditLogListener" (parent: .abstract.instanceof.App\DQS\EventListener\CustomerAuditLogListener).
Resolving inheritance for "App\DQS\EventListener\CustomerAuditLogListener" (parent: .instanceof.App\DQS\EventListener\CustomerAuditLogListener.0.App\DQS\EventListener\CustomerAuditLogListener).
Resolving inheritance for ".instanceof.App\DQS\EventListener\DqsAdminAssetsListener.0.App\DQS\EventListener\DqsAdminAssetsListener" (parent: .abstract.instanceof.App\DQS\EventListener\DqsAdminAssetsListener).
Resolving inheritance for "App\DQS\EventListener\DqsAdminAssetsListener" (parent: .instanceof.App\DQS\EventListener\DqsAdminAssetsListener.0.App\DQS\EventListener\DqsAdminAssetsListener).
Resolving inheritance for ".instanceof.App\DQS\EventListener\DqsCustomerEventListener.0.App\DQS\EventListener\DqsCustomerEventListener" (parent: .abstract.instanceof.App\DQS\EventListener\DqsCustomerEventListener).
Resolving inheritance for "App\DQS\EventListener\DqsCustomerEventListener" (parent: .instanceof.App\DQS\EventListener\DqsCustomerEventListener.0.App\DQS\EventListener\DqsCustomerEventListener).
Resolving inheritance for ".instanceof.App\DQS\EventListener\DqsMessengerFailureListener.0.App\DQS\EventListener\DqsMessengerFailureListener" (parent: .abstract.instanceof.App\DQS\EventListener\DqsMessengerFailureListener).
Resolving inheritance for "App\DQS\EventListener\DqsMessengerFailureListener" (parent: .instanceof.App\DQS\EventListener\DqsMessengerFailureListener.0.App\DQS\EventListener\DqsMessengerFailureListener).
Resolving inheritance for ".instanceof.App\DQS\MessageHandler\DqsCustomerProcessMessageHandler.0.App\DQS\MessageHandler\DqsCustomerProcessMessageHandler" (parent: .abstract.instanceof.App\DQS\MessageHandler\DqsCustomerProcessMessageHandler).
Resolving inheritance for "App\DQS\MessageHandler\DqsCustomerProcessMessageHandler" (parent: .instanceof.App\DQS\MessageHandler\DqsCustomerProcessMessageHandler.0.App\DQS\MessageHandler\DqsCustomerProcessMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\DQS\Command\DqsPeriodicAddressValidationCommand" (parent: .abstract.instanceof.App\DQS\Command\DqsPeriodicAddressValidationCommand).
Resolving inheritance for "App\DQS\Command\DqsPeriodicAddressValidationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\DQS\Command\DqsPeriodicAddressValidationCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\DQS\Controller\AdminDqsAuditController" (parent: .abstract.instanceof.App\DQS\Controller\AdminDqsAuditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\DQS\Controller\AdminDqsAuditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\DQS\Controller\AdminDqsAuditController).
Resolving inheritance for "App\DQS\Controller\AdminDqsAuditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\DQS\Controller\AdminDqsAuditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoCaptureController" (parent: .abstract.instanceof.App\Capaneo\Controller\CapaneoCaptureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoCaptureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoCaptureController).
Resolving inheritance for "App\Capaneo\Controller\CapaneoCaptureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoCaptureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoNormalizationController" (parent: .abstract.instanceof.App\Capaneo\Controller\CapaneoNormalizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoNormalizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoNormalizationController).
Resolving inheritance for "App\Capaneo\Controller\CapaneoNormalizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoNormalizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoValidationController" (parent: .abstract.instanceof.App\Capaneo\Controller\CapaneoValidationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoValidationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoValidationController).
Resolving inheritance for "App\Capaneo\Controller\CapaneoValidationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoValidationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminNewCustomerFiBu" (parent: .abstract.instanceof.App\Controller\Admin\AdminNewCustomerFiBu).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminNewCustomerFiBu" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminNewCustomerFiBu).
Resolving inheritance for "App\Controller\Admin\AdminNewCustomerFiBu" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminNewCustomerFiBu).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ErpImportController" (parent: .abstract.instanceof.App\Controller\Admin\ErpImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ErpImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ErpImportController).
Resolving inheritance for "App\Controller\Admin\ErpImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ErpImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FootballSchoolExportController" (parent: .abstract.instanceof.App\Controller\Admin\FootballSchoolExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FootballSchoolExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FootballSchoolExportController).
Resolving inheritance for "App\Controller\Admin\FootballSchoolExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FootballSchoolExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForceReindexController" (parent: .abstract.instanceof.App\Controller\Admin\ForceReindexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForceReindexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForceReindexController).
Resolving inheritance for "App\Controller\Admin\ForceReindexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForceReindexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductDataQuality" (parent: .abstract.instanceof.App\Controller\Admin\ProductDataQuality).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductDataQuality" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductDataQuality).
Resolving inheritance for "App\Controller\Admin\ProductDataQuality" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductDataQuality).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserPhoneController" (parent: .abstract.instanceof.App\Controller\Admin\UserPhoneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserPhoneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserPhoneController).
Resolving inheritance for "App\Controller\Admin\UserPhoneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserPhoneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserSapAccessController" (parent: .abstract.instanceof.App\Controller\Admin\UserSapAccessController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserSapAccessController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserSapAccessController).
Resolving inheritance for "App\Controller\Admin\UserSapAccessController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserSapAccessController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBc\AdminBcController" (parent: .abstract.instanceof.App\Controller\AdminBc\AdminBcController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBc\AdminBcController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBc\AdminBcController).
Resolving inheritance for "App\Controller\AdminBc\AdminBcController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBc\AdminBcController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController" (parent: .abstract.instanceof.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController).
Resolving inheritance for "App\Controller\ContentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FootballSchoolController" (parent: .abstract.instanceof.App\Controller\FootballSchoolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FootballSchoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FootballSchoolController).
Resolving inheritance for "App\Controller\FootballSchoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FootballSchoolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormController" (parent: .abstract.instanceof.App\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormController).
Resolving inheritance for "App\Controller\FormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController" (parent: .abstract.instanceof.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController).
Resolving inheritance for "App\Controller\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController" (parent: .abstract.instanceof.App\Controller\Web2printController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController).
Resolving inheritance for "App\Controller\Web2printController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\DataPrivacy\Controller\SeoDataPrivacyController" (parent: .abstract.instanceof.App\DataPrivacy\Controller\SeoDataPrivacyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\DataPrivacy\Controller\SeoDataPrivacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\DataPrivacy\Controller\SeoDataPrivacyController).
Resolving inheritance for "App\DataPrivacy\Controller\SeoDataPrivacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\DataPrivacy\Controller\SeoDataPrivacyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\ConsentProfileEventsE2EController" (parent: .abstract.instanceof.App\E2E\Controller\ConsentProfileEventsE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\ConsentProfileEventsE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\ConsentProfileEventsE2EController).
Resolving inheritance for "App\E2E\Controller\ConsentProfileEventsE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\ConsentProfileEventsE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\CustomerMemberSinceE2EController" (parent: .abstract.instanceof.App\E2E\Controller\CustomerMemberSinceE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\CustomerMemberSinceE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\CustomerMemberSinceE2EController).
Resolving inheritance for "App\E2E\Controller\CustomerMemberSinceE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\CustomerMemberSinceE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\CustomerNumberE2EController" (parent: .abstract.instanceof.App\E2E\Controller\CustomerNumberE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\CustomerNumberE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\CustomerNumberE2EController).
Resolving inheritance for "App\E2E\Controller\CustomerNumberE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\CustomerNumberE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\MembershipCancelE2EController" (parent: .abstract.instanceof.App\E2E\Controller\MembershipCancelE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\MembershipCancelE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\MembershipCancelE2EController).
Resolving inheritance for "App\E2E\Controller\MembershipCancelE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\MembershipCancelE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\MembershipCustomerValidationE2EController" (parent: .abstract.instanceof.App\E2E\Controller\MembershipCustomerValidationE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\MembershipCustomerValidationE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\MembershipCustomerValidationE2EController).
Resolving inheritance for "App\E2E\Controller\MembershipCustomerValidationE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\MembershipCustomerValidationE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\NewsletterCleanupE2EController" (parent: .abstract.instanceof.App\E2E\Controller\NewsletterCleanupE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\NewsletterCleanupE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\NewsletterCleanupE2EController).
Resolving inheritance for "App\E2E\Controller\NewsletterCleanupE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\NewsletterCleanupE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\OrdersE2EController" (parent: .abstract.instanceof.App\E2E\Controller\OrdersE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\OrdersE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\OrdersE2EController).
Resolving inheritance for "App\E2E\Controller\OrdersE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\OrdersE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PaymentMethodsE2EController" (parent: .abstract.instanceof.App\E2E\Controller\PaymentMethodsE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PaymentMethodsE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PaymentMethodsE2EController).
Resolving inheritance for "App\E2E\Controller\PaymentMethodsE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PaymentMethodsE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PersonalDataE2EController" (parent: .abstract.instanceof.App\E2E\Controller\PersonalDataE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PersonalDataE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PersonalDataE2EController).
Resolving inheritance for "App\E2E\Controller\PersonalDataE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PersonalDataE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PreferenceCenterE2EController" (parent: .abstract.instanceof.App\E2E\Controller\PreferenceCenterE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PreferenceCenterE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PreferenceCenterE2EController).
Resolving inheritance for "App\E2E\Controller\PreferenceCenterE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PreferenceCenterE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\ProductCustomizationE2EController" (parent: .abstract.instanceof.App\E2E\Controller\ProductCustomizationE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\ProductCustomizationE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\ProductCustomizationE2EController).
Resolving inheritance for "App\E2E\Controller\ProductCustomizationE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\ProductCustomizationE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\WiderrufE2EController" (parent: .abstract.instanceof.App\E2E\Controller\WiderrufE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\WiderrufE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\WiderrufE2EController).
Resolving inheritance for "App\E2E\Controller\WiderrufE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\WiderrufE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\WishlistE2EController" (parent: .abstract.instanceof.App\E2E\Controller\WishlistE2EController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\WishlistE2EController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\WishlistE2EController).
Resolving inheritance for "App\E2E\Controller\WishlistE2EController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\WishlistE2EController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\Admin\EventParticipantExportController" (parent: .abstract.instanceof.App\BBC\Controller\Admin\EventParticipantExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\Admin\EventParticipantExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\Admin\EventParticipantExportController).
Resolving inheritance for "App\BBC\Controller\Admin\EventParticipantExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\Admin\EventParticipantExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\EventController" (parent: .abstract.instanceof.App\BBC\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\EventController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\EventController).
Resolving inheritance for "App\BBC\Controller\EventController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\EventController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\NewsController" (parent: .abstract.instanceof.App\BBC\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\NewsController).
Resolving inheritance for "App\BBC\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\ProfileController" (parent: .abstract.instanceof.App\BBC\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\ProfileController).
Resolving inheritance for "App\BBC\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\ProfileController).
Resolving inheritance for ".instanceof.App\BBC\EventListener\ApiCacheControlListener.0.App\BBC\EventListener\ApiCacheControlListener" (parent: .abstract.instanceof.App\BBC\EventListener\ApiCacheControlListener).
Resolving inheritance for "App\BBC\EventListener\ApiCacheControlListener" (parent: .instanceof.App\BBC\EventListener\ApiCacheControlListener.0.App\BBC\EventListener\ApiCacheControlListener).
Resolving inheritance for ".instanceof.App\BBC\EventListener\CustomerValidationListener.0.App\BBC\EventListener\CustomerValidationListener" (parent: .abstract.instanceof.App\BBC\EventListener\CustomerValidationListener).
Resolving inheritance for "App\BBC\EventListener\CustomerValidationListener" (parent: .instanceof.App\BBC\EventListener\CustomerValidationListener.0.App\BBC\EventListener\CustomerValidationListener).
Resolving inheritance for ".instanceof.App\BBC\EventListener\MembershipVertragCustomerSegmentListener.0.App\BBC\EventListener\MembershipVertragCustomerSegmentListener" (parent: .abstract.instanceof.App\BBC\EventListener\MembershipVertragCustomerSegmentListener).
Resolving inheritance for "App\BBC\EventListener\MembershipVertragCustomerSegmentListener" (parent: .instanceof.App\BBC\EventListener\MembershipVertragCustomerSegmentListener.0.App\BBC\EventListener\MembershipVertragCustomerSegmentListener).
Resolving inheritance for ".instanceof.App\BBC\EventListener\MembershipVertragTerminationDateListener.0.App\BBC\EventListener\MembershipVertragTerminationDateListener" (parent: .abstract.instanceof.App\BBC\EventListener\MembershipVertragTerminationDateListener).
Resolving inheritance for "App\BBC\EventListener\MembershipVertragTerminationDateListener" (parent: .instanceof.App\BBC\EventListener\MembershipVertragTerminationDateListener.0.App\BBC\EventListener\MembershipVertragTerminationDateListener).
Resolving inheritance for ".instanceof.App\BBC\EventListener\MembershipVertragValidationListener.0.App\BBC\EventListener\MembershipVertragValidationListener" (parent: .abstract.instanceof.App\BBC\EventListener\MembershipVertragValidationListener).
Resolving inheritance for "App\BBC\EventListener\MembershipVertragValidationListener" (parent: .instanceof.App\BBC\EventListener\MembershipVertragValidationListener.0.App\BBC\EventListener\MembershipVertragValidationListener).
Resolving inheritance for ".instanceof.App\BBC\EventListener\ParticipationMembershipVertragCounterListener.0.App\BBC\EventListener\ParticipationMembershipVertragCounterListener" (parent: .abstract.instanceof.App\BBC\EventListener\ParticipationMembershipVertragCounterListener).
Resolving inheritance for "App\BBC\EventListener\ParticipationMembershipVertragCounterListener" (parent: .instanceof.App\BBC\EventListener\ParticipationMembershipVertragCounterListener.0.App\BBC\EventListener\ParticipationMembershipVertragCounterListener).
Resolving inheritance for ".instanceof.App\BBC\EventListener\VeranstaltungValidationListener.0.App\BBC\EventListener\VeranstaltungValidationListener" (parent: .abstract.instanceof.App\BBC\EventListener\VeranstaltungValidationListener).
Resolving inheritance for "App\BBC\EventListener\VeranstaltungValidationListener" (parent: .instanceof.App\BBC\EventListener\VeranstaltungValidationListener.0.App\BBC\EventListener\VeranstaltungValidationListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ExportEventParticipantsCommand" (parent: .abstract.instanceof.App\BBC\Command\ExportEventParticipantsCommand).
Resolving inheritance for "App\BBC\Command\ExportEventParticipantsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ExportEventParticipantsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventFinalInfoMailCommand" (parent: .abstract.instanceof.App\BBC\Command\ProcessEventFinalInfoMailCommand).
Resolving inheritance for "App\BBC\Command\ProcessEventFinalInfoMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventFinalInfoMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventInvitationMailCommand" (parent: .abstract.instanceof.App\BBC\Command\ProcessEventInvitationMailCommand).
Resolving inheritance for "App\BBC\Command\ProcessEventInvitationMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventInvitationMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventRecapMailCommand" (parent: .abstract.instanceof.App\BBC\Command\ProcessEventRecapMailCommand).
Resolving inheritance for "App\BBC\Command\ProcessEventRecapMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventRecapMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessMembershipOnboardingMailCommand" (parent: .abstract.instanceof.App\BBC\Command\ProcessMembershipOnboardingMailCommand).
Resolving inheritance for "App\BBC\Command\ProcessMembershipOnboardingMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessMembershipOnboardingMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\RemoveExpiredMembershipGroupsCommand" (parent: .abstract.instanceof.App\BBC\Command\RemoveExpiredMembershipGroupsCommand).
Resolving inheritance for "App\BBC\Command\RemoveExpiredMembershipGroupsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\RemoveExpiredMembershipGroupsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ResetMembershipEventParticipationCountCommand" (parent: .abstract.instanceof.App\BBC\Command\ResetMembershipEventParticipationCountCommand).
Resolving inheritance for "App\BBC\Command\ResetMembershipEventParticipationCountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ResetMembershipEventParticipationCountCommand).
Resolving inheritance for ".instanceof.App\Ofc\OfcAntrag\EventListener\OfcAntragListener.0.App\Ofc\OfcAntrag\EventListener\OfcAntragListener" (parent: .abstract.instanceof.App\Ofc\OfcAntrag\EventListener\OfcAntragListener).
Resolving inheritance for "App\Ofc\OfcAntrag\EventListener\OfcAntragListener" (parent: .instanceof.App\Ofc\OfcAntrag\EventListener\OfcAntragListener.0.App\Ofc\OfcAntrag\EventListener\OfcAntragListener).
Resolving inheritance for ".instanceof.App\Customer\MembershipCancellation\EventListener\CancellationAuditListener.0.App\Customer\MembershipCancellation\EventListener\CancellationAuditListener" (parent: .abstract.instanceof.App\Customer\MembershipCancellation\EventListener\CancellationAuditListener).
Resolving inheritance for "App\Customer\MembershipCancellation\EventListener\CancellationAuditListener" (parent: .instanceof.App\Customer\MembershipCancellation\EventListener\CancellationAuditListener.0.App\Customer\MembershipCancellation\EventListener\CancellationAuditListener).
Resolving inheritance for ".instanceof.App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener.0.App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener" (parent: .abstract.instanceof.App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener).
Resolving inheritance for "App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener" (parent: .instanceof.App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener.0.App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener).
Resolving inheritance for ".instanceof.App\Customer\MembershipCancellation\EventListener\CancellationMailingListener.0.App\Customer\MembershipCancellation\EventListener\CancellationMailingListener" (parent: .abstract.instanceof.App\Customer\MembershipCancellation\EventListener\CancellationMailingListener).
Resolving inheritance for "App\Customer\MembershipCancellation\EventListener\CancellationMailingListener" (parent: .instanceof.App\Customer\MembershipCancellation\EventListener\CancellationMailingListener.0.App\Customer\MembershipCancellation\EventListener\CancellationMailingListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController" (parent: .abstract.instanceof.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController).
Resolving inheritance for "App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\CancelDateController" (parent: .abstract.instanceof.App\Customer\MembershipCancellation\Controller\CancelDateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\CancelDateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\CancelDateController).
Resolving inheritance for "App\Customer\MembershipCancellation\Controller\CancelDateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\CancelDateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\IdentityVerificationController" (parent: .abstract.instanceof.App\Customer\MembershipCancellation\Controller\IdentityVerificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\IdentityVerificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\IdentityVerificationController).
Resolving inheritance for "App\Customer\MembershipCancellation\Controller\IdentityVerificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\IdentityVerificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\MembershipCancellationController" (parent: .abstract.instanceof.App\Customer\MembershipCancellation\Controller\MembershipCancellationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\MembershipCancellationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\MembershipCancellationController).
Resolving inheritance for "App\Customer\MembershipCancellation\Controller\MembershipCancellationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\MembershipCancellationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Widerruf\Controller\WiderrufController" (parent: .abstract.instanceof.App\Customer\Widerruf\Controller\WiderrufController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Widerruf\Controller\WiderrufController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Widerruf\Controller\WiderrufController).
Resolving inheritance for "App\Customer\Widerruf\Controller\WiderrufController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Widerruf\Controller\WiderrufController).
Resolving inheritance for ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener.0.App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener" (parent: .abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener).
Resolving inheritance for "App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener" (parent: .instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener.0.App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener).
Resolving inheritance for ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener.0.App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener" (parent: .abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener).
Resolving inheritance for "App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener" (parent: .instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener.0.App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener).
Resolving inheritance for ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener.0.App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener" (parent: .abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener).
Resolving inheritance for "App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener" (parent: .instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener.0.App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener).
Resolving inheritance for ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener.0.App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener" (parent: .abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener).
Resolving inheritance for "App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener" (parent: .instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener.0.App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener).
Resolving inheritance for ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener.0.App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener" (parent: .abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener).
Resolving inheritance for "App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener" (parent: .instanceof.App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener.0.App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener).
Resolving inheritance for ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener.0.App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener" (parent: .abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener).
Resolving inheritance for "App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener" (parent: .instanceof.App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener.0.App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController" (parent: .abstract.instanceof.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController).
Resolving inheritance for "App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController" (parent: .abstract.instanceof.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController).
Resolving inheritance for "App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetCopyrightCommand" (parent: .abstract.instanceof.App\Command\AssetCopyrightCommand).
Resolving inheritance for "App\Command\AssetCopyrightCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetCopyrightCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupGuestCustomersCommand" (parent: .abstract.instanceof.App\Command\CleanupGuestCustomersCommand).
Resolving inheritance for "App\Command\CleanupGuestCustomersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupGuestCustomersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupProductSeoUrlsCommand" (parent: .abstract.instanceof.App\Command\CleanupProductSeoUrlsCommand).
Resolving inheritance for "App\Command\CleanupProductSeoUrlsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupProductSeoUrlsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentAdvancedReindexCommand" (parent: .abstract.instanceof.App\Command\DeploymentAdvancedReindexCommand).
Resolving inheritance for "App\Command\DeploymentAdvancedReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentAdvancedReindexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentReindexCommand" (parent: .abstract.instanceof.App\Command\DeploymentReindexCommand).
Resolving inheritance for "App\Command\DeploymentReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentReindexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentUpdateIndexCommand" (parent: .abstract.instanceof.App\Command\DeploymentUpdateIndexCommand).
Resolving inheritance for "App\Command\DeploymentUpdateIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentUpdateIndexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportDoofinderFeedCommand" (parent: .abstract.instanceof.App\Command\ExportDoofinderFeedCommand).
Resolving inheritance for "App\Command\ExportDoofinderFeedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportDoofinderFeedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportGoogleFeedCommand" (parent: .abstract.instanceof.App\Command\ExportGoogleFeedCommand).
Resolving inheritance for "App\Command\ExportGoogleFeedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportGoogleFeedCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomerBirthdayCommand" (parent: .abstract.instanceof.App\Command\ImportCustomerBirthdayCommand).
Resolving inheritance for "App\Command\ImportCustomerBirthdayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomerBirthdayCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomersCommand" (parent: .abstract.instanceof.App\Command\ImportCustomersCommand).
Resolving inheritance for "App\Command\ImportCustomersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportOrdersCommand" (parent: .abstract.instanceof.App\Command\ImportOrdersCommand).
Resolving inheritance for "App\Command\ImportOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewCustomerFiBuCleanupCommand" (parent: .abstract.instanceof.App\Command\NewCustomerFiBuCleanupCommand).
Resolving inheritance for "App\Command\NewCustomerFiBuCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewCustomerFiBuCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QueueMonitorCommand" (parent: .abstract.instanceof.App\Command\QueueMonitorCommand).
Resolving inheritance for "App\Command\QueueMonitorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QueueMonitorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCustomerSegmentsCommand" (parent: .abstract.instanceof.App\Command\UpdateCustomerSegmentsCommand).
Resolving inheritance for "App\Command\UpdateCustomerSegmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCustomerSegmentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsiteSettingCacheClearCommand" (parent: .abstract.instanceof.App\Command\WebsiteSettingCacheClearCommand).
Resolving inheritance for "App\Command\WebsiteSettingCacheClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsiteSettingCacheClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Customer\Newsletter\Command\CleanupNewsletterContactsCommand" (parent: .abstract.instanceof.App\Customer\Newsletter\Command\CleanupNewsletterContactsCommand).
Resolving inheritance for "App\Customer\Newsletter\Command\CleanupNewsletterContactsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Customer\Newsletter\Command\CleanupNewsletterContactsCommand).
Resolving inheritance for ".instanceof.App\EventListener\AdminOrderTimelineListener.0.App\EventListener\AdminOrderTimelineListener" (parent: .abstract.instanceof.App\EventListener\AdminOrderTimelineListener).
Resolving inheritance for "App\EventListener\AdminOrderTimelineListener" (parent: .instanceof.App\EventListener\AdminOrderTimelineListener.0.App\EventListener\AdminOrderTimelineListener).
Resolving inheritance for ".instanceof.App\EventListener\AssetUploadListener.0.App\EventListener\AssetUploadListener" (parent: .abstract.instanceof.App\EventListener\AssetUploadListener).
Resolving inheritance for "App\EventListener\AssetUploadListener" (parent: .instanceof.App\EventListener\AssetUploadListener.0.App\EventListener\AssetUploadListener).
Resolving inheritance for ".instanceof.App\EventListener\BunnyAssetCachePurgeListener.0.App\EventListener\BunnyAssetCachePurgeListener" (parent: .abstract.instanceof.App\EventListener\BunnyAssetCachePurgeListener).
Resolving inheritance for "App\EventListener\BunnyAssetCachePurgeListener" (parent: .instanceof.App\EventListener\BunnyAssetCachePurgeListener.0.App\EventListener\BunnyAssetCachePurgeListener).
Resolving inheritance for ".instanceof.App\EventListener\CMS\ContentPropertiesListener.0.App\EventListener\CMS\ContentPropertiesListener" (parent: .abstract.instanceof.App\EventListener\CMS\ContentPropertiesListener).
Resolving inheritance for "App\EventListener\CMS\ContentPropertiesListener" (parent: .instanceof.App\EventListener\CMS\ContentPropertiesListener.0.App\EventListener\CMS\ContentPropertiesListener).
Resolving inheritance for ".instanceof.App\EventListener\CacheClearListener.0.App\EventListener\CacheClearListener" (parent: .abstract.instanceof.App\EventListener\CacheClearListener).
Resolving inheritance for "App\EventListener\CacheClearListener" (parent: .instanceof.App\EventListener\CacheClearListener.0.App\EventListener\CacheClearListener).
Resolving inheritance for ".instanceof.App\EventListener\CheckoutEventListener.0.App\EventListener\CheckoutEventListener" (parent: .abstract.instanceof.App\EventListener\CheckoutEventListener).
Resolving inheritance for "App\EventListener\CheckoutEventListener" (parent: .instanceof.App\EventListener\CheckoutEventListener.0.App\EventListener\CheckoutEventListener).
Resolving inheritance for ".instanceof.App\EventListener\CorsListener.0.App\EventListener\CorsListener" (parent: .abstract.instanceof.App\EventListener\CorsListener).
Resolving inheritance for "App\EventListener\CorsListener" (parent: .instanceof.App\EventListener\CorsListener.0.App\EventListener\CorsListener).
Resolving inheritance for ".instanceof.App\EventListener\CustomerDataChangedListener.0.App\EventListener\CustomerDataChangedListener" (parent: .abstract.instanceof.App\EventListener\CustomerDataChangedListener).
Resolving inheritance for "App\EventListener\CustomerDataChangedListener" (parent: .instanceof.App\EventListener\CustomerDataChangedListener.0.App\EventListener\CustomerDataChangedListener).
Resolving inheritance for ".instanceof.App\EventListener\CustomerEmailCapaneoValidationListener.0.App\EventListener\CustomerEmailCapaneoValidationListener" (parent: .abstract.instanceof.App\EventListener\CustomerEmailCapaneoValidationListener).
Resolving inheritance for "App\EventListener\CustomerEmailCapaneoValidationListener" (parent: .instanceof.App\EventListener\CustomerEmailCapaneoValidationListener.0.App\EventListener\CustomerEmailCapaneoValidationListener).
Resolving inheritance for ".instanceof.App\EventListener\CustomerEmailChangeListener.0.App\EventListener\CustomerEmailChangeListener" (parent: .abstract.instanceof.App\EventListener\CustomerEmailChangeListener).
Resolving inheritance for "App\EventListener\CustomerEmailChangeListener" (parent: .instanceof.App\EventListener\CustomerEmailChangeListener.0.App\EventListener\CustomerEmailChangeListener).
Resolving inheritance for ".instanceof.App\EventListener\CustomerEmailDomainBlacklistValidationListener.0.App\EventListener\CustomerEmailDomainBlacklistValidationListener" (parent: .abstract.instanceof.App\EventListener\CustomerEmailDomainBlacklistValidationListener).
Resolving inheritance for "App\EventListener\CustomerEmailDomainBlacklistValidationListener" (parent: .instanceof.App\EventListener\CustomerEmailDomainBlacklistValidationListener.0.App\EventListener\CustomerEmailDomainBlacklistValidationListener).
Resolving inheritance for ".instanceof.App\EventListener\CustomerEmailUniqueValidationListener.0.App\EventListener\CustomerEmailUniqueValidationListener" (parent: .abstract.instanceof.App\EventListener\CustomerEmailUniqueValidationListener).
Resolving inheritance for "App\EventListener\CustomerEmailUniqueValidationListener" (parent: .instanceof.App\EventListener\CustomerEmailUniqueValidationListener.0.App\EventListener\CustomerEmailUniqueValidationListener).
Resolving inheritance for ".instanceof.App\EventListener\CustomerFrisbiiIframeListener.0.App\EventListener\CustomerFrisbiiIframeListener" (parent: .abstract.instanceof.App\EventListener\CustomerFrisbiiIframeListener).
Resolving inheritance for "App\EventListener\CustomerFrisbiiIframeListener" (parent: .instanceof.App\EventListener\CustomerFrisbiiIframeListener.0.App\EventListener\CustomerFrisbiiIframeListener).
Resolving inheritance for ".instanceof.App\EventListener\CustomerParentFolderListener.0.App\EventListener\CustomerParentFolderListener" (parent: .abstract.instanceof.App\EventListener\CustomerParentFolderListener).
Resolving inheritance for "App\EventListener\CustomerParentFolderListener" (parent: .instanceof.App\EventListener\CustomerParentFolderListener.0.App\EventListener\CustomerParentFolderListener).
Resolving inheritance for ".instanceof.App\EventListener\CustomerSegmentMandantValidationListener.0.App\EventListener\CustomerSegmentMandantValidationListener" (parent: .abstract.instanceof.App\EventListener\CustomerSegmentMandantValidationListener).
Resolving inheritance for "App\EventListener\CustomerSegmentMandantValidationListener" (parent: .instanceof.App\EventListener\CustomerSegmentMandantValidationListener.0.App\EventListener\CustomerSegmentMandantValidationListener).
Resolving inheritance for ".instanceof.App\EventListener\DataObjectIndexUpdateListener.0.App\EventListener\DataObjectIndexUpdateListener" (parent: .abstract.instanceof.App\EventListener\DataObjectIndexUpdateListener).
Resolving inheritance for "App\EventListener\DataObjectIndexUpdateListener" (parent: .instanceof.App\EventListener\DataObjectIndexUpdateListener.0.App\EventListener\DataObjectIndexUpdateListener).
Resolving inheritance for ".instanceof.App\EventListener\FootballCampImportUploadListener.0.App\EventListener\FootballCampImportUploadListener" (parent: .abstract.instanceof.App\EventListener\FootballCampImportUploadListener).
Resolving inheritance for "App\EventListener\FootballCampImportUploadListener" (parent: .instanceof.App\EventListener\FootballCampImportUploadListener.0.App\EventListener\FootballCampImportUploadListener).
Resolving inheritance for ".instanceof.App\EventListener\NewCustomerFibuListener.0.App\EventListener\NewCustomerFibuListener" (parent: .abstract.instanceof.App\EventListener\NewCustomerFibuListener).
Resolving inheritance for "App\EventListener\NewCustomerFibuListener" (parent: .instanceof.App\EventListener\NewCustomerFibuListener.0.App\EventListener\NewCustomerFibuListener).
Resolving inheritance for ".instanceof.App\EventListener\OrderEventListener.0.App\EventListener\OrderEventListener" (parent: .abstract.instanceof.App\EventListener\OrderEventListener).
Resolving inheritance for "App\EventListener\OrderEventListener" (parent: .instanceof.App\EventListener\OrderEventListener.0.App\EventListener\OrderEventListener).
Resolving inheritance for ".instanceof.App\EventListener\PaymentAuthorizedEventListener.0.App\EventListener\PaymentAuthorizedEventListener" (parent: .abstract.instanceof.App\EventListener\PaymentAuthorizedEventListener).
Resolving inheritance for "App\EventListener\PaymentAuthorizedEventListener" (parent: .instanceof.App\EventListener\PaymentAuthorizedEventListener.0.App\EventListener\PaymentAuthorizedEventListener).
Resolving inheritance for ".instanceof.App\EventListener\PimcoreAdminListener.0.App\EventListener\PimcoreAdminListener" (parent: .abstract.instanceof.App\EventListener\PimcoreAdminListener).
Resolving inheritance for "App\EventListener\PimcoreAdminListener" (parent: .instanceof.App\EventListener\PimcoreAdminListener.0.App\EventListener\PimcoreAdminListener).
Resolving inheritance for ".instanceof.App\EventListener\ProductSaveListener.0.App\EventListener\ProductSaveListener" (parent: .abstract.instanceof.App\EventListener\ProductSaveListener).
Resolving inheritance for "App\EventListener\ProductSaveListener" (parent: .instanceof.App\EventListener\ProductSaveListener.0.App\EventListener\ProductSaveListener).
Resolving inheritance for ".instanceof.App\EventListener\SporeClearCartListener.0.App\EventListener\SporeClearCartListener" (parent: .abstract.instanceof.App\EventListener\SporeClearCartListener).
Resolving inheritance for "App\EventListener\SporeClearCartListener" (parent: .instanceof.App\EventListener\SporeClearCartListener.0.App\EventListener\SporeClearCartListener).
Resolving inheritance for ".instanceof.App\EventListener\VerifyVfBAddressListener.0.App\EventListener\VerifyVfBAddressListener" (parent: .abstract.instanceof.App\EventListener\VerifyVfBAddressListener).
Resolving inheritance for "App\EventListener\VerifyVfBAddressListener" (parent: .instanceof.App\EventListener\VerifyVfBAddressListener.0.App\EventListener\VerifyVfBAddressListener).
Resolving inheritance for ".instanceof.App\EventListener\WebsiteSettingCacheClearListener.0.App\EventListener\WebsiteSettingCacheClearListener" (parent: .abstract.instanceof.App\EventListener\WebsiteSettingCacheClearListener).
Resolving inheritance for "App\EventListener\WebsiteSettingCacheClearListener" (parent: .instanceof.App\EventListener\WebsiteSettingCacheClearListener.0.App\EventListener\WebsiteSettingCacheClearListener).
Resolving inheritance for ".instanceof.App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener.0.App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener" (parent: .abstract.instanceof.App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener).
Resolving inheritance for "App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener" (parent: .instanceof.App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener.0.App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\BundleSetupSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\BundleSetupSubscriber).
Resolving inheritance for "App\EventSubscriber\BundleSetupSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\BundleSetupSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ForceTwoFactorForNewUsersSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ForceTwoFactorForNewUsersSubscriber).
Resolving inheritance for "App\EventSubscriber\ForceTwoFactorForNewUsersSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ForceTwoFactorForNewUsersSubscriber).
Resolving inheritance for ".instanceof.App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener.0.App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener" (parent: .abstract.instanceof.App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener).
Resolving inheritance for "App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener" (parent: .instanceof.App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener.0.App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Ecommerce\CheckoutBundle\Command\CleanupAbandonedOrdersCommand" (parent: .abstract.instanceof.App\Ecommerce\CheckoutBundle\Command\CleanupAbandonedOrdersCommand).
Resolving inheritance for "App\Ecommerce\CheckoutBundle\Command\CleanupAbandonedOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Ecommerce\CheckoutBundle\Command\CleanupAbandonedOrdersCommand).
Resolving inheritance for ".instanceof.App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler.0.App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler" (parent: .abstract.instanceof.App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler).
Resolving inheritance for "App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler" (parent: .instanceof.App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler.0.App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler).
Resolving inheritance for ".instanceof.App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler.0.App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler" (parent: .abstract.instanceof.App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler).
Resolving inheritance for "App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler" (parent: .instanceof.App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler.0.App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler).
Resolving inheritance for ".instanceof.App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler.0.App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler" (parent: .abstract.instanceof.App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler).
Resolving inheritance for "App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler" (parent: .instanceof.App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler.0.App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Ecommerce\CartManager\Command\CartCleanupCommand" (parent: .abstract.instanceof.App\Ecommerce\CartManager\Command\CartCleanupCommand).
Resolving inheritance for "App\Ecommerce\CartManager\Command\CartCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Ecommerce\CartManager\Command\CartCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Sitemap\Provider\SitemapUrlProvider" (parent: .abstract.instanceof.App\Sitemap\Provider\SitemapUrlProvider).
Resolving inheritance for "App\Sitemap\Provider\SitemapUrlProvider" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Sitemap\Provider\SitemapUrlProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Sitemap\Command\NetformicDumpSitemapsCommand" (parent: .abstract.instanceof.App\Sitemap\Command\NetformicDumpSitemapsCommand).
Resolving inheritance for "App\Sitemap\Command\NetformicDumpSitemapsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Sitemap\Command\NetformicDumpSitemapsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.main_listener" (parent: .abstract.instanceof.pimcore_asset_metadata_classdefinitions.event_listener.main_listener).
Resolving inheritance for "pimcore_asset_metadata_classdefinitions.event_listener.main_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.main_listener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.graph_ql_asset_metadata_listener" (parent: .abstract.instanceof.pimcore_asset_metadata_classdefinitions.event_listener.graph_ql_asset_metadata_listener).
Resolving inheritance for "pimcore_asset_metadata_classdefinitions.event_listener.graph_ql_asset_metadata_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.graph_ql_asset_metadata_listener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app" (parent: .abstract.instanceof.pimcore.cache.pool.app).
Resolving inheritance for "pimcore.cache.pool.app" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app).
Resolving inheritance for "cache.app" (parent: pimcore.cache.pool.app).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: pimcore.cache.pool.app).
Resolving inheritance for "cache.scheduler" (parent: pimcore.cache.pool.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: pimcore.cache.pool.app).
Resolving inheritance for "limiter.authentication_rate_limiter" (parent: limiter).
Resolving inheritance for "limiter.reset_password" (parent: limiter).
Resolving inheritance for "pimcore.cache.pool" (parent: cache.adapter.redis_tag_aware).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.adapter.redis_tag_aware).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.adapter.redis_tag_aware).
Resolving inheritance for "cache.dqs_customer_run_time" (parent: cache.adapter.array).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_search_backend_message" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_generic_execution_engine" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.search_query" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_datahub_fileexport" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_index_queues" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_data_import" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_alternative_element_trees" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_generic_data_index_queue" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_generic_data_index_sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_generic_data_index_failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_core" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_maintenance" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_scheduled_tasks" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_image_optimize" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_asset_update" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_datahub_webhooks" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_job_execution_engine" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.pimcore_data_quality_management" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.scoreplay_media_sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.update_erp_account_async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.gift_cart_cleanup_async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.cart_cleanup_async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.gift_cart_item_cleanup_async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.order_transaction_async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.emarsys_transaction_mails" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.emarsys_create_contact" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.frisbii_async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.dqs_customer_process" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.prioritized_message_queue_high" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.prioritized_message_queue_med" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.prioritized_message_queue_low" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failure_transport" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.pimcore_admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.pimcore_admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.pimcore_admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.pimcore_admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.pimcore_admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.pimcore_admin" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_pimcore_admin" (parent: limiter).
Resolving inheritance for "limiter._login_global_pimcore_admin" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.pimcore_admin" (parent: security.listener.login_throttling).
Resolving inheritance for "security.firewall_config.two_factor.pimcore_admin" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.pimcore_admin" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.pimcore_admin" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "security.authenticator.form_login.pimcore_admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.pimcore_admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.pimcore_admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.pimcore_admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.pimcore_admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.pimcore_admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.pimcore_admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.pimcore_admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.cmf_webservice" (parent: security.firewall.config).
Resolving inheritance for "security.listener.cmf_webservice.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.cmf_webservice" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.cmf_webservice" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.cmf_webservice" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.cmf_webservice" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.cmf_webservice" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.pimcore_generic_data_index_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.pimcore_generic_data_index_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.pimcore_generic_data_index_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Command\ExtJSCommand).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Command\ExtJSCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\AdminBundle\Command\ExtJSCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for "Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" (parent: .abstract.instanceof.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController).
Resolving inheritance for "Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories" (parent: .abstract.instanceof.pimcore.custom_report.adapter.factories).
Resolving inheritance for "pimcore.custom_report.adapter.factories" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
Resolving inheritance for "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" (parent: .abstract.instanceof.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController).
Resolving inheritance for "Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" (parent: .abstract.instanceof.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb).
Resolving inheritance for ".instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" (parent: .instanceof.Monolog\ResettableInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb).
Resolving inheritance for "Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb" (parent: .instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener" (parent: .abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener).
Resolving inheritance for "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Input" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRange" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRangeSelection" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectClassificationStoreAttributes" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand).
Resolving inheritance for "Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand).
Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager).
Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory).
Resolving inheritance for "pimcore_ecommerce.cart_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory).
Resolving inheritance for "pimcore_ecommerce.order_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager).
Resolving inheritance for "pimcore_ecommerce.order_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory).
Resolving inheritance for "pimcore_ecommerce.pricing_manager.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor" (parent: .abstract.instanceof.SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor).
Resolving inheritance for "SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor).
Resolving inheritance for "pimcore_ecommerce.checkout_manager.default.commit_order_processor" (parent: SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor).
Resolving inheritance for "pimcore_ecommerce.checkout_manager.default.factory" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory).
Resolving inheritance for "pimcore_ecommerce.index_service.default.config" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql).
Resolving inheritance for "pimcore_ecommerce.index_service.default.worker" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql).
Resolving inheritance for "pimcore_ecommerce.index_service.OpenSearch_de.config" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch).
Resolving inheritance for "pimcore_ecommerce.index_service.OpenSearch_de.worker" (parent: App\IndexService\Worker\OpenSearch\CustomOpenSearchWorker).
Resolving inheritance for "pimcore_ecommerce.index_service.OpenSearch_en.config" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch).
Resolving inheritance for "pimcore_ecommerce.index_service.OpenSearch_en.worker" (parent: App\IndexService\Worker\OpenSearch\CustomOpenSearchWorker).
Resolving inheritance for "pimcore_ecommerce.filter_service.default" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Input).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRange).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRangeSelection).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Select).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectFromMultiSelect).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelect).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectFromMultiSelect).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectRelation).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectCategory).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_de" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectRelation).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Input).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRange).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRangeSelection).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Select).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectFromMultiSelect).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelect).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectFromMultiSelect).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectRelation).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectCategory).
Resolving inheritance for "pimcore_ecommerce.filter_service.OpenSearch_en" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectRelation).
Resolving inheritance for "pimcore_ecommerce.tracking.tracker.enhanced_ecommerce" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" (parent: .abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController).
Resolving inheritance for "Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" (parent: .abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for "Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController).
Resolving inheritance for "Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator" (parent: .abstract.instanceof.pimcore.analytics.google.fallback_service_locator).
Resolving inheritance for "pimcore.analytics.google.fallback_service_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\CronTriggerCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\CronTriggerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\MaintenanceCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\MaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand).
Resolving inheritance for "CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand).
Resolving inheritance for ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers).
Resolving inheritance for "CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers" (parent: .instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\HelperController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\RulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
Resolving inheritance for "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker" (parent: .abstract.instanceof.pimcore.event_listener.frontend.activity_url_tracker).
Resolving inheritance for "pimcore.event_listener.frontend.activity_url_tracker" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener).
Resolving inheritance for "CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener).
Resolving inheritance for "CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" (parent: .abstract.instanceof.CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator).
Resolving inheritance for "CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" (parent: .abstract.instanceof.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController).
Resolving inheritance for "Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" (parent: .abstract.instanceof.Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions).
Resolving inheritance for "Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore_newsletter.address_source_adapter.factories" (parent: .abstract.instanceof.pimcore_newsletter.address_source_adapter.factories).
Resolving inheritance for "pimcore_newsletter.address_source_adapter.factories" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore_newsletter.address_source_adapter.factories).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController).
Resolving inheritance for "Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" (parent: .abstract.instanceof.Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension).
Resolving inheritance for "Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" (parent: .abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController).
Resolving inheritance for "Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\MiscController" (parent: .abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\MiscController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\MiscController).
Resolving inheritance for "Pimcore\Bundle\SeoBundle\Controller\MiscController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\MiscController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\RedirectsController" (parent: .abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\RedirectsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\RedirectsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\RedirectsController).
Resolving inheritance for "Pimcore\Bundle\SeoBundle\Controller\RedirectsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\RedirectsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\SettingsController).
Resolving inheritance for "Pimcore\Bundle\SeoBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" (parent: .abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener).
Resolving inheritance for "Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" (parent: .abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener).
Resolving inheritance for "Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command" (parent: .abstract.instanceof.presta_sitemap.dump_command).
Resolving inheritance for "presta_sitemap.dump_command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" (parent: .abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController).
Resolving inheritance for "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" (parent: .abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand).
Resolving inheritance for "Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" (parent: .abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener).
Resolving inheritance for "Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\BatchHandlerInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" (parent: .abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler).
Resolving inheritance for "Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\BatchHandlerInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\ClassController" (parent: .abstract.instanceof.OutputDataConfigToolkitBundle\Controller\ClassController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\ClassController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\ClassController).
Resolving inheritance for "OutputDataConfigToolkitBundle\Controller\ClassController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\ClassController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\AdminController" (parent: .abstract.instanceof.OutputDataConfigToolkitBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\AdminController).
Resolving inheritance for "OutputDataConfigToolkitBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .abstract.instanceof.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
Resolving inheritance for "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" (parent: .abstract.instanceof.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController).
Resolving inheritance for "Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" (parent: .abstract.instanceof.Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router).
Resolving inheritance for "Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WordExportBundle\Controller\TranslationController" (parent: .abstract.instanceof.Pimcore\Bundle\WordExportBundle\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WordExportBundle\Controller\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WordExportBundle\Controller\TranslationController).
Resolving inheritance for "Pimcore\Bundle\WordExportBundle\Controller\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WordExportBundle\Controller\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" (parent: .abstract.instanceof.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController).
Resolving inheritance for "Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" (parent: .abstract.instanceof.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController).
Resolving inheritance for "Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\UuidBundle\EventListener\UUIDListener" (parent: .abstract.instanceof.Pimcore\Bundle\UuidBundle\EventListener\UUIDListener).
Resolving inheritance for "Pimcore\Bundle\UuidBundle\EventListener\UUIDListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\UuidBundle\EventListener\UUIDListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber).
Resolving inheritance for "Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.graphql.cache.subscription" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeactivateInvalidPricingRulesCommand" (parent: .abstract.instanceof.SporeShop\BaseBundle\Command\DeactivateInvalidPricingRulesCommand).
Resolving inheritance for "SporeShop\BaseBundle\Command\DeactivateInvalidPricingRulesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeactivateInvalidPricingRulesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeleteEmptyCartsAndWishlistsCommand" (parent: .abstract.instanceof.SporeShop\BaseBundle\Command\DeleteEmptyCartsAndWishlistsCommand).
Resolving inheritance for "SporeShop\BaseBundle\Command\DeleteEmptyCartsAndWishlistsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeleteEmptyCartsAndWishlistsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeleteOldSessionsCommand" (parent: .abstract.instanceof.SporeShop\BaseBundle\Command\DeleteOldSessionsCommand).
Resolving inheritance for "SporeShop\BaseBundle\Command\DeleteOldSessionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeleteOldSessionsCommand).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\BaseBundle\State\GenericObjectProvider" (parent: .abstract.instanceof.SporeShop\BaseBundle\State\GenericObjectProvider).
Resolving inheritance for "SporeShop\BaseBundle\State\GenericObjectProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\BaseBundle\State\GenericObjectProvider).
Resolving inheritance for ".instanceof.SporeShop\BaseBundle\EventListener\SeoUrlListener.0.SporeShop\BaseBundle\EventListener\SeoUrlListener" (parent: .abstract.instanceof.SporeShop\BaseBundle\EventListener\SeoUrlListener).
Resolving inheritance for "SporeShop\BaseBundle\EventListener\SeoUrlListener" (parent: .instanceof.SporeShop\BaseBundle\EventListener\SeoUrlListener.0.SporeShop\BaseBundle\EventListener\SeoUrlListener).
Resolving inheritance for ".instanceof.SporeShop\BaseBundle\EventListener\SluggerListener.0.SporeShop\BaseBundle\EventListener\SluggerListener" (parent: .abstract.instanceof.SporeShop\BaseBundle\EventListener\SluggerListener).
Resolving inheritance for "SporeShop\BaseBundle\EventListener\SluggerListener" (parent: .instanceof.SporeShop\BaseBundle\EventListener\SluggerListener.0.SporeShop\BaseBundle\EventListener\SluggerListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\BaseBundle\Controller\AssetController" (parent: .abstract.instanceof.SporeShop\BaseBundle\Controller\AssetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\BaseBundle\Controller\AssetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\BaseBundle\Controller\AssetController).
Resolving inheritance for "SporeShop\BaseBundle\Controller\AssetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\BaseBundle\Controller\AssetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\BaseBundle\Controller\DataObjectController" (parent: .abstract.instanceof.SporeShop\BaseBundle\Controller\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\BaseBundle\Controller\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\BaseBundle\Controller\DataObjectController).
Resolving inheritance for "SporeShop\BaseBundle\Controller\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\BaseBundle\Controller\DataObjectController).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\OrderBundle\State\OrderProcessor" (parent: .abstract.instanceof.SporeShop\OrderBundle\State\OrderProcessor).
Resolving inheritance for "SporeShop\OrderBundle\State\OrderProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\OrderBundle\State\OrderProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\OrderBundle\State\OrderProvider" (parent: .abstract.instanceof.SporeShop\OrderBundle\State\OrderProvider).
Resolving inheritance for "SporeShop\OrderBundle\State\OrderProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\OrderBundle\State\OrderProvider).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\Controller\DefaultController" (parent: .abstract.instanceof.SporeShop\PaymentBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\Controller\DefaultController).
Resolving inheritance for "SporeShop\PaymentBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\Controller\PaymentController" (parent: .abstract.instanceof.SporeShop\PaymentBundle\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\Controller\PaymentController).
Resolving inheritance for "SporeShop\PaymentBundle\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\Controller\PaymentController).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\AuthorizeProcessor" (parent: .abstract.instanceof.SporeShop\PaymentBundle\State\AuthorizeProcessor).
Resolving inheritance for "SporeShop\PaymentBundle\State\AuthorizeProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\AuthorizeProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\CaptureByOrderIdProcessor" (parent: .abstract.instanceof.SporeShop\PaymentBundle\State\CaptureByOrderIdProcessor).
Resolving inheritance for "SporeShop\PaymentBundle\State\CaptureByOrderIdProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\CaptureByOrderIdProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\CaptureProvider" (parent: .abstract.instanceof.SporeShop\PaymentBundle\State\CaptureProvider).
Resolving inheritance for "SporeShop\PaymentBundle\State\CaptureProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\CaptureProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\PaymentProcessor" (parent: .abstract.instanceof.SporeShop\PaymentBundle\State\PaymentProcessor).
Resolving inheritance for "SporeShop\PaymentBundle\State\PaymentProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\PaymentProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\PaymentProvider" (parent: .abstract.instanceof.SporeShop\PaymentBundle\State\PaymentProvider).
Resolving inheritance for "SporeShop\PaymentBundle\State\PaymentProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\PaymentProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\PrepareProcessor" (parent: .abstract.instanceof.SporeShop\PaymentBundle\State\PrepareProcessor).
Resolving inheritance for "SporeShop\PaymentBundle\State\PrepareProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\PrepareProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\RefundProvider" (parent: .abstract.instanceof.SporeShop\PaymentBundle\State\RefundProvider).
Resolving inheritance for "SporeShop\PaymentBundle\State\RefundProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\RefundProvider).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\State\StatusProvider" (parent: .abstract.instanceof.SporeShop\PaymentBundle\State\StatusProvider).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\State\StatusProvider" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\State\StatusProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\StatusProvider" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\State\StatusProvider).
Resolving inheritance for "SporeShop\PaymentBundle\State\StatusProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\StatusProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\PaymentBundle\Command\CancelUnauthorizedPaymentsCommand" (parent: .abstract.instanceof.SporeShop\PaymentBundle\Command\CancelUnauthorizedPaymentsCommand).
Resolving inheritance for "SporeShop\PaymentBundle\Command\CancelUnauthorizedPaymentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\PaymentBundle\Command\CancelUnauthorizedPaymentsCommand).
Resolving inheritance for "payum.storage.sporeshop_paymentbundle_payum_model_paymenttoken" (parent: sporeshop.payment.payum.storage.token).
Resolving inheritance for "payum.security.token_storage" (parent: payum.storage.sporeshop_paymentbundle_payum_model_paymenttoken).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\AuthorizeController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CancelController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\CaptureController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\NotifyController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\PayoutController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\RefundController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "Payum\Bundle\PayumBundle\Controller\SyncController" (parent: Payum\Bundle\PayumBundle\Controller\PayumController).
Resolving inheritance for "payum.storage.sporeshop_paymentbundle_payum_model_payment" (parent: sporeshop.payment.payum.storage.payment).
Resolving inheritance for "payum.extension.storage.sporeshop_paymentbundle_payum_model_payment" (parent: payum.extension.storage.prototype).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\WishlistBundle\Controller\DefaultController" (parent: .abstract.instanceof.SporeShop\WishlistBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\WishlistBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\WishlistBundle\Controller\DefaultController).
Resolving inheritance for "SporeShop\WishlistBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\WishlistBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\WishlistBundle\State\WishlistProcessor" (parent: .abstract.instanceof.SporeShop\WishlistBundle\State\WishlistProcessor).
Resolving inheritance for "SporeShop\WishlistBundle\State\WishlistProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\WishlistBundle\State\WishlistProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\WishlistBundle\State\WishlistProvider" (parent: .abstract.instanceof.SporeShop\WishlistBundle\State\WishlistProvider).
Resolving inheritance for "SporeShop\WishlistBundle\State\WishlistProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\WishlistBundle\State\WishlistProvider).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\ProductBundle\Controller\CategoryController" (parent: .abstract.instanceof.SporeShop\ProductBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\ProductBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\ProductBundle\Controller\CategoryController).
Resolving inheritance for "SporeShop\ProductBundle\Controller\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\ProductBundle\Controller\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\ProductBundle\Controller\ProductController" (parent: .abstract.instanceof.SporeShop\ProductBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\ProductBundle\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\ProductBundle\Controller\ProductController).
Resolving inheritance for "SporeShop\ProductBundle\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\ProductBundle\Controller\ProductController).
Resolving inheritance for ".instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener.0.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener" (parent: .abstract.instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener).
Resolving inheritance for "SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener" (parent: .instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener.0.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener).
Resolving inheritance for ".instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener.0.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener" (parent: .abstract.instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener).
Resolving inheritance for "SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener" (parent: .instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener.0.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener).
Resolving inheritance for ".instanceof.SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener.0.SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener" (parent: .abstract.instanceof.SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener).
Resolving inheritance for "SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener" (parent: .instanceof.SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener.0.SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener).
Resolving inheritance for ".instanceof.SporeShop\ProductBundle\EventListener\ProductSaveValidateListener.0.SporeShop\ProductBundle\EventListener\ProductSaveValidateListener" (parent: .abstract.instanceof.SporeShop\ProductBundle\EventListener\ProductSaveValidateListener).
Resolving inheritance for "SporeShop\ProductBundle\EventListener\ProductSaveValidateListener" (parent: .instanceof.SporeShop\ProductBundle\EventListener\ProductSaveValidateListener.0.SporeShop\ProductBundle\EventListener\ProductSaveValidateListener).
Resolving inheritance for ".instanceof.SporeShop\ProductBundle\EventListener\ProductSearchListener.0.SporeShop\ProductBundle\EventListener\ProductSearchListener" (parent: .abstract.instanceof.SporeShop\ProductBundle\EventListener\ProductSearchListener).
Resolving inheritance for "SporeShop\ProductBundle\EventListener\ProductSearchListener" (parent: .instanceof.SporeShop\ProductBundle\EventListener\ProductSearchListener.0.SporeShop\ProductBundle\EventListener\ProductSearchListener).
Resolving inheritance for ".instanceof.SporeShop\ProductBundle\EventListener\SearchCustomIndexListener.0.SporeShop\ProductBundle\EventListener\SearchCustomIndexListener" (parent: .abstract.instanceof.SporeShop\ProductBundle\EventListener\SearchCustomIndexListener).
Resolving inheritance for "SporeShop\ProductBundle\EventListener\SearchCustomIndexListener" (parent: .instanceof.SporeShop\ProductBundle\EventListener\SearchCustomIndexListener.0.SporeShop\ProductBundle\EventListener\SearchCustomIndexListener).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CategoriesProvider" (parent: .abstract.instanceof.SporeShop\ProductBundle\State\CategoriesProvider).
Resolving inheritance for "SporeShop\ProductBundle\State\CategoriesProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CategoriesProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CategoryProductListProvider" (parent: .abstract.instanceof.SporeShop\ProductBundle\State\CategoryProductListProvider).
Resolving inheritance for "SporeShop\ProductBundle\State\CategoryProductListProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CategoryProductListProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CrosssellingProvider" (parent: .abstract.instanceof.SporeShop\ProductBundle\State\CrosssellingProvider).
Resolving inheritance for "SporeShop\ProductBundle\State\CrosssellingProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CrosssellingProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductDetailProvider" (parent: .abstract.instanceof.SporeShop\ProductBundle\State\ProductDetailProvider).
Resolving inheritance for "SporeShop\ProductBundle\State\ProductDetailProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductDetailProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductListItemProvider" (parent: .abstract.instanceof.SporeShop\ProductBundle\State\ProductListItemProvider).
Resolving inheritance for "SporeShop\ProductBundle\State\ProductListItemProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductListItemProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductListProvider" (parent: .abstract.instanceof.SporeShop\ProductBundle\State\ProductListProvider).
Resolving inheritance for "SporeShop\ProductBundle\State\ProductListProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductListProvider).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SporeShop\ProductBundle\Repository\PriceLogRepository" (parent: .abstract.instanceof.SporeShop\ProductBundle\Repository\PriceLogRepository).
Resolving inheritance for "SporeShop\ProductBundle\Repository\PriceLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SporeShop\ProductBundle\Repository\PriceLogRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\ProductBundle\Command\PriceLogCleanCommand" (parent: .abstract.instanceof.SporeShop\ProductBundle\Command\PriceLogCleanCommand).
Resolving inheritance for "SporeShop\ProductBundle\Command\PriceLogCleanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\ProductBundle\Command\PriceLogCleanCommand).
Resolving inheritance for ".instanceof.SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler.0.SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler" (parent: .abstract.instanceof.SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler).
Resolving inheritance for "SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler" (parent: .instanceof.SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler.0.SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\TrackingBundle\Controller\DefaultController" (parent: .abstract.instanceof.SporeShop\TrackingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\TrackingBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\TrackingBundle\Controller\DefaultController).
Resolving inheritance for "SporeShop\TrackingBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\TrackingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\TrackingBundle\State\NotificationProcessor" (parent: .abstract.instanceof.SporeShop\TrackingBundle\State\NotificationProcessor).
Resolving inheritance for "SporeShop\TrackingBundle\State\NotificationProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\TrackingBundle\State\NotificationProcessor).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\FAQBundle\Controller\DefaultController" (parent: .abstract.instanceof.SporeShop\FAQBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\FAQBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\FAQBundle\Controller\DefaultController).
Resolving inheritance for "SporeShop\FAQBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\FAQBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.SporeShop\FAQBundle\EventListener\ProductDetailListener.0.SporeShop\FAQBundle\EventListener\ProductDetailListener" (parent: .abstract.instanceof.SporeShop\FAQBundle\EventListener\ProductDetailListener).
Resolving inheritance for "SporeShop\FAQBundle\EventListener\ProductDetailListener" (parent: .instanceof.SporeShop\FAQBundle\EventListener\ProductDetailListener.0.SporeShop\FAQBundle\EventListener\ProductDetailListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\RatingBundle\Controller\DefaultController" (parent: .abstract.instanceof.SporeShop\RatingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\RatingBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\RatingBundle\Controller\DefaultController).
Resolving inheritance for "SporeShop\RatingBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\RatingBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CheckoutBundle\State\CheckoutCartProcessor" (parent: .abstract.instanceof.SporeShop\CheckoutBundle\State\CheckoutCartProcessor).
Resolving inheritance for "SporeShop\CheckoutBundle\State\CheckoutCartProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CheckoutBundle\State\CheckoutCartProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CheckoutBundle\State\CheckoutCartProvider" (parent: .abstract.instanceof.SporeShop\CheckoutBundle\State\CheckoutCartProvider).
Resolving inheritance for "SporeShop\CheckoutBundle\State\CheckoutCartProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CheckoutBundle\State\CheckoutCartProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CheckoutBundle\State\CheckoutStepProcessor" (parent: .abstract.instanceof.SporeShop\CheckoutBundle\State\CheckoutStepProcessor).
Resolving inheritance for "SporeShop\CheckoutBundle\State\CheckoutStepProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CheckoutBundle\State\CheckoutStepProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CheckoutBundle\State\CheckoutStepProvider" (parent: .abstract.instanceof.SporeShop\CheckoutBundle\State\CheckoutStepProvider).
Resolving inheritance for "SporeShop\CheckoutBundle\State\CheckoutStepProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CheckoutBundle\State\CheckoutStepProvider).
Resolving inheritance for ".instanceof.SporeShop\CheckoutBundle\EventListener\CheckoutListener.0.SporeShop\CheckoutBundle\EventListener\CheckoutListener" (parent: .abstract.instanceof.SporeShop\CheckoutBundle\EventListener\CheckoutListener).
Resolving inheritance for "SporeShop\CheckoutBundle\EventListener\CheckoutListener" (parent: .instanceof.SporeShop\CheckoutBundle\EventListener\CheckoutListener.0.SporeShop\CheckoutBundle\EventListener\CheckoutListener).
Resolving inheritance for ".instanceof.SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep.0.SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep" (parent: .abstract.instanceof.SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep).
Resolving inheritance for "SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep" (parent: .instanceof.SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep.0.SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep).
Resolving inheritance for ".instanceof.SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep.0.SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep" (parent: .abstract.instanceof.SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep).
Resolving inheritance for "SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep" (parent: .instanceof.SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep.0.SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\CustomerBundle\Controller\CustomerController" (parent: .abstract.instanceof.SporeShop\CustomerBundle\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\CustomerBundle\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\CustomerBundle\Controller\CustomerController).
Resolving inheritance for "SporeShop\CustomerBundle\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\CustomerBundle\Controller\CustomerController).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\AddressProcessor" (parent: .abstract.instanceof.SporeShop\CustomerBundle\State\AddressProcessor).
Resolving inheritance for "SporeShop\CustomerBundle\State\AddressProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\AddressProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\AddressProvider" (parent: .abstract.instanceof.SporeShop\CustomerBundle\State\AddressProvider).
Resolving inheritance for "SporeShop\CustomerBundle\State\AddressProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\AddressProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\CustomerProcessor" (parent: .abstract.instanceof.SporeShop\CustomerBundle\State\CustomerProcessor).
Resolving inheritance for "SporeShop\CustomerBundle\State\CustomerProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\CustomerProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\CustomerProvider" (parent: .abstract.instanceof.SporeShop\CustomerBundle\State\CustomerProvider).
Resolving inheritance for "SporeShop\CustomerBundle\State\CustomerProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\CustomerProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\CustomerRegisterProcessor" (parent: .abstract.instanceof.SporeShop\CustomerBundle\State\CustomerRegisterProcessor).
Resolving inheritance for "SporeShop\CustomerBundle\State\CustomerRegisterProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\CustomerRegisterProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\NewsletterProcessor" (parent: .abstract.instanceof.SporeShop\CustomerBundle\State\NewsletterProcessor).
Resolving inheritance for "SporeShop\CustomerBundle\State\NewsletterProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\NewsletterProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\PaymentMethodProvider" (parent: .abstract.instanceof.SporeShop\CustomerBundle\State\PaymentMethodProvider).
Resolving inheritance for "SporeShop\CustomerBundle\State\PaymentMethodProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\PaymentMethodProvider).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\CMSBundle\Controller\DefaultController" (parent: .abstract.instanceof.SporeShop\CMSBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\CMSBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\CMSBundle\Controller\DefaultController).
Resolving inheritance for "SporeShop\CMSBundle\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\CMSBundle\Controller\DefaultController).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CMSBundle\State\ContentProvider" (parent: .abstract.instanceof.SporeShop\CMSBundle\State\ContentProvider).
Resolving inheritance for "SporeShop\CMSBundle\State\ContentProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CMSBundle\State\ContentProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CMSBundle\State\NavigationProvider" (parent: .abstract.instanceof.SporeShop\CMSBundle\State\NavigationProvider).
Resolving inheritance for "SporeShop\CMSBundle\State\NavigationProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CMSBundle\State\NavigationProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\CMSBundle\Command\ImportTranslationsCommand" (parent: .abstract.instanceof.SporeShop\CMSBundle\Command\ImportTranslationsCommand).
Resolving inheritance for "SporeShop\CMSBundle\Command\ImportTranslationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\CMSBundle\Command\ImportTranslationsCommand).
Resolving inheritance for ".instanceof.SporeShop\CMSBundle\EventListener\ContentObjectIconListener.0.SporeShop\CMSBundle\EventListener\ContentObjectIconListener" (parent: .abstract.instanceof.SporeShop\CMSBundle\EventListener\ContentObjectIconListener).
Resolving inheritance for "SporeShop\CMSBundle\EventListener\ContentObjectIconListener" (parent: .instanceof.SporeShop\CMSBundle\EventListener\ContentObjectIconListener.0.SporeShop\CMSBundle\EventListener\ContentObjectIconListener).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" (parent: .abstract.instanceof.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController).
Resolving inheritance for "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminUiClassicLightThemeBundle\EventListener\AdminSettingsListener" (parent: .abstract.instanceof.Pimcore\Bundle\AdminUiClassicLightThemeBundle\EventListener\AdminSettingsListener).
Resolving inheritance for "Pimcore\Bundle\AdminUiClassicLightThemeBundle\EventListener\AdminSettingsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminUiClassicLightThemeBundle\EventListener\AdminSettingsListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController).
Resolving inheritance for "Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubFileExportBundle\Command\CronExecutionCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\Command\CronExecutionCommand).
Resolving inheritance for "Pimcore\Bundle\DataHubFileExportBundle\Command\CronExecutionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubFileExportBundle\Command\CronExecutionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubFileExportBundle\Command\ExportFileCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\Command\ExportFileCommand).
Resolving inheritance for "Pimcore\Bundle\DataHubFileExportBundle\Command\ExportFileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubFileExportBundle\Command\ExportFileCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber).
Resolving inheritance for "Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber).
Resolving inheritance for "Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber).
Resolving inheritance for "Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.datahub.simple-rest.mcp.cache.simple" (parent: .abstract.instanceof.pimcore.datahub.simple-rest.mcp.cache.simple).
Resolving inheritance for "pimcore.datahub.simple-rest.mcp.cache.simple" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.datahub.simple-rest.mcp.cache.simple).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.datahub.simple-rest.mcp.service_locator" (parent: .abstract.instanceof.pimcore.datahub.simple-rest.mcp.service_locator).
Resolving inheritance for "pimcore.datahub.simple-rest.mcp.service_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.datahub.simple-rest.mcp.service_locator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\CreateOrUpdateMappingCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Command\CreateOrUpdateMappingCommand).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\Command\CreateOrUpdateMappingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\CreateOrUpdateMappingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ProcessQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ProcessQueueCommand).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\Command\ProcessQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ProcessQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ResetQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ResetQueueCommand).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\Command\ResetQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ResetQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ChangedEventSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ChangedEventSubscriber).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ChangedEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ChangedEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ConfigurationEventSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ConfigurationEventSubscriber).
Resolving inheritance for "Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ConfigurationEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ConfigurationEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber).
Resolving inheritance for "Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber).
Resolving inheritance for ".instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler.0.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler" (parent: .instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler.0.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler).
Resolving inheritance for ".instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler.0.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler" (parent: .instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler.0.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\CleanupTreeTablesCommand" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\CleanupTreeTablesCommand).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\CleanupTreeTablesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\CleanupTreeTablesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ListTreeCommand" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ListTreeCommand).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ListTreeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ListTreeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\RebuildTreeCommand" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\RebuildTreeCommand).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\RebuildTreeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\RebuildTreeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ValidateConfigurationsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ValidateConfigurationsCommand).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ValidateConfigurationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ValidateConfigurationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\ObjectDeleteSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\ObjectDeleteSubscriber).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\ObjectDeleteSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\ObjectDeleteSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\AdminSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\AdminSubscriber).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\AdminSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\AdminSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ConfigurationRepositorySubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ConfigurationRepositorySubscriber).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ConfigurationRepositorySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ConfigurationRepositorySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ClassDefinitionSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ClassDefinitionSubscriber).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ClassDefinitionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ClassDefinitionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ElementUpdateSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ElementUpdateSubscriber).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ElementUpdateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ElementUpdateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\SymfonyMessengerSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\SymfonyMessengerSubscriber).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\SymfonyMessengerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\SymfonyMessengerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\PerspectiveElement\UpdateSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\PerspectiveElement\UpdateSubscriber).
Resolving inheritance for "Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\PerspectiveElement\UpdateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\PerspectiveElement\UpdateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController).
Resolving inheritance for "Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController).
Resolving inheritance for "Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\EventSubscriber\ContainerClearSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\EventSubscriber\ContainerClearSubscriber).
Resolving inheritance for "Pimcore\Bundle\WorkflowDesignerBundle\EventSubscriber\ContainerClearSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\EventSubscriber\ContainerClearSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController).
Resolving inheritance for ".instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter" (parent: .instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter).
Resolving inheritance for ".instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter" (parent: .instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter).
Resolving inheritance for ".instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter" (parent: .instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter).
Resolving inheritance for ".instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter" (parent: .abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter).
Resolving inheritance for "Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter" (parent: .instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.object.search_index_field_definition_locator" (parent: .abstract.instanceof.pimcore.generic_data_index.object.search_index_field_definition_locator).
Resolving inheritance for "pimcore.generic_data_index.object.search_index_field_definition_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.object.search_index_field_definition_locator).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.asset.search_index_field_definition_locator" (parent: .abstract.instanceof.pimcore.generic_data_index.asset.search_index_field_definition_locator).
Resolving inheritance for "pimcore.generic_data_index.asset.search_index_field_definition_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.asset.search_index_field_definition_locator).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.asset.mapping_provider_locator" (parent: .abstract.instanceof.pimcore.generic_data_index.asset.mapping_provider_locator).
Resolving inheritance for "pimcore.generic_data_index.asset.mapping_provider_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.asset.mapping_provider_locator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\DeploymentReindexCommand" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\Command\DeploymentReindexCommand).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\Command\DeploymentReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\DeploymentReindexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\ReindexItemsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\Command\ReindexItemsCommand).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\Command\ReindexItemsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\ReindexItemsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\Update\IndexUpdateCommand" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\Command\Update\IndexUpdateCommand).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\Command\Update\IndexUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\Update\IndexUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\AdminSettingsSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\AdminSettingsSubscriber).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\AdminSettingsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\AdminSettingsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\ClassDefinitionIndexSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\ClassDefinitionIndexSubscriber).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\ClassDefinitionIndexSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\ClassDefinitionIndexSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\LockElementSubscriber" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\LockElementSubscriber).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\LockElementSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\LockElementSubscriber).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler).
Resolving inheritance for ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider.0.Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider" (parent: .abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider).
Resolving inheritance for "Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider" (parent: .instanceof.Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider.0.Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdvancedObjectSearchBundle\Controller\AdminController" (parent: .abstract.instanceof.AdvancedObjectSearchBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdvancedObjectSearchBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdvancedObjectSearchBundle\Controller\AdminController).
Resolving inheritance for "AdvancedObjectSearchBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdvancedObjectSearchBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.AdvancedObjectSearchBundle\Tools\IndexConfigService" (parent: .abstract.instanceof.AdvancedObjectSearchBundle\Tools\IndexConfigService).
Resolving inheritance for "AdvancedObjectSearchBundle\Tools\IndexConfigService" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.AdvancedObjectSearchBundle\Tools\IndexConfigService).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.bundle.advanced_object_search.filter_locator" (parent: .abstract.instanceof.bundle.advanced_object_search.filter_locator).
Resolving inheritance for "bundle.advanced_object_search.filter_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.bundle.advanced_object_search.filter_locator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\ProcessUpdateQueueCommand" (parent: .abstract.instanceof.AdvancedObjectSearchBundle\Command\ProcessUpdateQueueCommand).
Resolving inheritance for "AdvancedObjectSearchBundle\Command\ProcessUpdateQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\ProcessUpdateQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\ReindexCommand" (parent: .abstract.instanceof.AdvancedObjectSearchBundle\Command\ReindexCommand).
Resolving inheritance for "AdvancedObjectSearchBundle\Command\ReindexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\ReindexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\UpdateMappingCommand" (parent: .abstract.instanceof.AdvancedObjectSearchBundle\Command\UpdateMappingCommand).
Resolving inheritance for "AdvancedObjectSearchBundle\Command\UpdateMappingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\UpdateMappingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" (parent: .abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer).
Resolving inheritance for "Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" (parent: .abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer).
Resolving inheritance for "Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer" (parent: .instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\StatisticsController" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\StatisticsController).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Controller\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\WebDavController" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\WebDavController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\WebDavController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\WebDavController).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Controller\WebDavController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\WebDavController).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory" (parent: .abstract.instanceof.Symfony\Component\Lock\LockFactory).
Resolving inheritance for "Symfony\Component\Lock\LockFactory" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" (parent: .abstract.instanceof.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber).
Resolving inheritance for "Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ConsoleCommandListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ConsoleCommandListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ConsoleCommandListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ConsoleCommandListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotificationSubscriber).
Resolving inheritance for "Pimcore\Workflow\EventSubscriber\NotificationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotesSubscriber).
Resolving inheritance for "Pimcore\Workflow\EventSubscriber\NotesSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" (parent: .abstract.instanceof.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber).
Resolving inheritance for "Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver" (parent: .abstract.instanceof.Pimcore\Http\Request\Resolver\EditmodeResolver).
Resolving inheritance for "Pimcore\Http\Request\Resolver\EditmodeResolver" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator" (parent: .abstract.instanceof.Pimcore\Translation\Translator).
Resolving inheritance for "Pimcore\Translation\Translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver).
Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver).
Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" (parent: .abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver).
Resolving inheritance for "Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler" (parent: .abstract.instanceof.Pimcore\Document\Editable\EditableHandler).
Resolving inheritance for "Pimcore\Document\Editable\EditableHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator" (parent: .abstract.instanceof.pimcore.document.areabrick.brick_locator).
Resolving inheritance for "pimcore.document.areabrick.brick_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer" (parent: .abstract.instanceof.Pimcore\Templating\Renderer\EditableRenderer).
Resolving inheritance for "Pimcore\Templating\Renderer\EditableRenderer" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator" (parent: .abstract.instanceof.pimcore.templating.navigation.renderer_locator).
Resolving inheritance for "pimcore.templating.navigation.renderer_locator" (parent: .instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\HelpersExtension).
Resolving inheritance for "Pimcore\Twig\Extension\HelpersExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DocumentEditableExtension).
Resolving inheritance for "Pimcore\Twig\Extension\DocumentEditableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\SubrequestExtension).
Resolving inheritance for "Pimcore\Twig\Extension\SubrequestExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\PimcoreObjectExtension).
Resolving inheritance for "Pimcore\Twig\Extension\PimcoreObjectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\PimcoreToolExtension).
Resolving inheritance for "Pimcore\Twig\Extension\PimcoreToolExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\NavigationExtension).
Resolving inheritance for "Pimcore\Twig\Extension\NavigationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\HeaderExtension).
Resolving inheritance for "Pimcore\Twig\Extension\HeaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\AssetCompressExtension).
Resolving inheritance for "Pimcore\Twig\Extension\AssetCompressExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\WebsiteConfigExtension).
Resolving inheritance for "Pimcore\Twig\Extension\WebsiteConfigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DumpExtension).
Resolving inheritance for "Pimcore\Twig\Extension\DumpExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\CacheExtension).
Resolving inheritance for "Pimcore\Twig\Extension\CacheExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheTagExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\CacheTagExtension).
Resolving inheritance for "Pimcore\Twig\Extension\CacheTagExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheTagExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\PimcoreUrl).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\PimcoreUrl" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadLink).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadLink" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadMeta).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadMeta" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadScript).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadScript" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadStyle).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadStyle" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadTitle).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\HeadTitle" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Inc).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Inc" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\InlineScript).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\InlineScript" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Navigation).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Navigation" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" (parent: .abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware).
Resolving inheritance for "Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\AssetHelperExtensions).
Resolving inheritance for "Pimcore\Twig\Extension\AssetHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DataObjectHelperExtensions).
Resolving inheritance for "Pimcore\Twig\Extension\DataObjectHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions" (parent: .abstract.instanceof.Pimcore\Twig\Extension\DocumentHelperExtensions).
Resolving inheritance for "Pimcore\Twig\Extension\DocumentHelperExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension" (parent: .abstract.instanceof.Pimcore\Twig\Extension\ImageThumbnailExtension).
Resolving inheritance for "Pimcore\Twig\Extension\ImageThumbnailExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\SandboxExtension" (parent: .abstract.instanceof.Twig\Extension\SandboxExtension).
Resolving inheritance for "Twig\Extension\SandboxExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\SandboxExtension).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\RewriteMimeTypeCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\RewriteMimeTypeCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Asset\RewriteMimeTypeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\RewriteMimeTypeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsChangesCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsChangesCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsChangesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsChangesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\MailLogsFolderStructureCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\MailLogsFolderStructureCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Migrate\MailLogsFolderStructureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\MailLogsFolderStructureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\RunScriptCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand).
Resolving inheritance for "Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware" (parent: .abstract.instanceof.pimcore.cache.adapter.null_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware).
Resolving inheritance for "pimcore.cache.adapter.null_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.doctrine_dbal" (parent: .abstract.instanceof.pimcore.cache.adapter.doctrine_dbal).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.doctrine_dbal" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.doctrine_dbal).
Resolving inheritance for "pimcore.cache.adapter.doctrine_dbal" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.doctrine_dbal).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.doctrine_dbal_tag_aware" (parent: .abstract.instanceof.pimcore.cache.adapter.doctrine_dbal_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.doctrine_dbal_tag_aware" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.doctrine_dbal_tag_aware).
Resolving inheritance for "pimcore.cache.adapter.doctrine_dbal_tag_aware" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.doctrine_dbal_tag_aware).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler" (parent: .abstract.instanceof.Pimcore\Cache\Core\CoreCacheHandler).
Resolving inheritance for "Pimcore\Cache\Core\CoreCacheHandler" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock" (parent: .abstract.instanceof.Pimcore\Cache\Core\WriteLock).
Resolving inheritance for "Pimcore\Cache\Core\WriteLock" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch" (parent: Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\CreateController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\CreateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\CreateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\CreateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\DeleteController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\DeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ExportController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\GetController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\GetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\GetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\GetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ImportController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\RoleSearchController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\RoleSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\RoleSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\RoleSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SaveController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SaveController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SaveController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SaveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SupportElementsController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SupportElementsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SupportElementsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SupportElementsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\UserSearchController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\UserSearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\UserSearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\UserSearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\WorkflowsController" (parent: .abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\WorkflowsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\WorkflowsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\WorkflowsController).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "generic.execution.engine.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "generic.execution.engine.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "generic.execution.engine.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "generic.execution.engine.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "messenger.bus.pimcore-generic-data-index.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.pimcore-generic-data-index.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.pimcore-generic-data-index.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.pimcore-generic-data-index.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "messenger.bus.pimcore-core.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.pimcore-core.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.pimcore-core.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.pimcore-core.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.admin" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.admin_statistics" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce_indexupdater" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.update_payment" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.routing" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payum" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_datahub_simplerest" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore.opensearch.default" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.elasticsearch.es" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore.elasticsearch.default" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.DATA-IMPORTER" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.advanced_object_search.es" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_advanced_object_search" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.init" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.redirect" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce_sql" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce_es" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_ecommerce_findologic" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cmf" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.generic_execution_engine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.pimcore_api" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.session" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "workflow.registry" (parent: workflow.support_strategy.expression).
Resolving inheritance for "workflow.registry" (parent: workflow.support_strategy.expression).
Resolving inheritance for "workflow.registry" (parent: workflow.support_strategy.expression).
Resolving inheritance for "state_machine.football_camp_import_workflow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.football_camp_import_workflow" (parent: workflow.marking_store.state_table).
Resolving inheritance for "state_machine.simple_asset_workflow" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.simple_asset_workflow" (parent: workflow.marking_store.state_table).
Resolving inheritance for "workflow.wfdesigner_product_image_workflow" (parent: workflow.abstract).
Resolving inheritance for "workflow.wfdesigner_product_image_workflow" (parent: workflow.marking_store.state_table).
2
Skipping service "Pimcore\Twig\Extension\AdminExtension": Class or interface "Pimcore\Twig\Extension\AdminExtension" cannot be loaded.
Skipping service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType": Class or interface "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType" cannot be loaded.
317
Removing method "setPimcoreSerializer" of service "AdvancedObjectSearchBundle\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "AdvancedObjectSearchBundle\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\BBC\Controller\Admin\EventParticipantExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\BBC\Controller\Admin\EventParticipantExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\Controller\AdminBc\AdminBcController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Controller\AdminBc\AdminBcController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\Controller\Admin\AdminNewCustomerFiBu" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Controller\Admin\AdminNewCustomerFiBu" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\Controller\Admin\ErpImportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Controller\Admin\ErpImportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\Controller\Admin\FootballSchoolExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Controller\Admin\FootballSchoolExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\Controller\Admin\ForceReindexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Controller\Admin\ForceReindexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\Controller\Admin\ProductDataQuality" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Controller\Admin\ProductDataQuality" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\Controller\Admin\UserPhoneController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Controller\Admin\UserPhoneController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\Controller\Admin\UserSapAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Controller\Admin\UserSapAccessController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Controller\ContentController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\FootballSchoolController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\FormController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\NewsletterController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Web2printController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Customer\MembershipCancellation\Controller\CancelDateController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Customer\MembershipCancellation\Controller\MembershipCancellationController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Customer\Widerruf\Controller\WiderrufController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "App\DQS\Controller\AdminDqsAuditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\DQS\Controller\AdminDqsAuditController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\DataPrivacy\Controller\SeoDataPrivacyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\DataPrivacy\Controller\SeoDataPrivacyController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook::requestValue": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\ErpBC\Membership\Controller\PaymentMethodController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\Order\Webhook\OrderErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\Order\Webhook\OrderErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\ErpBC\Order\Webhook\PdfErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\ErpBC\Order\Webhook\PdfErpWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "App\Frisbii\Controller\FrisbiiWebhookController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setDatabaseConnection" of service "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setExporterManager" of service "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\HelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\HelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\RulesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\RulesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "OutputDataConfigToolkitBundle\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OutputDataConfigToolkitBundle\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "OutputDataConfigToolkitBundle\Controller\ClassController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "OutputDataConfigToolkitBundle\Controller\ClassController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController::getDefaultGridFields": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\DataHubBundle\Controller\ConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\DataHubBundle\Controller\ConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setTokenResolver" of service "Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLogger" of service "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setElementService" of service "Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\SeoBundle\Controller\MiscController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\SeoBundle\Controller\MiscController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\SeoBundle\Controller\RedirectsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\SeoBundle\Controller\RedirectsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\SeoBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\SeoBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\WordExportBundle\Controller\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\WordExportBundle\Controller\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPimcoreSerializer" of service "Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "SporeShop\BaseBundle\Controller\AssetController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\CMSBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\FAQBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\PaymentBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\PaymentBundle\Controller\PaymentController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing method "setPimcoreSerializer" of service "SporeShop\PaymentBundle\State\StatusProvider" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTokenResolver" of service "SporeShop\PaymentBundle\State\StatusProvider" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "SporeShop\ProductBundle\Controller\CategoryController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\ProductBundle\Controller\ProductController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\ProductBundle\Repository\PriceLogRepository::find": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\RatingBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\TrackingBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "SporeShop\WishlistBundle\Controller\DefaultController::getDocumentEditable": no corresponding services exist for the referenced types.
1059
Removed service "Dna\AuditSdk\AuditSdkInterface"; reason: private alias.
Removed service "SporeShop\BaseBundle\Event\TransactionMailEventInterface"; reason: private alias.
Removed service "App\SAP\OpenData\Provider\OpenDataExportProviderInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Sender\SendersLocatorInterface"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.admin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAdminStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.admin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAdminStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.admin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAdminStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.application_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreApplicationLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.application_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreApplicationLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.application_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreApplicationLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.dataHubFileExport.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreDataHubFileExportStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.dataHubFileExport.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreDataHubFileExportStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.dataHubFileExport.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreDataHubFileExportStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.dataHubFileExport.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreDataHubFileExportTempStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.dataHubFileExport.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreDataHubFileExportTempStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.dataHubFileExport.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreDataHubFileExportTempStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.dataImporter.upload.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreDataImporterUploadStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.dataImporter.upload.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreDataImporterUploadStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.dataImporter.upload.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreDataImporterUploadStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.dataImporter.preview.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreDataImporterPreviewStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.dataImporter.preview.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreDataImporterPreviewStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.dataImporter.preview.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreDataImporterPreviewStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.document_static.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreDocumentStaticStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.document_static.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreDocumentStaticStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.document_static.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreDocumentStaticStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.asset.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAssetStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.asset.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAssetStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.asset.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAssetStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.asset_cache.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAssetCacheStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.asset_cache.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAssetCacheStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.asset_cache.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAssetCacheStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.thumbnail.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreThumbnailStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.thumbnail.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreThumbnailStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.thumbnail.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreThumbnailStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.version.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreVersionStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.version.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreVersionStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.version.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreVersionStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.recycle_bin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreRecycleBinStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.recycle_bin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreRecycleBinStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.recycle_bin.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreRecycleBinStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.email_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreEmailLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.email_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreEmailLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.email_log.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreEmailLogStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreTempStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreTempStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.temp.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreTempStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.asset.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAssetStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.asset.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAssetStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.asset.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAssetStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.asset.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAssetStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.asset.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAssetStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.asset.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAssetStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.thumbnail.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreThumbnailStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.thumbnail.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreThumbnailStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.thumbnail.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreThumbnailStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.thumbnail.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreThumbnailStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.thumbnail.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreThumbnailStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.thumbnail.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreThumbnailStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.version.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreVersionStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.version.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreVersionStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.version.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreVersionStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.version.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreVersionStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.version.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreVersionStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.version.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreVersionStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.recycle_bin.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreRecycleBinStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.recycle_bin.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreRecycleBinStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.recycle_bin.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreRecycleBinStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.recycle_bin.storage.source.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreRecycleBinStorageSourceTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.recycle_bin.storage.source.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreRecycleBinStorageSourceTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.recycle_bin.storage.source.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreRecycleBinStorageSourceTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.admin.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAdminStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.admin.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAdminStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.admin.storage.source"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAdminStorageSource"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $pimcore.admin.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $pimcoreAdminStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $pimcore.admin.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $pimcoreAdminStorageTarget"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $pimcore.admin.storage.target"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $pimcoreAdminStorageTarget"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "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\RateLimiter\RateLimiterFactory $authentication_rate_limiter.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $authenticationRateLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $reset_password.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $resetPasswordLimiter"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; 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 ".pimcore.cache.pool.inner"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $pimcore.cache.pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $pimcoreCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $pimcore.cache.pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $pimcoreCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $pimcore.cache.pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $pimcoreCachePool"; reason: private alias.
Removed service ".doctrine.system_cache_pool.inner"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".doctrine.result_cache_pool.inner"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.dqs_customer_run_time"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheDqsCustomerRunTime"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.dqs_customer_run_time"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheDqsCustomerRunTime"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.dqs_customer_run_time"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheDqsCustomerRunTime"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $generic.execution.engine.bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $genericExecutionEngineBus"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $messenger.bus.pimcore-generic-data-index"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $messengerBusPimcoreGenericDataIndex"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; reason: private alias.
Removed service ".Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $pimcore.wysiwyg_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $pimcoreWysiwygSanitizer"; reason: private alias.
Removed service ".Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $pimcore.translation_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface $pimcoreTranslationSanitizer"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.pimcore_admin"; reason: private alias.
Removed service "security.user.provider.concrete.cmf_customer_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.pimcore_admin"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_pimcore_admin.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalPimcoreAdminLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_pimcore_admin.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalPimcoreAdminLimiter"; reason: private alias.
Removed service "security.user_checker.pimcore_admin"; reason: private alias.
Removed service "security.authentication.session_strategy.cmf_webservice"; reason: private alias.
Removed service "security.user_checker.cmf_webservice"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "security.firewall_config_locator"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "doctrine.orm.default_second_level_cache.region_cache_driver"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.pimcore_generic_data_index_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.pimcore_generic_data_index_result_cache"; reason: private alias.
Removed service "doctrine.orm.pimcore_generic_data_index_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $pimcore_generic_data_index.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $pimcoreGenericDataIndexEntityManager"; reason: private alias.
Removed service "doctrine.orm.pimcore_generic_data_index_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Cmf\Component\Routing\ChainRouterInterface"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Model\PersisterInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface"; reason: private alias.
Removed service "scheb_two_factor.security.google.form_renderer"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticatorInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Google\GoogleAuthenticator"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "scheb_two_factor.provider_decider"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Pimcore\DataObject\GridColumnConfig\Service"; reason: private alias.
Removed service "pimcore.datahub.graphql.assettype._asset_folder"; reason: private alias.
Removed service "pimcore.datahub.graphql.assettype.asset_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.assettype.asset_tree"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_tree"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_element"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_email"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_hardlink"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_link"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_link_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_areablock_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_scheduledblock_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_areablock_input_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_scheduledblock_input_datatype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_link_inputtype"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_page"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_snippet"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype._document_folder"; reason: private alias.
Removed service "pimcore.datahub.graphql.documenttype.document_page_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.image_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.elementdescriptor_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.geopoint_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.quantity_value_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.input_quantity_value_input"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.object"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.object_tree"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype._object_folder"; reason: private alias.
Removed service "pimcore.datahub.graphql.dataobjecttype.asset_metadata_manytoone"; reason: private alias.
Removed service "pimcore.datahub.graphql.fieldhelper.asset"; reason: private alias.
Removed service "pimcore.datahub.graphql.fieldhelper.document"; reason: private alias.
Removed service "pimcore.datahub.graphql.fieldhelper.object"; reason: private alias.
Removed service "pimcore.datahub.graphql.documentmutationelementprocessor"; reason: private alias.
Removed service "Pimcore\Model\Document\Editable\Loader\EditableLoaderInterface"; reason: private alias.
Removed service "Pimcore\Bundle\DataHubBundle\Service\ResponseServiceInterface"; reason: private alias.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoStorageInterface"; reason: private alias.
Removed service "GeoIp2\ProviderInterface"; reason: private alias.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoaderInterface"; reason: private alias.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionFactoryInterface"; reason: private alias.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcherInterface"; reason: private alias.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\ActionHandlerInterface"; reason: private alias.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\TargetingStorageInterface"; reason: private alias.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\EnvironmentInterface"; reason: private alias.
Removed service "pimcore_ecommerce.locator.cart_manager"; reason: private alias.
Removed service "pimcore_ecommerce.locator.order_manager"; reason: private alias.
Removed service "pimcore_ecommerce.locator.pricing_manager"; reason: private alias.
Removed service "pimcore_ecommerce.price_system.default"; reason: private alias.
Removed service "pimcore_ecommerce.price_system.vfb"; reason: private alias.
Removed service "pimcore_ecommerce.availability_system.default"; reason: private alias.
Removed service "pimcore_ecommerce.availability_system.vfb"; reason: private alias.
Removed service "pimcore_ecommerce.locator.checkout_manager.commit_order_processor"; reason: private alias.
Removed service "pimcore_ecommerce.locator.checkout_manager.factory"; reason: private alias.
Removed service "pimcore_ecommerce.locator.filter_service"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Pimcore\Bundle\GoogleMarketingBundle\Tracker\TrackerInterface"; reason: private alias.
Removed service "CustomerManagementFrameworkBundle\Security\Authentication\LoginManagerInterface"; reason: private alias.
Removed service "Pimcore\Bundle\SeoBundle\Sitemap\UrlGeneratorInterface"; reason: private alias.
Removed service "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\GeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\DumperInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_processor.documentation"; reason: private alias.
Removed service "api_platform.state_provider.documentation"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.graphql.state_provider"; reason: private alias.
Removed service "api_platform.graphql.state_processor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface"; reason: private alias.
Removed service "Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface"; reason: private alias.
Removed service "Pimcore\Bundle\DataHubSimpleRestBundle\MappingAndDataExtractor\OutputFormatter\OutputFormatterLoaderInterface"; reason: private alias.
Removed service "pimcore.datahub.simplerest.search-client"; reason: private alias.
Removed service "pimcore.datahub.simplerest.opensearch-client"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Db\DbResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Cache\RuntimeCacheResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\CacheResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\ConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\DocumentResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\FileResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Helper\MailResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Helper\SystemConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\PimcoreResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\ToolResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Tools\AdminResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Tools\Authentication\AuthenticationResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Tools\FrontendResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\VersionResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\VideoResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Asset\AssetResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Asset\AssetServiceResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Asset\Image\Thumbnail\ConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Asset\Video\Thumbnail\ConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinition\CustomLayout\CustomLayoutResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinition\Helper\OptionsProviderResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinition\Helper\PathFormatterResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinitionResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinitionServiceResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\CollectionConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\DefinitionCacheResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\GroupConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\KeyConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\ServiceResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\StoreConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ConcreteObjectResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\DataObjectFolderResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\DataObjectResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\DataObjectServiceResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\FieldCollection\DefinitionResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\LocalizedFieldResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\Objectbrick\DefinitionResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\QuantityValue\UnitResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\SelectOptions\ConfigResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Document\DocTypeResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Document\DocumentResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Document\DocumentServiceResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Element\EditLockResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Element\NoteResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Element\ServiceResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Metadata\Predefined\PredefinedResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Notification\NotificationResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Property\Predefined\PredefinedResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\RecycleBin\ItemResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Schedule\TaskResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Site\SiteResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tag\TagResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\CustomReportResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\EmailLogResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\SettingsStoreResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\StorageResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\TmpStoreResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\FolderResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\Permission\DefinitionResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\Role\FolderResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\Role\RoleResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\UserResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\UserRoleResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Version\VersionResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\WebsiteSetting\WebsiteSettingResolverInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Events\ProxyEventInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Events\ProxyPostInterceptorInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Events\ProxyPreInterceptorInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Factory\Events\InterceptorProxyEventFactoryInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Factory\Events\ProxyEventFactoryInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Factory\SmartReference\SmartReferenceFactoryInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\EventProxyServiceInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\InterceptorProxyServiceInterface"; reason: private alias.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\ProxyServiceInterface"; reason: private alias.
Removed service "generic-data-index.search-client"; reason: private alias.
Removed service "bundle.advanced_object_search.service"; reason: private alias.
Removed service "pimcore.advanced_object_search.opensearch-client"; reason: private alias.
Removed service "pimcore.advanced_object_search.search-client"; reason: private alias.
Removed service "Pimcore\HttpKernel\BundleLocator\BundleLocatorInterface"; reason: private alias.
Removed service "Pimcore\Model\FactoryInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
Removed service "Doctrine\Migrations\DependencyFactory"; reason: private alias.
Removed service "pimcore.cache.adapter.redis_tag_aware"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $admin.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $adminLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $admin_statistics.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $adminStatisticsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore_ecommerce_indexupdater.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceIndexupdaterLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore_ecommerce.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $update_payment.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $updatePaymentLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $routing.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routingLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $payum.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $payumLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore_datahub_simplerest.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreDatahubSimplerestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore.opensearch.default.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreOpensearchDefaultLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $elasticsearch.es.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $elasticsearchEsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore.elasticsearch.default.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreElasticsearchDefaultLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $DATA-IMPORTER.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $dATAIMPORTERLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $advanced_object_search.es.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $advancedObjectSearchEsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore_advanced_object_search.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreAdvancedObjectSearchLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $init.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $initLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $redirect.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $redirectLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore_ecommerce_sql.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceSqlLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore_ecommerce_es.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceEsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore_ecommerce_findologic.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreEcommerceFindologicLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cmf.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cmfLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $generic_execution_engine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $genericExecutionEngineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $pimcore_api.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $pimcoreApiLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $session.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $sessionLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service "Symfony\Component\Workflow\Registry"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Profiler\Profiler"; reason: private alias.
Removed service ".service_locator.3MbLGkX"; reason: private alias.
Removed service ".service_locator.MXr98hi"; reason: private alias.
Removed service ".service_locator.dWH3XUj"; reason: private alias.
Removed service ".service_locator.jJEiPTD"; reason: private alias.
Removed service ".service_locator.AWoIXdf"; reason: private alias.
Removed service ".service_locator.MEYalNK"; reason: private alias.
Removed service ".service_locator.gRJOMKL"; reason: private alias.
Removed service ".service_locator.l1LaRSy"; reason: private alias.
Removed service ".service_locator.gWWAX9H"; reason: private alias.
Removed service ".service_locator.slDYcL."; reason: private alias.
Removed service ".service_locator.TLZJlTu"; reason: private alias.
Removed service ".service_locator.lQ1iQPc"; reason: private alias.
Removed service ".service_locator.H4PoAxJ"; reason: private alias.
Removed service ".service_locator.uQ5k032"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.S79ueEz"; reason: private alias.
Removed service ".service_locator.rN7fFER"; reason: private alias.
Removed service ".service_locator.6bUekBs"; reason: private alias.
Removed service ".service_locator.AaRA2ur"; reason: private alias.
Removed service ".service_locator.2Usrrs8"; reason: private alias.
Removed service ".service_locator.Cnmt5ax"; reason: private alias.
Removed service ".service_locator..BukJMP"; reason: private alias.
Removed service ".service_locator.GnMkjAf"; reason: private alias.
Removed service ".service_locator.JBvACr8"; reason: private alias.
Removed service ".service_locator.8H_r8.P"; reason: private alias.
Removed service ".service_locator.yTfyKWQ"; reason: private alias.
Removed service ".service_locator.Y38Yilj"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator._VNPvUH"; reason: private alias.
Removed service ".service_locator.cQfgE7I"; reason: private alias.
Removed service ".service_locator.QlN9wRV"; reason: private alias.
Removed service ".service_locator.dJaTh6B"; reason: private alias.
Removed service ".service_locator.AGdDCae"; reason: private alias.
Removed service ".service_locator.c2sbg7H"; reason: private alias.
Removed service ".service_locator.fB0YFiX"; reason: private alias.
Removed service ".service_locator.c88N2H9"; reason: private alias.
Removed service ".service_locator.4du_Jhr"; reason: private alias.
Removed service ".service_locator.4Ixkq5y"; reason: private alias.
Removed service ".service_locator.Cezy.wG"; reason: private alias.
Removed service ".service_locator.1EIYCxA"; reason: private alias.
Removed service ".service_locator.LZtLtrF"; reason: private alias.
Removed service ".service_locator.iUgxrW9"; reason: private alias.
Removed service ".service_locator.PNYA6cN"; reason: private alias.
Removed service ".service_locator.8aWux3N"; reason: private alias.
Removed service ".service_locator.lJLrSMB"; reason: private alias.
Removed service ".service_locator.cxP1_oE"; reason: private alias.
Removed service ".service_locator..jt2Bjh"; reason: private alias.
Removed service ".service_locator.zv2D.MG"; reason: private alias.
Removed service ".service_locator.69fsvbU"; reason: private alias.
Removed service ".service_locator.EphqTZn"; reason: private alias.
Removed service ".service_locator.jD.md0b"; reason: private alias.
Removed service ".service_locator.ldmNH4l"; reason: private alias.
Removed service ".service_locator.rmGObde"; reason: private alias.
Removed service ".service_locator.lsIqJdy"; reason: private alias.
Removed service ".service_locator.lg9oEKh"; reason: private alias.
Removed service ".service_locator.uYShFHl"; reason: private alias.
Removed service ".service_locator.zOvJceB"; reason: private alias.
Removed service ".service_locator.ugB2CWu"; reason: private alias.
Removed service ".service_locator.eDPMI1I"; reason: private alias.
Removed service ".service_locator.wjvsxi6"; reason: private alias.
Removed service ".service_locator.ueQgAR1"; reason: private alias.
Removed service ".service_locator.iv.8v48"; reason: private alias.
Removed service ".service_locator.MQ1jEro"; reason: private alias.
Removed service ".service_locator.Rl09amr"; reason: private alias.
Removed service ".service_locator.goN9Z9h"; reason: private alias.
Removed service ".service_locator.wWrRYAV"; reason: private alias.
Removed service ".service_locator.q0iAMQM"; reason: private alias.
Removed service ".service_locator.0_yVsRL"; reason: private alias.
Removed service ".service_locator.fzUPIJl"; reason: private alias.
Removed service ".service_locator.GUPvr4F"; reason: private alias.
Removed service ".service_locator.UKnszVk"; reason: private alias.
Removed service ".service_locator.a_6399w"; reason: private alias.
Removed service ".service_locator.8ZWwCoP"; reason: private alias.
Removed service ".service_locator.A.TDc.j"; reason: private alias.
Removed service ".service_locator.UCGsi8t"; reason: private alias.
Removed service ".service_locator.bAG3YyV"; reason: private alias.
Removed service ".service_locator.gCl90SR"; reason: private alias.
Removed service ".service_locator.DfETSFe"; reason: private alias.
Removed service ".service_locator.UaJmDie"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.A6_M2Ri"; reason: private alias.
Removed service ".service_locator.5PHMeAn"; reason: private alias.
Removed service ".service_locator.zLugj9K"; reason: private alias.
Removed service ".service_locator.aHzEmRa"; reason: private alias.
Removed service ".service_locator.Bp.cCnJ"; reason: private alias.
Removed service ".service_locator.HRdklNe"; reason: private alias.
Removed service ".service_locator.vO.zX_h"; reason: private alias.
Removed service ".service_locator.wFs6vE_"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.deprecations.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.denormalizer.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.documentation.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.graphql.state_processor.subscription.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.resolver.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.validate_after_resolver.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.access_checker.after_resolver.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_processor.documentation.write.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.graphql.state_processor.write.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.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 "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.pimcore_admin"; reason: private alias.
Removed service "security.firewall.authenticator.cmf_webservice"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "api_platform.graphql.state_provider.read"; reason: private alias.
Removed service "api_platform.graphql.state_provider.denormalizer"; reason: private alias.
Removed service "api_platform.graphql.state_provider.validate"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "security.password_hasher_factory"; reason: private alias.
Removed service "Pimcore\Mail\Mailer.inner"; reason: private alias.
Removed service "Pimcore\Translation\Translator.inner"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "generic.execution.engine.bus"; reason: private alias.
Removed service "messenger.bus.pimcore-generic-data-index"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.pimcore_generic_data_index_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.pimcore_admin"; reason: private alias.
Removed service "security.event_dispatcher.cmf_webservice"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.V_k9xR2"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.zoS0osE"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.7YjKNWy"; reason: private alias.
Removed service ".service_locator.eIyqhhq"; reason: private alias.
Removed service ".service_locator.OAsedRn"; reason: private alias.
Removed service ".service_locator.K4u2R6d"; reason: private alias.
Removed service ".service_locator.oF4Gt_Z"; reason: private alias.
Removed service ".service_locator.b891Gro"; reason: private alias.
Removed service ".service_locator.mHdkCgE"; reason: private alias.
Removed service ".service_locator.1443AN9"; reason: private alias.
Removed service ".service_locator.mFGwoAF"; reason: private alias.
Removed service ".service_locator.oDKeYRu"; reason: private alias.
Removed service ".service_locator.qyuFzoF"; reason: private alias.
Removed service ".service_locator.y3gzQQH"; reason: private alias.
Removed service ".service_locator.1I3NbjX"; reason: private alias.
Removed service ".service_locator.6mI4yhX"; reason: private alias.
Removed service ".service_locator.cFy0K1Z"; reason: private alias.
Removed service ".service_locator.NGrFEwZ"; reason: private alias.
Removed service ".service_locator.p3mS_2n"; reason: private alias.
Removed service ".service_locator.5cKt1SW"; reason: private alias.
Removed service ".service_locator.mLVNv6r"; reason: private alias.
Removed service ".service_locator.TZY75ZY"; reason: private alias.
Removed service ".service_locator.YFtq1HS"; reason: private alias.
Removed service ".service_locator.uiPRoNp"; reason: private alias.
Removed service ".service_locator.f3LK01n"; reason: private alias.
Removed service ".service_locator.iRqeivo"; reason: private alias.
Removed service ".service_locator.EUemi89"; reason: private alias.
Removed service ".service_locator.pqF.M2w"; reason: private alias.
Removed service ".service_locator.7pl_hrJ"; reason: private alias.
Removed service ".service_locator.5zPpNhB"; reason: private alias.
Removed service ".service_locator.uohhg63"; reason: private alias.
Removed service ".service_locator.KpVjUjx"; reason: private alias.
Removed service ".service_locator.VF5P2O2"; reason: private alias.
Removed service ".service_locator.fu6VeIv"; reason: private alias.
Removed service ".service_locator.zrTE9vx"; reason: private alias.
Removed service ".service_locator.vWho.2b"; reason: private alias.
Removed service ".service_locator.MK0VIDU"; reason: private alias.
Removed service ".service_locator.EzHJgPU"; reason: private alias.
Removed service ".service_locator.HRzFtwy"; reason: private alias.
Removed service ".service_locator.1AyYJlP"; reason: private alias.
Removed service ".service_locator.nej0IPx"; reason: private alias.
Removed service ".service_locator.IhqTF0N"; reason: private alias.
Removed service ".service_locator.UpZuVfC"; reason: private alias.
Removed service ".service_locator.UKgKHnR"; reason: private alias.
Removed service ".service_locator._QCTgm1"; reason: private alias.
Removed service ".service_locator.cJelWVY"; reason: private alias.
Removed service ".service_locator.YLz00Sy"; reason: private alias.
Removed service ".service_locator.EO0WY7D"; reason: private alias.
Removed service ".service_locator.bx5NXv9"; reason: private alias.
Removed service ".service_locator.emf5gAg"; reason: private alias.
Removed service ".service_locator.ezlOABE"; reason: private alias.
Removed service ".service_locator.TIMO4RQ"; reason: private alias.
Removed service ".service_locator.yMYYsKR"; reason: private alias.
Removed service ".service_locator.1PRXMPw"; reason: private alias.
Removed service ".service_locator.cUD9eYW"; reason: private alias.
Removed service ".service_locator.FY_R8W2"; reason: private alias.
Removed service ".service_locator.zneusGj"; reason: private alias.
Removed service ".service_locator.115e1_P"; reason: private alias.
Removed service ".service_locator.QtcI9gk"; reason: private alias.
Removed service ".service_locator.FdZaWSZ"; reason: private alias.
Removed service ".service_locator.dxLDz23"; reason: private alias.
Removed service ".service_locator.72LEmsU"; reason: private alias.
Removed service ".service_locator.82yPFcl"; reason: private alias.
Removed service ".service_locator.0xqaHMM"; reason: private alias.
Removed service ".service_locator.GTZtvG4"; reason: private alias.
Removed service ".service_locator.Dx1PjV."; reason: private alias.
Removed service ".service_locator.73ufvUs"; reason: private alias.
Removed service ".service_locator.q9Z.Ls3"; reason: private alias.
Removed service ".service_locator.TmYUpbv"; reason: private alias.
Removed service ".service_locator.3v0iYMs"; reason: private alias.
Removed service ".service_locator.leQ4kLE"; reason: private alias.
Removed service ".service_locator.JgAMqv7"; reason: private alias.
Removed service ".service_locator.eQMZEqA"; reason: private alias.
Removed service ".service_locator.MIBWnX5"; reason: private alias.
Removed service ".service_locator.wwAMlTP"; reason: private alias.
Removed service ".service_locator.1gBHMOS"; reason: private alias.
Removed service ".service_locator.78fatb1"; reason: private alias.
Removed service ".service_locator..1zBwfi"; reason: private alias.
Removed service ".service_locator.e40kO5F"; reason: private alias.
Removed service ".service_locator.TNYXtfC"; reason: private alias.
Removed service ".service_locator.0ZSTCDY"; reason: private alias.
Removed service ".service_locator.JwhNzq_"; reason: private alias.
Removed service ".service_locator.yDEqCVu"; reason: private alias.
Removed service ".service_locator.T.969K2"; reason: private alias.
Removed service ".service_locator.mWQMPzu"; reason: private alias.
Removed service ".service_locator.HdJXKJZ"; reason: private alias.
Removed service ".service_locator.z3vR2vG"; reason: private alias.
Removed service ".service_locator.Lku96Wm"; reason: private alias.
Removed service ".service_locator.dw9dAwj"; reason: private alias.
Removed service ".service_locator.reLekLp"; reason: private alias.
Removed service ".service_locator.9x2BHpk"; reason: private alias.
Removed service ".service_locator.GuMr4WQ"; reason: private alias.
Removed service ".service_locator.WL4W3p."; reason: private alias.
Removed service ".service_locator.NIpgoZz"; reason: private alias.
Removed service ".service_locator.VHQ3ckM"; reason: private alias.
Removed service ".service_locator.w3mANJS"; reason: private alias.
Removed service ".service_locator.x5boY0."; reason: private alias.
Removed service ".service_locator.X93gfNa"; reason: private alias.
Removed service ".service_locator.XB10p3X"; reason: private alias.
Removed service ".service_locator.nS3OUNP"; reason: private alias.
Removed service ".service_locator.DikFlUs"; reason: private alias.
Removed service ".service_locator.7CDfDCX"; reason: private alias.
Removed service ".service_locator.ygmooOx"; reason: private alias.
Removed service ".service_locator.mSEwbsm"; reason: private alias.
Removed service ".service_locator.TM04IzL"; reason: private alias.
Removed service ".service_locator.yEZr0Tb"; reason: private alias.
Removed service ".service_locator.WLV7SiW"; reason: private alias.
Removed service ".service_locator.lzr3PvY"; reason: private alias.
Removed service ".service_locator.TwlFnxn"; reason: private alias.
Removed service ".service_locator.IkqNJox"; reason: private alias.
Removed service ".service_locator.f0UL10N"; reason: private alias.
Removed service ".service_locator.apIrLfF"; reason: private alias.
Removed service ".service_locator.6yq2UUO"; reason: private alias.
Removed service ".service_locator.Zt.Ojs7"; reason: private alias.
Removed service ".service_locator.dOru.SL"; reason: private alias.
Removed service ".service_locator.oMUCRSM"; reason: private alias.
Removed service ".service_locator.iDnXAuV"; reason: private alias.
Removed service ".service_locator.BEsFY1H"; reason: private alias.
Removed service ".service_locator.dLBm4nY"; reason: private alias.
Removed service ".service_locator..gXppkF"; reason: private alias.
Removed service ".service_locator.PrEHDyQ"; reason: private alias.
Removed service ".service_locator.V5ljU5t"; reason: private alias.
Removed service ".service_locator.dpO59mp"; reason: private alias.
Removed service ".service_locator.qssn5tt"; reason: private alias.
Removed service ".service_locator.6FxGC0s"; reason: private alias.
Removed service ".service_locator.AHXXSm3"; reason: private alias.
Removed service ".service_locator.20Pyxku"; reason: private alias.
Removed service ".service_locator.PjIkjjB"; reason: private alias.
Removed service ".service_locator.IIJ9rU0"; reason: private alias.
Removed service ".service_locator.WqvLpKz"; reason: private alias.
Removed service ".service_locator.51S5hkJ"; reason: private alias.
Removed service ".service_locator.N2Opzdx"; reason: private alias.
Removed service ".service_locator.ztFc.Fi"; reason: private alias.
Removed service ".service_locator.vLBvEFK"; reason: private alias.
Removed service ".service_locator.vOeFjs7"; reason: private alias.
Removed service ".service_locator.1tIug_f"; reason: private alias.
Removed service ".service_locator.4RcPnbD"; reason: private alias.
Removed service ".service_locator.uHkPFps"; reason: private alias.
Removed service ".service_locator..HZtL1_"; reason: private alias.
Removed service ".service_locator.bt6bi8C"; reason: private alias.
Removed service ".service_locator.GTpKVkh"; reason: private alias.
Removed service ".service_locator.8mKnEb5"; reason: private alias.
Removed service ".service_locator.HyKw5Fy"; reason: private alias.
Removed service ".service_locator.DyXDttS"; reason: private alias.
Removed service ".service_locator.mfy1FWy"; reason: private alias.
Removed service ".service_locator.VSOXnI0"; reason: private alias.
Removed service ".service_locator.p8odfAn"; reason: private alias.
Removed service ".service_locator.DdtZ..x"; reason: private alias.
Removed service ".service_locator.7VN0rtv"; reason: private alias.
Removed service ".service_locator.mJQuwda"; reason: private alias.
Removed service ".service_locator.K1ywdq2"; reason: private alias.
Removed service ".service_locator.Yn5BztF"; reason: private alias.
Removed service ".service_locator.u5z0NoT"; reason: private alias.
Removed service ".service_locator.DynbHBq"; reason: private alias.
Removed service ".service_locator.swChFq6"; reason: private alias.
Removed service ".service_locator.CEZ5syY"; reason: private alias.
Removed service ".service_locator.EvBtBqV"; reason: private alias.
Removed service ".service_locator.G84k92K"; reason: private alias.
Removed service ".service_locator.au8_lX8"; reason: private alias.
Removed service ".service_locator.ySJCTu2"; reason: private alias.
Removed service ".service_locator.GCFTeZd"; reason: private alias.
Removed service ".service_locator.oEe31fn"; reason: private alias.
Removed service ".service_locator.Hwz1Ihm"; reason: private alias.
Removed service ".service_locator.duyBBJZ"; reason: private alias.
Removed service ".service_locator.LiaDLYB"; reason: private alias.
Removed service ".service_locator.wzGDWbv"; reason: private alias.
Removed service ".service_locator.53i2Oco"; reason: private alias.
Removed service ".service_locator.4WqzXl3"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.l9DaiPA"; reason: private alias.
Removed service ".service_locator.lTtK5TT"; reason: private alias.
Removed service ".service_locator.s5w7QNi"; reason: private alias.
Removed service ".service_locator.yOgb_4I"; reason: private alias.
Removed service ".service_locator.ZttjRO."; reason: private alias.
Removed service ".service_locator.9erzBq0"; reason: private alias.
Removed service ".service_locator.AaPw.9l"; reason: private alias.
Removed service ".service_locator.EWLo1qa"; reason: private alias.
Removed service ".service_locator.rVfOfF7"; reason: private alias.
Removed service ".service_locator.yPneneR"; reason: private alias.
Removed service ".service_locator.V6GF41v"; reason: private alias.
Removed service ".service_locator.WLFG5L."; reason: private alias.
Removed service ".service_locator.9AaNHOp"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.X_7SrZP"; reason: private alias.
Removed service ".service_locator.a1R_f7T"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.6luSEe2"; reason: private alias.
Removed service ".service_locator.kZKE5Dm"; reason: private alias.
Removed service ".service_locator.xldag0h"; reason: private alias.
556
Changed reference of service "Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleTagManagerListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Scoreplay\Service\ScoreplayAssetService" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\ErpBC\Product\Service\ProductErpToPimcoreProduct" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\ErpBC\GiftCard\Controller\GiftCardController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\ErpBC\GiftCard\Controller\GiftCardController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\ErpBC\Order\Controller\CaptureController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\ErpBC\Order\EventListener\OrderErpTransactionEventListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\ErpBC\Membership\Controller\PaymentMethodController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\ErpBC\Membership\Service\MembershipService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\ErpBC\Membership\Service\PaymentMethodService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\Frisbii\Service\FrisbiiWebhookService" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\DQS\EventListener\DqsCustomerEventListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\DQS\Command\DqsPeriodicAddressValidationCommand" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\DQS\Controller\AdminDqsAuditController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Controller\FormController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\FormController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\BBC\EventListener\CustomerValidationListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\BBC\EventListener\MembershipVertragValidationListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\BBC\EventListener\VeranstaltungValidationListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\BBC\Command\ProcessEventFinalInfoMailCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BBC\Command\ProcessEventFinalInfoMailCommand" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\BBC\Command\ProcessEventInvitationMailCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BBC\Command\ProcessEventRecapMailCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BBC\Command\ProcessEventRecapMailCommand" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\BBC\Command\ProcessMembershipOnboardingMailCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\BBC\Service\EventParticipantCsvExporter" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Customer\MembershipCancellation\EventListener\CancellationMailingListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Customer\MembershipCancellation\Service\IdentityVerificationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Customer\Widerruf\Service\WiderrufSubmissionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Customer\Widerruf\Controller\WiderrufController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\EventListener\BunnyAssetCachePurgeListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\EventListener\CheckoutEventListener" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
Changed reference of service "App\EventListener\CheckoutEventListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "App\EventListener\CustomerEmailDomainBlacklistValidationListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\EventListener\CustomerEmailUniqueValidationListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "App\EventListener\PaymentAuthorizedEventListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Ecommerce\PriceSystem\VfbPriceSystem" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "App\Service\Admin\ForceReindexService" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
Changed reference of service "App\Sitemap\Command\NetformicDumpSitemapsCommand" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "App\Sitemap\Command\NetformicDumpSitemapsCommand" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "argument_resolver.request_payload" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "locale_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "services_resetter" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "locale_aware_listener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.w7.f4fT" to "container.env_var_processors_locator".
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 "cmf_routing.router" to "router".
Changed reference of service "console.command.router_match" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "assets.context" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "assets.context" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.pimcore-core" 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 "translation.locale_switcher" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "translation.locale_switcher" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "router.default" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "router_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "router_listener" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "serializer.normalizer.problem" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "session.factory" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "form.type.choice" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type.file" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type.color" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.form.validator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "form.type_extension.csrf" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "validator.builder" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "scheduler.event_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "cmf_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 "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "console_profiler_listener" previously pointing to "cmf_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.messenger" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "security.logout_url_generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.http_utils" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.channel_listener" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "security.channel_listener" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.pimcore_admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.login" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "twig" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "twig.extension.trans" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "twig.extension.routing" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "twig.extension.form" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cmf_routing.dynamic_router" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.nested_matcher" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.generator" previously pointing to "Pimcore\Routing\DynamicRouteProvider" to "cmf_routing.route_provider".
Changed reference of service "cmf_routing.redirect_controller" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code_reuse" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.google_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_js_routing.extractor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Helper\GridHelperService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Model\DataObject\ClassDefinition\PreviewGeneratorInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\AdminBundle\Service\ElementServiceInterface" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore.data_object.grid_column_config.operator.factory.translate_value" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\DataHubBundle\GraphQL\Service" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\DataHubBundle\GraphQL\Service" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubBundle\Service\OutputCacheService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubBundle\Service\OutputCacheServiceInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\ApplicationLoggerBundle\Service\TranslationServiceInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Targeting\Code\TargetingCodeGenerator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingManager" to "pimcore_ecommerce.tracking.tracking_manager".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" to "pimcore_ecommerce.payment_manager".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" to "pimcore_ecommerce.voucher_service".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\PriceSystem\AttributePriceSystem" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexUpdateService" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Input" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRange" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRangeSelection" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectClassificationStoreAttributes" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.cart_manager.default" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\PaymentManager\PaymentManager" to "pimcore_ecommerce.payment_manager".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\DefaultService" to "pimcore_ecommerce.voucher_service".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.order_manager.default" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.checkout_manager.default.commit_order_processor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.checkout_manager.default.factory" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.checkout_manager.default.factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.index_service.default.worker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.index_service.OpenSearch_de.config" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.index_service.OpenSearch_de.worker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.index_service.OpenSearch_en.config" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.index_service.OpenSearch_en.worker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_de" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore_ecommerce.filter_service.OpenSearch_en" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\GoogleMarketingBundle\Tracker\Tracker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "CustomerManagementFrameworkBundle\CustomerProvider\CustomerProviderInterface" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "cmf.view_formatter" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "CustomerManagementFrameworkBundle\PreviewGenerator\LinkActivityDefinitionPreviewGenerator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "CustomerManagementFrameworkBundle\Event\TargetingEventListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "CustomerManagementFrameworkBundle\Targeting\SegmentTracker" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "CustomerManagementFrameworkBundle\Targeting\ActionHandler\TrackSegment" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "CustomerManagementFrameworkBundle\Targeting\ActionHandler\ApplyTargetGroupsFromSegments" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\SeoBundle\Sitemap\UrlGenerator" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "presta_sitemap.controller" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.messenger.message_handler" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "OutputDataConfigToolkitBundle\Controller\AdminController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\GenericExecutionEngineBundle\Agent\JobExecutionAgentInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunRepositoryInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\GenericExecutionEngineBundle\Grid\JobRunGridInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\GenericExecutionEngineBundle\CurrentMessage\CurrentMessageProviderInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobRunStatusChangeSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.router" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "SporeShop\BaseBundle\State\GenericObjectProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\BaseBundle\State\GenericObjectProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\BaseBundle\State\MainApiHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\BaseBundle\State\MainApiHandler" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\BaseBundle\EventListener\SluggerListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\OrderBundle\State\OrderProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\OrderBundle\State\OrderProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\OrderBundle\State\OrderProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\OrderBundle\State\OrderProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\PaymentBundle\Controller\PaymentController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\PaymentBundle\State\AuthorizeProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\PaymentBundle\State\AuthorizeProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\PaymentBundle\State\CaptureByOrderIdProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\PaymentBundle\State\CaptureByOrderIdProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\PaymentBundle\State\CaptureProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\PaymentBundle\State\CaptureProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\PaymentBundle\State\PaymentProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\PaymentBundle\State\PaymentProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\PaymentBundle\State\PaymentProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\PaymentBundle\State\PaymentProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\PaymentBundle\State\PrepareProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\PaymentBundle\State\PrepareProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "payum.token_factory_builder" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "SporeShop\WishlistBundle\Service\Wishlist" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\Factory" to "pimcore_ecommerce.factory".
Changed reference of service "SporeShop\WishlistBundle\State\WishlistProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\WishlistBundle\State\WishlistProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\WishlistBundle\State\WishlistProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\WishlistBundle\State\WishlistProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\ProductBundle\EventListener\ProductSaveValidateListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\ProductBundle\EventListener\ProductSearchListener" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "SporeShop\ProductBundle\State\CategoriesProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\ProductBundle\State\CategoriesProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\ProductBundle\State\CategoryProductListProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\ProductBundle\State\CategoryProductListProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\ProductBundle\State\CrosssellingProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\ProductBundle\State\CrosssellingProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\ProductBundle\State\ProductDetailProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\ProductBundle\State\ProductDetailProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\ProductBundle\State\ProductListItemProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\ProductBundle\State\ProductListItemProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\ProductBundle\State\ProductListProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\ProductBundle\State\ProductListProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\ProductBundle\State\SearchProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\ProductBundle\State\SearchProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\TrackingBundle\State\NotificationProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\TrackingBundle\State\NotificationProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CheckoutBundle\State\CheckoutCartProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CheckoutBundle\State\CheckoutCartProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CheckoutBundle\State\CheckoutCartProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CheckoutBundle\State\CheckoutCartProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CheckoutBundle\State\CheckoutStepProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CheckoutBundle\State\CheckoutStepProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CheckoutBundle\State\CheckoutStepProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CheckoutBundle\State\CheckoutStepProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CheckoutBundle\Ecommerce\Service\CustomerSegmentPriceService" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "SporeShop\CheckoutBundle\Service\CartHelperService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CustomerBundle\State\AddressProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CustomerBundle\State\AddressProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CustomerBundle\State\AddressProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CustomerBundle\State\AddressProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CustomerBundle\State\CustomerProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CustomerBundle\State\CustomerProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CustomerBundle\State\CustomerProcessor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "SporeShop\CustomerBundle\State\CustomerProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CustomerBundle\State\CustomerProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CustomerBundle\State\CustomerRegisterProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CustomerBundle\State\CustomerRegisterProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CustomerBundle\State\CustomerRegisterProcessor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "SporeShop\CustomerBundle\State\NewsletterProcessor" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CustomerBundle\State\NewsletterProcessor" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CustomerBundle\State\NewsletterProcessor" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "SporeShop\CustomerBundle\State\PaymentMethodProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CustomerBundle\State\PaymentMethodProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CMSBundle\State\ContentProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CMSBundle\State\ContentProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "SporeShop\CMSBundle\State\NavigationProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "SporeShop\CMSBundle\State\NavigationProvider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Type\CSV" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Type\XML" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Type\JSON" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataHubFileExportBundle\Messenger\ExportExecutionDispatcher" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\DataHubSimpleRestBundle\MappingAndDataExtractor\DataExtractorFactory" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\DataHubSimpleRestBundle\MappingAndDataExtractor\AssetDataGenerator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\DataHubSimpleRestBundle\Messenger\QueueHandler" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\DataImporterBundle\Resolver\Factory\DataObjectFactory" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\DataImporterBundle\Processing\ImportProcessingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataImporterBundle\Processing\ImportPreparationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\DataImporterBundle\Messenger\DataImporterHandler" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\BackendPowerToolsBundle\Repository\BookmarkList\BookmarkListShareRepositoryInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\DataObject\ClassDefinitionServiceInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\SymfonyQueueServiceInterface" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\FolderNodeServiceInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\BackendPowerToolsBundle\Utils\ClassProvider\DataObject\ListingProviderInterface" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service "Pimcore\Bundle\BackendPowerToolsBundle\Adapter\AlternativeElementTree\DataObject\CheckboxAdapter" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\EventProxyService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\InterceptorProxyService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexQueueServiceInterface" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexQueue\QueueMessagesDispatcher" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexQueue\QueueMessageServiceInterface" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\IndexServiceInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\IndexHandler\AssetIndexHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\IndexHandler\DataObjectIndexHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\IndexHandler\DocumentIndexHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\AdminSettingsSubscriber" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\ClassDefinitionIndexSubscriber" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Service\EventServiceInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "bundle.advanced_object_search.service.legacy_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "bundle.advanced_object_search.service.legacy_factory" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "AdvancedObjectSearchBundle\Messenger\QueueHandler" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Config\ReportConfigWriter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\SystemSettingsConfig" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Routing\Element\Router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Pimcore\Workflow\Manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Workflow\Place\StatusInfo" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Workflow\Notification\NotificationEmailService" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Workflow\Notification\NotificationEmailService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Workflow\Notification\PimcoreNotificationService" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Workflow\EventSubscriber\NotificationSubscriber" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Workflow\EventSubscriber\NotesSubscriber" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "pimcore.workflow.place-options-provider" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Extension\Bundle\PimcoreBundleManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Extension\Bundle\PimcoreBundleManager" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Bundle\CoreBundle\Command\Bundle\Helper\PostStateChange" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Http\RequestHelper" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "Pimcore\Localization\LocaleServiceInterface" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Document\Editable\EditableHandler" previously pointing to "Pimcore\Extension\Document\Areabrick\AreabrickManager" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
Changed reference of service "Pimcore\Document\Renderer\DocumentRendererInterface" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Document\Editable\EditableUsageResolver" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Cache\FullPage\SessionStatus" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Templating\Renderer\IncludeRenderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Twig\Extension\Templating\PimcoreUrl" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "Pimcore\Twig\Extension\Templating\HeadLink" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "Pimcore\Twig\Extension\Templating\HeadScript" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "Pimcore\Twig\Extension\Templating\InlineScript" previously pointing to "twig.extension.weblink" to "Symfony\Bridge\Twig\Extension\WebLinkExtension".
Changed reference of service "Pimcore\Maintenance\Executor" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "Pimcore\Bundle\CoreBundle\Command\CacheClearCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Pimcore\Cache\Core\CoreCacheHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.DfDPVv." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.1Z9fEX7" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.DMYpsPF" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.RGHub4n" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.vISKrbb" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service ".service_locator.ZaRBfVi" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Wh8X7Vp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.nvDaOtv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.3FjVarr" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.lr0Mg2O" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.5TNXJXZ" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".service_locator.JJKBkz9" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Jb8cWiW" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.aMdXQnA" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.eWGQ0Dx" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.h5UY1B0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.WRAMTiv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Lrdi3b0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.uhnTwWQ" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.uhnTwWQ" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.mXOUSS." previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.bJH6cAQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5Z_2pHo" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.9cdOE2f" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service ".service_locator.lCeiqsv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.lCeiqsv" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.nZfIMgq" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.zI9gcZ7" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.9kc2ITW" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.9kc2ITW" previously pointing to "Pimcore\Model\Factory" to "pimcore.model.factory".
Changed reference of service ".service_locator.Xs36PP4" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.bwkkQdI" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.lwfT6ml" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "generic.execution.engine.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.bus.pimcore-generic-data-index.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.bus.pimcore-core.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.3tmCuA_" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.football_camp_import_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.simple_asset_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "workflow.wfdesigner_product_image_workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.CgLZdtH" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.jIByowl" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.R9QpNoR" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.dZKVYg7" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.dZKVYg7" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service ".service_locator.s1Bfuj9" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.AMpAlRX" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.jNDhEpi" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.8xg5o4u" previously pointing to "cmf_routing.router" to "router".
Changed reference of service ".service_locator.jVrbT8j" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "Pimcore\Translation\Translator" to "Symfony\Contracts\Translation\TranslatorInterface".
Changed reference of service "router" previously pointing to "router.request_context" to "pimcore.routing.router.request_context".
Changed reference of service "pimcore_ecommerce.index_service" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "pimcore_ecommerce.tracking.tracking_manager" previously pointing to "SporeShop\BaseBundle\Ecommerce\DbEnvironment" to "pimcore_ecommerce.environment".
Changed reference of service "presta_sitemap.generator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "presta_sitemap.dumper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.dumper" previously pointing to "cmf_routing.router" to "router".
Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "event_dispatcher" previously pointing to "session_listener" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Changed reference of service "console.command.public_alias.App\ErpBC\GiftCard\Command\GiftCardCleanupCommand" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "console.command.public_alias.App\ErpBC\GiftCard\Command\GiftCardCleanupPlaceholderCommand" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "console.command.public_alias.App\ErpBC\Order\Command\RecoverStuckOrdersCommand" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "console.command.public_alias.App\Ecommerce\CartManager\Command\CartCleanupCommand" previously pointing to "debug.traced.messenger.bus.pimcore-core" to "messenger.default_bus".
Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
Changed reference of service "console.command.public_alias.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand" previously pointing to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\IndexService" to "pimcore_ecommerce.index_service".
1720
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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "Pimcore\Bundle\DataHubBundle\Controller\Studio"; reason: abstract.
Removed service "Pimcore\Bundle\DataHubBundle\Service\Studio"; reason: abstract.
Removed service "Pimcore\Bundle\PersonalizationBundle\Controller\Studio"; reason: abstract.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\Studio"; reason: abstract.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AbstractConfig"; reason: abstract.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\AbstractWorker"; reason: abstract.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\AbstractFilterType"; reason: abstract.
Removed service "CustomerManagementFrameworkBundle\Controller\Studio"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "payum.extension.storage.prototype"; reason: abstract.
Removed service "Payum\Bundle\PayumBundle\Controller\PayumController"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\Studio"; reason: abstract.
Removed service "Pimcore\Bundle\DataHubFileExportBundle\Controller\Studio"; reason: abstract.
Removed service "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\Studio"; reason: abstract.
Removed service "Pimcore\Bundle\DataImporterBundle\Controller\Studio"; reason: abstract.
Removed service "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Studio"; reason: abstract.
Removed service "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Studio"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "workflow.marking_store.state_table"; reason: abstract.
Removed service "workflow.marking_store.multiple_state"; reason: abstract.
Removed service "workflow.marking_store.single_state"; reason: abstract.
Removed service "workflow.marking_store.data_object_splitted_state"; reason: abstract.
Removed service "workflow.marking_store.data_object_multiple_state"; reason: abstract.
Removed service "workflow.support_strategy.expression"; reason: abstract.
Removed service "Pimcore\Bundle\CoreBundle\Command\Bundle\Helper"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Scoreplay\Command\ScoreplayMediaSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Scoreplay\Command\ScoreplayMediaSyncCommand"; reason: abstract.
Removed service ".instanceof.App\Scoreplay\MessageHandler\ProcessMediaMessageHandler.0.App\Scoreplay\MessageHandler\ProcessMediaMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Scoreplay\MessageHandler\ProcessMediaMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Product\Service\ErpProductDeserializer"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Product\Service\ErpProductDeserializer"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Product\Service\ErpProductDeserializer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Customer\Domain\Repository\CustomerNumberAllocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\Domain\Repository\CustomerNumberAllocationRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook"; reason: abstract.
Removed service ".instanceof.App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener.0.App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\EventListener\CustomerCreateErpAccountListener"; reason: abstract.
Removed service ".instanceof.App\ErpBC\Customer\EventListener\CustomerNumberListener.0.App\ErpBC\Customer\EventListener\CustomerNumberListener"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\EventListener\CustomerNumberListener"; reason: abstract.
Removed service ".instanceof.App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler.0.App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\MessageHandler\UpdateErpAccountMessageHandler"; reason: abstract.
Removed service ".instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler.0.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartFromCartMessageHandler"; reason: abstract.
Removed service ".instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler.0.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\MessageHandler\RemoveGiftCartPlaceholderFromCartMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Customer\Command\UpdateCustomerSegmentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Customer\Command\UpdateCustomerSegmentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook"; reason: abstract.
Removed service ".instanceof.App\ErpBC\GiftCard\EventListener\GiftCardListener.0.App\ErpBC\GiftCard\EventListener\GiftCardListener"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\EventListener\GiftCardListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\GiftCard\Command\GiftCardCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\Command\GiftCardCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\GiftCard\Command\GiftCardCleanupPlaceholderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\GiftCard\Command\GiftCardCleanupPlaceholderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\OrderErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\OrderErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\Webhook\OrderErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Order\Webhook\PdfErpWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Order\Webhook\PdfErpWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\Webhook\PdfErpWebhook"; reason: abstract.
Removed service ".instanceof.App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener.0.App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\EventListener\OnlineShopOrderItemAddUnitPriceEventListener"; reason: abstract.
Removed service ".instanceof.App\ErpBC\Order\EventListener\OrderErpTransactionEventListener.0.App\ErpBC\Order\EventListener\OrderErpTransactionEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\EventListener\OrderErpTransactionEventListener"; reason: abstract.
Removed service ".instanceof.App\ErpBC\Order\EventListener\PaymentTransactionSaveListener.0.App\ErpBC\Order\EventListener\PaymentTransactionSaveListener"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\EventListener\PaymentTransactionSaveListener"; reason: abstract.
Removed service ".instanceof.App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler.0.App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\MessageHandler\OrderErpOneTransactionMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Order\Command\RecoverStuckOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\Command\RecoverStuckOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Order\Command\SendDailyOrderErpReportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Order\Command\SendDailyOrderErpReportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Membership\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Membership\Controller\MembershipController"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Membership\Controller\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\ErpBC\Membership\Controller\PaymentMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\ErpBC\Membership\Controller\PaymentMethodController"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Membership\Controller\PaymentMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\ErpBC\Membership\Command\ProcessMembershipsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\ErpBC\Membership\Command\ProcessMembershipsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook"; reason: abstract.
Removed service ".abstract.instanceof.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook"; reason: abstract.
Removed service ".instanceof.App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener.0.App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener"; reason: abstract.
Removed service ".abstract.instanceof.App\SAP\Emarsys\EventListener\EmarsysTransactionMailListener"; reason: abstract.
Removed service ".instanceof.App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener.0.App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener"; reason: abstract.
Removed service ".abstract.instanceof.App\SAP\Emarsys\EventListener\UpdateEmarsysCustomerListener"; reason: abstract.
Removed service ".instanceof.App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler.0.App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler"; reason: abstract.
Removed service ".instanceof.App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler.0.App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\SAP\Emarsys\MessageHandler\EmarsysTransactionMailMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\SAP\OpenData\Command\OpenDataImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\SAP\OpenData\Command\OpenDataImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Frisbii\Controller\FrisbiiWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Frisbii\Controller\FrisbiiWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Frisbii\Controller\FrisbiiWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Frisbii\Command\SyncFrisbiiContractDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Frisbii\Command\SyncFrisbiiContractDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Frisbii\Command\SyncFrisbiiCustomerDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Frisbii\Command\SyncFrisbiiCustomerDataCommand"; reason: abstract.
Removed service ".instanceof.App\Frisbii\MessageHandler\ContractCancelledMessageHandler.0.App\Frisbii\MessageHandler\ContractCancelledMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Frisbii\MessageHandler\ContractCancelledMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Frisbii\MessageHandler\ContractChangedMessageHandler.0.App\Frisbii\MessageHandler\ContractChangedMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Frisbii\MessageHandler\ContractChangedMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Frisbii\MessageHandler\ContractCreatedMessageHandler.0.App\Frisbii\MessageHandler\ContractCreatedMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Frisbii\MessageHandler\ContractCreatedMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Frisbii\MessageHandler\ContractDataChangedMessageHandler.0.App\Frisbii\MessageHandler\ContractDataChangedMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Frisbii\MessageHandler\ContractDataChangedMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Frisbii\MessageHandler\CustomerCreatedMessageHandler.0.App\Frisbii\MessageHandler\CustomerCreatedMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Frisbii\MessageHandler\CustomerCreatedMessageHandler"; reason: abstract.
Removed service ".instanceof.App\DQS\EventListener\CustomerAuditLogListener.0.App\DQS\EventListener\CustomerAuditLogListener"; reason: abstract.
Removed service ".abstract.instanceof.App\DQS\EventListener\CustomerAuditLogListener"; reason: abstract.
Removed service ".instanceof.App\DQS\EventListener\DqsAdminAssetsListener.0.App\DQS\EventListener\DqsAdminAssetsListener"; reason: abstract.
Removed service ".abstract.instanceof.App\DQS\EventListener\DqsAdminAssetsListener"; reason: abstract.
Removed service ".instanceof.App\DQS\EventListener\DqsCustomerEventListener.0.App\DQS\EventListener\DqsCustomerEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\DQS\EventListener\DqsCustomerEventListener"; reason: abstract.
Removed service ".instanceof.App\DQS\EventListener\DqsMessengerFailureListener.0.App\DQS\EventListener\DqsMessengerFailureListener"; reason: abstract.
Removed service ".abstract.instanceof.App\DQS\EventListener\DqsMessengerFailureListener"; reason: abstract.
Removed service ".instanceof.App\DQS\MessageHandler\DqsCustomerProcessMessageHandler.0.App\DQS\MessageHandler\DqsCustomerProcessMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\DQS\MessageHandler\DqsCustomerProcessMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\DQS\Command\DqsPeriodicAddressValidationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\DQS\Command\DqsPeriodicAddressValidationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\DQS\Controller\AdminDqsAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\DQS\Controller\AdminDqsAuditController"; reason: abstract.
Removed service ".abstract.instanceof.App\DQS\Controller\AdminDqsAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoCaptureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoCaptureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Capaneo\Controller\CapaneoCaptureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoNormalizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoNormalizationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Capaneo\Controller\CapaneoNormalizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Capaneo\Controller\CapaneoValidationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Capaneo\Controller\CapaneoValidationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Capaneo\Controller\CapaneoValidationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminNewCustomerFiBu"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminNewCustomerFiBu"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminNewCustomerFiBu"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ErpImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ErpImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ErpImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FootballSchoolExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FootballSchoolExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FootballSchoolExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ForceReindexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ForceReindexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ForceReindexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductDataQuality"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductDataQuality"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductDataQuality"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserPhoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserPhoneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserPhoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserSapAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserSapAccessController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserSapAccessController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminBc\AdminBcController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminBc\AdminBcController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminBc\AdminBcController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FootballSchoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FootballSchoolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FootballSchoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web2printController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web2printController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web2printController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\DataPrivacy\Controller\SeoDataPrivacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\DataPrivacy\Controller\SeoDataPrivacyController"; reason: abstract.
Removed service ".abstract.instanceof.App\DataPrivacy\Controller\SeoDataPrivacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\ConsentProfileEventsE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\ConsentProfileEventsE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\ConsentProfileEventsE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\CustomerMemberSinceE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\CustomerMemberSinceE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\CustomerMemberSinceE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\CustomerNumberE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\CustomerNumberE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\CustomerNumberE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\MembershipCancelE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\MembershipCancelE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\MembershipCancelE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\MembershipCustomerValidationE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\MembershipCustomerValidationE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\MembershipCustomerValidationE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\NewsletterCleanupE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\NewsletterCleanupE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\NewsletterCleanupE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\OrdersE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\OrdersE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\OrdersE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PaymentMethodsE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PaymentMethodsE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\PaymentMethodsE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PersonalDataE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PersonalDataE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\PersonalDataE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\PreferenceCenterE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\PreferenceCenterE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\PreferenceCenterE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\ProductCustomizationE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\ProductCustomizationE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\ProductCustomizationE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\WiderrufE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\WiderrufE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\WiderrufE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\E2E\Controller\WishlistE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\E2E\Controller\WishlistE2EController"; reason: abstract.
Removed service ".abstract.instanceof.App\E2E\Controller\WishlistE2EController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\Admin\EventParticipantExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\Admin\EventParticipantExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Controller\Admin\EventParticipantExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\EventController"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Controller\EventController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\BBC\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\BBC\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.App\BBC\EventListener\ApiCacheControlListener.0.App\BBC\EventListener\ApiCacheControlListener"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\EventListener\ApiCacheControlListener"; reason: abstract.
Removed service ".instanceof.App\BBC\EventListener\CustomerValidationListener.0.App\BBC\EventListener\CustomerValidationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\EventListener\CustomerValidationListener"; reason: abstract.
Removed service ".instanceof.App\BBC\EventListener\MembershipVertragCustomerSegmentListener.0.App\BBC\EventListener\MembershipVertragCustomerSegmentListener"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\EventListener\MembershipVertragCustomerSegmentListener"; reason: abstract.
Removed service ".instanceof.App\BBC\EventListener\MembershipVertragTerminationDateListener.0.App\BBC\EventListener\MembershipVertragTerminationDateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\EventListener\MembershipVertragTerminationDateListener"; reason: abstract.
Removed service ".instanceof.App\BBC\EventListener\MembershipVertragValidationListener.0.App\BBC\EventListener\MembershipVertragValidationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\EventListener\MembershipVertragValidationListener"; reason: abstract.
Removed service ".instanceof.App\BBC\EventListener\ParticipationMembershipVertragCounterListener.0.App\BBC\EventListener\ParticipationMembershipVertragCounterListener"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\EventListener\ParticipationMembershipVertragCounterListener"; reason: abstract.
Removed service ".instanceof.App\BBC\EventListener\VeranstaltungValidationListener.0.App\BBC\EventListener\VeranstaltungValidationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\EventListener\VeranstaltungValidationListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ExportEventParticipantsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Command\ExportEventParticipantsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventFinalInfoMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Command\ProcessEventFinalInfoMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventInvitationMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Command\ProcessEventInvitationMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessEventRecapMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Command\ProcessEventRecapMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ProcessMembershipOnboardingMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Command\ProcessMembershipOnboardingMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\RemoveExpiredMembershipGroupsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Command\RemoveExpiredMembershipGroupsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\BBC\Command\ResetMembershipEventParticipationCountCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\BBC\Command\ResetMembershipEventParticipationCountCommand"; reason: abstract.
Removed service ".instanceof.App\Ofc\OfcAntrag\EventListener\OfcAntragListener.0.App\Ofc\OfcAntrag\EventListener\OfcAntragListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Ofc\OfcAntrag\EventListener\OfcAntragListener"; reason: abstract.
Removed service ".instanceof.App\Customer\MembershipCancellation\EventListener\CancellationAuditListener.0.App\Customer\MembershipCancellation\EventListener\CancellationAuditListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\MembershipCancellation\EventListener\CancellationAuditListener"; reason: abstract.
Removed service ".instanceof.App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener.0.App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\MembershipCancellation\EventListener\CancellationLifecycleListener"; reason: abstract.
Removed service ".instanceof.App\Customer\MembershipCancellation\EventListener\CancellationMailingListener.0.App\Customer\MembershipCancellation\EventListener\CancellationMailingListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\MembershipCancellation\EventListener\CancellationMailingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\CancelDateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\CancelDateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\MembershipCancellation\Controller\CancelDateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\IdentityVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\IdentityVerificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\MembershipCancellation\Controller\IdentityVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\MembershipCancellation\Controller\MembershipCancellationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\MembershipCancellation\Controller\MembershipCancellationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\MembershipCancellation\Controller\MembershipCancellationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\Widerruf\Controller\WiderrufController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\Widerruf\Controller\WiderrufController"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\Widerruf\Controller\WiderrufController"; reason: abstract.
Removed service ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener.0.App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentChannelCascadeListener"; reason: abstract.
Removed service ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener.0.App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\ConsentProfileListener"; reason: abstract.
Removed service ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener.0.App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener"; reason: abstract.
Removed service ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener.0.App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\CustomerPostAddListener"; reason: abstract.
Removed service ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener.0.App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\DeleteEmarsysContactOnConsentProfileDeleteListener"; reason: abstract.
Removed service ".instanceof.App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener.0.App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\CommunicationConsentProfile\EventListener\RegistrationConsentListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssetCopyrightCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AssetCopyrightCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupGuestCustomersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupGuestCustomersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CleanupProductSeoUrlsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CleanupProductSeoUrlsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentAdvancedReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeploymentAdvancedReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeploymentReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeploymentUpdateIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeploymentUpdateIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportDoofinderFeedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExportDoofinderFeedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ExportGoogleFeedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ExportGoogleFeedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomerBirthdayCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportCustomerBirthdayCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCustomersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportCustomersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewCustomerFiBuCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\NewCustomerFiBuCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\QueueMonitorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\QueueMonitorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCustomerSegmentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateCustomerSegmentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsiteSettingCacheClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WebsiteSettingCacheClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Customer\Newsletter\Command\CleanupNewsletterContactsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Customer\Newsletter\Command\CleanupNewsletterContactsCommand"; reason: abstract.
Removed service ".instanceof.App\EventListener\AdminOrderTimelineListener.0.App\EventListener\AdminOrderTimelineListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AdminOrderTimelineListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\AssetUploadListener.0.App\EventListener\AssetUploadListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AssetUploadListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\BunnyAssetCachePurgeListener.0.App\EventListener\BunnyAssetCachePurgeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\BunnyAssetCachePurgeListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CMS\ContentPropertiesListener.0.App\EventListener\CMS\ContentPropertiesListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CMS\ContentPropertiesListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CacheClearListener.0.App\EventListener\CacheClearListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CacheClearListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CheckoutEventListener.0.App\EventListener\CheckoutEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CheckoutEventListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CorsListener.0.App\EventListener\CorsListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CorsListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CustomerDataChangedListener.0.App\EventListener\CustomerDataChangedListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CustomerDataChangedListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CustomerEmailCapaneoValidationListener.0.App\EventListener\CustomerEmailCapaneoValidationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CustomerEmailCapaneoValidationListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CustomerEmailChangeListener.0.App\EventListener\CustomerEmailChangeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CustomerEmailChangeListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CustomerEmailDomainBlacklistValidationListener.0.App\EventListener\CustomerEmailDomainBlacklistValidationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CustomerEmailDomainBlacklistValidationListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CustomerEmailUniqueValidationListener.0.App\EventListener\CustomerEmailUniqueValidationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CustomerEmailUniqueValidationListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CustomerFrisbiiIframeListener.0.App\EventListener\CustomerFrisbiiIframeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CustomerFrisbiiIframeListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CustomerParentFolderListener.0.App\EventListener\CustomerParentFolderListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CustomerParentFolderListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CustomerSegmentMandantValidationListener.0.App\EventListener\CustomerSegmentMandantValidationListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CustomerSegmentMandantValidationListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\DataObjectIndexUpdateListener.0.App\EventListener\DataObjectIndexUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\DataObjectIndexUpdateListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\FootballCampImportUploadListener.0.App\EventListener\FootballCampImportUploadListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\FootballCampImportUploadListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\NewCustomerFibuListener.0.App\EventListener\NewCustomerFibuListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\NewCustomerFibuListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\OrderEventListener.0.App\EventListener\OrderEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\OrderEventListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\PaymentAuthorizedEventListener.0.App\EventListener\PaymentAuthorizedEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PaymentAuthorizedEventListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\PimcoreAdminListener.0.App\EventListener\PimcoreAdminListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PimcoreAdminListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\ProductSaveListener.0.App\EventListener\ProductSaveListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ProductSaveListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\SporeClearCartListener.0.App\EventListener\SporeClearCartListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\SporeClearCartListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\VerifyVfBAddressListener.0.App\EventListener\VerifyVfBAddressListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\VerifyVfBAddressListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\WebsiteSettingCacheClearListener.0.App\EventListener\WebsiteSettingCacheClearListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\WebsiteSettingCacheClearListener"; reason: abstract.
Removed service ".instanceof.App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener.0.App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener"; reason: abstract.
Removed service ".abstract.instanceof.App\DataPrivacy\EventListener\SeoDataPrivacyPublishListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\BundleSetupSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\BundleSetupSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ForceTwoFactorForNewUsersSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ForceTwoFactorForNewUsersSubscriber"; reason: abstract.
Removed service ".instanceof.App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener.0.App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Ecommerce\CheckoutBundle\EventListener\CheckoutStepProcessorEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Ecommerce\CheckoutBundle\Command\CleanupAbandonedOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Ecommerce\CheckoutBundle\Command\CleanupAbandonedOrdersCommand"; reason: abstract.
Removed service ".instanceof.App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler.0.App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Ecommerce\CartManager\MessageHandler\RemoveExpiredCartMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler.0.App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Ecommerce\Inventory\MessageHandler\RecalculateMainProductInventoryMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler.0.App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Ecommerce\Inventory\MessageHandler\SyncMainProductInventoryFromErpMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Ecommerce\CartManager\Command\CartCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Ecommerce\CartManager\Command\CartCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Sitemap\Provider\SitemapUrlProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Sitemap\Provider\SitemapUrlProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Sitemap\Command\NetformicDumpSitemapsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Sitemap\Command\NetformicDumpSitemapsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.main_listener"; reason: abstract.
Removed service ".abstract.instanceof.pimcore_asset_metadata_classdefinitions.event_listener.main_listener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore_asset_metadata_classdefinitions.event_listener.graph_ql_asset_metadata_listener"; reason: abstract.
Removed service ".abstract.instanceof.pimcore_asset_metadata_classdefinitions.event_listener.graph_ql_asset_metadata_listener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\AdminBundle\Command\ExtJSCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Command\ExtJSCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Translation\AdminUserTranslator"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataObjects"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Assets"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\SentMail"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\PimcoreUsers"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\Authenticator\AdminTokenAuthenticator"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\CsrfProtectionHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\Security\ContentSecurityPolicyHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\GridConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\ImportConfigListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\AdminSessionBagListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.custom_report.adapter.factories"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.custom_report.adapter.factories"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\EventListener\DataChangeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\Configuration\MigrateLegacyConfig"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Command\Configuration\RebuildWorkspacesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".instanceof.Monolog\Handler\HandlerInterface.0.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\DataCollector\PimcoreTargetingDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingElementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\TargetingDocumentRendererListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\RenderletListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\DocumentTargetGroupListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\Frontend\FullPageCacheCookieCleanupListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\VisitedPagesCountListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\ToolbarListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingSessionBagListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\IndexUpdateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\SessionBagListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeSubscriber"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\CleanupPendingOrdersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\BootstrapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\IndexSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessPreparationQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ProcessUpdateIndexQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\IndexService\ResetQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupReservationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EcommerceFrameworkBundle\Command\Voucher\CleanupStatisticsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.analytics.google.fallback_service_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.analytics.google.fallback_service_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\ActionTriggerQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\BuildSegmentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\CronTriggerCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\CronTriggerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\DuplicatesIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Command\SegmentAssignmentIndexCommand"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\AdminBundle\GDPR\DataProvider\DataProviderInterface.0.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\GDPR\DataProvider\Customers"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\HelperController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\RulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.pimcore.event_listener.frontend.activity_url_tracker"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.event_listener.frontend.activity_url_tracker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\ElementSegmentsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Targeting\EventListener\TargetingToolbarListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator"; reason: abstract.
Removed service ".abstract.instanceof.CustomerManagementFrameworkBundle\Security\Authenticator\WebserviceAuthenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore_newsletter.address_source_adapter.factories"; reason: abstract.
Removed service ".abstract.instanceof.pimcore_newsletter.address_source_adapter.factories"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\MiscController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\MiscController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\RedirectsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\RedirectsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\RedirectsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SeoBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SeoBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SeoBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\UrlSlugUpdateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.presta_sitemap.dump_command"; reason: abstract.
Removed service ".abstract.instanceof.presta_sitemap.dump_command"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\Command\SearchBackendReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\EventListener\SearchBackendListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\BatchHandlerInterface.0.Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\SimpleBackendSearchBundle\MessageHandler\SearchBackendHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\ClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\ClassController"; reason: abstract.
Removed service ".abstract.instanceof.OutputDataConfigToolkitBundle\Controller\ClassController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.OutputDataConfigToolkitBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.OutputDataConfigToolkitBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.OutputDataConfigToolkitBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WordExportBundle\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WordExportBundle\Controller\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WordExportBundle\Controller\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\UuidBundle\EventListener\UUIDListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\UuidBundle\EventListener\UUIDListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericExecutionEngineBundle\EventSubscriber\JobExecutionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeactivateInvalidPricingRulesCommand"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\BaseBundle\Command\DeactivateInvalidPricingRulesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeleteEmptyCartsAndWishlistsCommand"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\BaseBundle\Command\DeleteEmptyCartsAndWishlistsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\BaseBundle\Command\DeleteOldSessionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\BaseBundle\Command\DeleteOldSessionsCommand"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\BaseBundle\State\GenericObjectProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\BaseBundle\State\GenericObjectProvider"; reason: abstract.
Removed service ".instanceof.SporeShop\BaseBundle\EventListener\SeoUrlListener.0.SporeShop\BaseBundle\EventListener\SeoUrlListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\BaseBundle\EventListener\SeoUrlListener"; reason: abstract.
Removed service ".instanceof.SporeShop\BaseBundle\EventListener\SluggerListener.0.SporeShop\BaseBundle\EventListener\SluggerListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\BaseBundle\EventListener\SluggerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\BaseBundle\Controller\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\BaseBundle\Controller\AssetController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\BaseBundle\Controller\AssetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\BaseBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\BaseBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\BaseBundle\Controller\DataObjectController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\OrderBundle\State\OrderProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\OrderBundle\State\OrderProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\OrderBundle\State\OrderProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\OrderBundle\State\OrderProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\AuthorizeProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\State\AuthorizeProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\CaptureByOrderIdProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\State\CaptureByOrderIdProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\CaptureProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\State\CaptureProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\PaymentProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\State\PaymentProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\PaymentProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\State\PaymentProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\PaymentBundle\State\PrepareProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\State\PrepareProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\RefundProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\State\RefundProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\PaymentBundle\State\StatusProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\PaymentBundle\State\StatusProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\PaymentBundle\State\StatusProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\State\StatusProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\PaymentBundle\Command\CancelUnauthorizedPaymentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\PaymentBundle\Command\CancelUnauthorizedPaymentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\WishlistBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\WishlistBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\WishlistBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\WishlistBundle\State\WishlistProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\WishlistBundle\State\WishlistProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\WishlistBundle\State\WishlistProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\WishlistBundle\State\WishlistProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\ProductBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\ProductBundle\Controller\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\Controller\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\ProductBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\ProductBundle\Controller\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\Controller\ProductController"; reason: abstract.
Removed service ".instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener.0.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberMutationListener"; reason: abstract.
Removed service ".instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener.0.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\EventListener\GraphqlArticleNumberQueryListener"; reason: abstract.
Removed service ".instanceof.SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener.0.SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener"; reason: abstract.
Removed service ".instanceof.SporeShop\ProductBundle\EventListener\ProductSaveValidateListener.0.SporeShop\ProductBundle\EventListener\ProductSaveValidateListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\EventListener\ProductSaveValidateListener"; reason: abstract.
Removed service ".instanceof.SporeShop\ProductBundle\EventListener\ProductSearchListener.0.SporeShop\ProductBundle\EventListener\ProductSearchListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\EventListener\ProductSearchListener"; reason: abstract.
Removed service ".instanceof.SporeShop\ProductBundle\EventListener\SearchCustomIndexListener.0.SporeShop\ProductBundle\EventListener\SearchCustomIndexListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\EventListener\SearchCustomIndexListener"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CategoriesProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\State\CategoriesProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CategoryProductListProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\State\CategoryProductListProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\CrosssellingProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\State\CrosssellingProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductDetailProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\State\ProductDetailProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductListItemProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\State\ProductListItemProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\ProductBundle\State\ProductListProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\State\ProductListProvider"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.SporeShop\ProductBundle\Repository\PriceLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\Repository\PriceLogRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\ProductBundle\Command\PriceLogCleanCommand"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\Command\PriceLogCleanCommand"; reason: abstract.
Removed service ".instanceof.SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler.0.SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\ProductBundle\MessageHandler\SearchQueryMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\TrackingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\TrackingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\TrackingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\TrackingBundle\State\NotificationProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\TrackingBundle\State\NotificationProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\FAQBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\FAQBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\FAQBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.SporeShop\FAQBundle\EventListener\ProductDetailListener.0.SporeShop\FAQBundle\EventListener\ProductDetailListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\FAQBundle\EventListener\ProductDetailListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\RatingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\RatingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\RatingBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CheckoutBundle\State\CheckoutCartProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CheckoutBundle\State\CheckoutCartProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CheckoutBundle\State\CheckoutCartProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CheckoutBundle\State\CheckoutCartProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CheckoutBundle\State\CheckoutStepProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CheckoutBundle\State\CheckoutStepProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CheckoutBundle\State\CheckoutStepProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CheckoutBundle\State\CheckoutStepProvider"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor"; reason: abstract.
Removed service ".instanceof.SporeShop\CheckoutBundle\EventListener\CheckoutListener.0.SporeShop\CheckoutBundle\EventListener\CheckoutListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CheckoutBundle\EventListener\CheckoutListener"; reason: abstract.
Removed service ".instanceof.SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep.0.SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CheckoutBundle\EventListener\GiftCardPaymentMethodValidateCheckoutStep"; reason: abstract.
Removed service ".instanceof.SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep.0.SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CheckoutBundle\EventListener\GuestVoucherValidateCheckoutStep"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\CustomerBundle\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\CustomerBundle\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CustomerBundle\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\AddressProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CustomerBundle\State\AddressProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\AddressProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CustomerBundle\State\AddressProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\CustomerProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CustomerBundle\State\CustomerProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\CustomerProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CustomerBundle\State\CustomerProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\CustomerRegisterProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CustomerBundle\State\CustomerRegisterProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.SporeShop\CustomerBundle\State\NewsletterProcessor"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CustomerBundle\State\NewsletterProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CustomerBundle\State\PaymentMethodProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CustomerBundle\State\PaymentMethodProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.SporeShop\CMSBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.SporeShop\CMSBundle\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CMSBundle\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CMSBundle\State\ContentProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CMSBundle\State\ContentProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.SporeShop\CMSBundle\State\NavigationProvider"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CMSBundle\State\NavigationProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SporeShop\CMSBundle\Command\ImportTranslationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CMSBundle\Command\ImportTranslationsCommand"; reason: abstract.
Removed service ".instanceof.SporeShop\CMSBundle\EventListener\ContentObjectIconListener.0.SporeShop\CMSBundle\EventListener\ContentObjectIconListener"; reason: abstract.
Removed service ".abstract.instanceof.SporeShop\CMSBundle\EventListener\ContentObjectIconListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\AdminUiClassicLightThemeBundle\EventListener\AdminSettingsListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\AdminUiClassicLightThemeBundle\EventListener\AdminSettingsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubFileExportBundle\Command\CronExecutionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\Command\CronExecutionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubFileExportBundle\Command\ExportFileCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\Command\ExportFileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\AdminSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\ConfigurationEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.datahub.simple-rest.mcp.cache.simple"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.datahub.simple-rest.mcp.cache.simple"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.datahub.simple-rest.mcp.service_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.datahub.simple-rest.mcp.service_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\CreateOrUpdateMappingCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Command\CreateOrUpdateMappingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ProcessQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ProcessQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ResetQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\Command\ResetQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ChangedEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ChangedEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ConfigurationEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataHubSimpleRestBundle\EventSubscriber\ConfigurationEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\CronExecutionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\DummyDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\ParallelProcessQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\PrepareImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\Command\SequentialProcessQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\DataImporterBundle\EventListener\ConfigurationEventSubscriber"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler.0.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler.0.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\CleanupTreeTablesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\CleanupTreeTablesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ListTreeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ListTreeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\RebuildTreeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\RebuildTreeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ValidateConfigurationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\Command\AlternativeElementTree\ValidateConfigurationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\ObjectDeleteSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\ObjectDeleteSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\AdminSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\AdminSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ConfigurationRepositorySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ConfigurationRepositorySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ClassDefinitionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ClassDefinitionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ElementUpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\ElementUpdateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\SymfonyMessengerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\SymfonyMessengerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\PerspectiveElement\UpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\BackendPowerToolsBundle\EventSubscriber\AlternativeElementTree\PerspectiveElement\UpdateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\CreateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\CreateController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\CreateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\DeleteController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\GetController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\RoleSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\RoleSearchController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\RoleSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SaveController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SaveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SupportElementsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SupportElementsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\SupportElementsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\UserSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\UserSearchController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\UserSearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\WorkflowsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\WorkflowsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\Controller\Studio\Workflow\WorkflowsController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\WorkflowDesignerBundle\EventSubscriber\ContainerClearSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\WorkflowDesignerBundle\EventSubscriber\ContainerClearSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Command\PopulateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController"; reason: abstract.
Removed service ".instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter"; reason: abstract.
Removed service ".instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter"; reason: abstract.
Removed service ".instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter"; reason: abstract.
Removed service ".instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter.0.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.object.search_index_field_definition_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.generic_data_index.object.search_index_field_definition_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.asset.search_index_field_definition_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.generic_data_index.asset.search_index_field_definition_locator"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler.0.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.generic_data_index.asset.mapping_provider_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.generic_data_index.asset.mapping_provider_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\DeploymentReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\Command\DeploymentReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\ReindexItemsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\Command\ReindexItemsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\GenericDataIndexBundle\Command\Update\IndexUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\Command\Update\IndexUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\AdminSettingsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\AdminSettingsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\ClassDefinitionIndexSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\ClassDefinitionIndexSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DebugSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\LockElementSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\LockElementSubscriber"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DependencyTargetsChangedHandler"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\EnqueueRelatedIdsHandler"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\IndexUpdateQueueHandler"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateClassMappingHandler"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler.0.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\UpdateLanguageSettingsHandler"; reason: abstract.
Removed service ".instanceof.Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider.0.Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\GenericDataIndexBundle\Scheduler\GenericDataIndexScheduleProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AdvancedObjectSearchBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AdvancedObjectSearchBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.AdvancedObjectSearchBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.AdvancedObjectSearchBundle\Tools\IndexConfigService"; reason: abstract.
Removed service ".abstract.instanceof.AdvancedObjectSearchBundle\Tools\IndexConfigService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.bundle.advanced_object_search.filter_locator"; reason: abstract.
Removed service ".abstract.instanceof.bundle.advanced_object_search.filter_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\ProcessUpdateQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdvancedObjectSearchBundle\Command\ProcessUpdateQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\ReindexCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdvancedObjectSearchBundle\Command\ReindexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.AdvancedObjectSearchBundle\Command\UpdateMappingCommand"; reason: abstract.
Removed service ".abstract.instanceof.AdvancedObjectSearchBundle\Command\UpdateMappingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\MkdirCacheWarmer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface.0.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\HttpKernel\CacheWarmer\PimcoreCoreCacheWarmer"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Pimcore\Bundle\CoreBundle\Controller\WebDavController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Pimcore\Bundle\CoreBundle\Controller\WebDavController"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Controller\WebDavController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Symfony\Component\Lock\LockFactory"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Lock\LockFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Model\Paginator\EventSubscriber\PaginateListingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ConsoleCommandListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ConsoleCommandListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotificationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotificationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\NotesSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\NotesSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Workflow\EventSubscriber\ChangePublishedStateSubscriber"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Http\Request\Resolver\EditmodeResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Http\Request\Resolver\EditmodeResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.Pimcore\Translation\Translator"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Translation\Translator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Document\Editable\EditableHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Document\Editable\EditableHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.document.areabrick.brick_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.document.areabrick.brick_locator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentRendererListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\ContentTemplateListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WorkflowManagementListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ElementTagsListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\EventListener\MessengerClearRuntimeCacheListener"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Templating\Renderer\EditableRenderer"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Templating\Renderer\EditableRenderer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\ServiceLocator.0.pimcore.templating.navigation.renderer_locator"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.templating.navigation.renderer_locator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HelpersExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\HelpersExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentEditableExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DocumentEditableExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\SubrequestExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\SubrequestExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreObjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\PimcoreObjectExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\PimcoreToolExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\PimcoreToolExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\NavigationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\NavigationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\HeaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\HeaderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetCompressExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\AssetCompressExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\WebsiteConfigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\WebsiteConfigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DumpExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DumpExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\CacheExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\CacheTagExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\CacheTagExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\PimcoreUrl"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\PimcoreUrl"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadLink"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadLink"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadMeta"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadMeta"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadScript"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadScript"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadStyle"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadStyle"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\HeadTitle"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\HeadTitle"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Inc"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Inc"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\InlineScript"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\InlineScript"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Navigation"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Navigation"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\AbstractExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\Templating\Placeholder\CacheBusterAware"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\AssetHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\AssetHelperExtensions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DataObjectHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DataObjectHelperExtensions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\DocumentHelperExtensions"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Pimcore\Twig\Extension\ImageThumbnailExtension"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Twig\Extension\ImageThumbnailExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\SandboxExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extension\SandboxExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\DataCollector\PimcoreDataCollector"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\AddToUpdateTaskQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\GenerateChecksumCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\RemoveCustomSettingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Asset\RewriteMimeTypeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Asset\RewriteMimeTypeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\InstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\ListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Bundle\UninstallCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\CacheWarmingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsBuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsChangesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesDefinitionsChangesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ClassesRebuildCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ClassCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\CustomLayoutCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\FieldCollectionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\ObjectBrickCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Definition\Import\QuantityValueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteClassificationStoreCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\DeleteUnusedLocaleDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\CleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\GeneratePagePreviews"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Document\MigrateElementsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\EmailLogsCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\GenerateStaticPagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalMigrationHelpersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalModelDaoMappingGeneratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\InternalUnicodeCldrLanguageTerritoryGeneratorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\LowQualityImagePreviewCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MaintenanceModeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\MailLogsFolderStructureCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\MailLogsFolderStructureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\StorageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\Migrate\ThumbnailsFolderStructureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\MysqlToolsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\OptimizeImageThumbnailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RecyclebinCleanupCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RequirementsCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ResetPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\RunScriptCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsClearCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsImageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\ThumbnailsVideoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Bundle\CoreBundle\Command\WorkflowDumpCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.adapter.null_tag_aware"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.doctrine_dbal"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.doctrine_dbal"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.adapter.doctrine_dbal"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.adapter.doctrine_dbal_tag_aware"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.pimcore.cache.adapter.doctrine_dbal_tag_aware"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.adapter.doctrine_dbal_tag_aware"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.pimcore.cache.pool.app"; reason: abstract.
Removed service ".abstract.instanceof.pimcore.cache.pool.app"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\CoreCacheHandler"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Cache\Core\CoreCacheHandler"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Pimcore\Cache\Core\WriteLock"; reason: abstract.
Removed service ".abstract.instanceof.Pimcore\Cache\Core\WriteLock"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
433
Removed service "App\ErpBC\Product\Service\ProductErpToPimcoreConfiguration"; reason: unused.
Removed service "App\Capaneo\Service\CapaneoInfoService"; reason: unused.
Removed service "App\IndexService\Worker\OpenSearch\CustomOpenSearchWorker"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DocumentIndexUpdateSubscriber"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\AssetIndexUpdateSubscriber"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\TagIndexUpdateSubscriber"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\DataObjectIndexUpdateSubscriber"; reason: unused.
Removed service "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener"; reason: unused.
Removed service "Pimcore\Bundle\SeoBundle\EventListener\DocumentListener"; reason: unused.
Removed service "Pimcore\Bundle\SeoBundle\EventListener\RoutingListener"; reason: unused.
Removed service "Pimcore\Bundle\SeoBundle\EventListener\ResponseExceptionListener"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "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 "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.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 "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.pimcore_admin"; reason: unused.
Removed service ".service_locator.TKeGMS8"; reason: unused.
Removed service "security.user_checker.chain.cmf_webservice"; reason: unused.
Removed service ".service_locator.ZGRpvtk"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service ".service_locator.df1HHDL"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service ".service_locator.5y4U6aa"; reason: unused.
Removed service ".service_locator.P_xu9Dw"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; 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.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.cache_configuration"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.default_cache_factory"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.logger_chain"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.logger_statistics"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.entity_manager_registry_loader"; reason: unused.
Removed service "cmf_routing.enhancer.default_controller"; reason: unused.
Removed service "cmf_routing.enhancer.explicit_template"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_type"; reason: unused.
Removed service "cmf_routing.enhancer.controllers_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.controller_for_templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.templates_by_class"; reason: unused.
Removed service "cmf_routing.enhancer.content_repository"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; reason: unused.
Removed service "scheb_two_factor.security.listener.token_created"; reason: unused.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: unused.
Removed service "scheb_two_factor.security.form_listener"; reason: unused.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: unused.
Removed service "scheb_two_factor.security.access_listener"; reason: unused.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.firewall_config"; reason: unused.
Removed service "scheb_two_factor.persister_factory.doctrine"; reason: unused.
Removed service "scheb_two_factor.persister.doctrine"; reason: unused.
Removed service "scheb_two_factor.security.form_renderer"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "Pimcore\Bundle\AdminBundle\Helper\User"; reason: unused.
Removed service "Pimcore\Twig\Extension\AdminExtension"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ImageDataType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetMetadataItem"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\AssetType\AssetTreeType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Group"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentTreeType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentLinkInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\GeopointInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectTreeType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\ObjectFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HotspotType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\HrefType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputQuantityValueInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\UrlSlugType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\QuantityValueInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\LinkInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentPageInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\InputType\ImageInputType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Wysiwyg"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ElementPropertyType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\HotspotMetadataType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\AssetFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DocumentFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectFolderType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\DataObjectType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\CheckboxType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextareaType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\TextType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\SelectType"; reason: unused.
Removed service "Pimcore\Bundle\DataHubBundle\GraphQL\ElementTag"; reason: unused.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\Cookie\JsonCookieSaveHandler"; reason: unused.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\SessionStorage"; reason: unused.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\DbStorage"; reason: unused.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\AssignTargetGroup"; reason: unused.
Removed service "pimcore.document.newsletter.factory.default"; reason: unused.
Removed service "Pimcore\Bundle\PersonalizationBundle\Targeting\Maintenance\TargetingStorageTask"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Environment"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\SessionEnvironment"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\MultiCartManager"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartFactory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartPriceCalculatorFactory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\Order\AgentFactory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\V7\OrderManager"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManager"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\CommitOrderProcessor"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\ThrowExceptionStrategy"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\V7\HandlePendingPayments\AlwaysRecreateOrderStrategy"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\SynonymProvider\FileSynonymProvider"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysql"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultMysqlSubTenantConfig"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OptimizedMysql"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\ElasticSearch"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\DefaultFindologic"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\OpenSearch"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultMysql"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OptimizedMysql"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\ElasticSearch\DefaultElasticSearch8"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\DefaultFindologic"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Worker\OpenSearch\DefaultOpenSearch"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultBrickGetter"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\DefaultClassificationAttributeGetter"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Getter\TagsGetter"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\AssetId"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultClassificationStore"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultRelations"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\DefaultStructuredTable"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\IdList"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectId"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectIdSum"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\ObjectValue"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\QuantityValue"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Round"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\Soundex"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Interpreter\StructuredTable"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\MultiSelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRange"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\NumberRangeSelection"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\Select"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectCategory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Findologic\SelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Input"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectCategory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectFromMultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\MultiSelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRange"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\NumberRangeSelection"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Input"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectFromMultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\MultiSelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRange"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\NumberRangeSelection"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\Select"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectCategory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectClassificationStoreAttributes"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectFromMultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SearchIndex\SelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\Select"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectCategory"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectFromMultiSelect"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterType\SelectRelation"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterService"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\EnhancedEcommerce"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\Ecommerce"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\Analytics\UniversalEcommerce"; reason: unused.
Removed service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\Tracker\GoogleTagManager"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "Pimcore\Bundle\GoogleMarketingBundle\Config\Config"; reason: unused.
Removed service "pimcore.custom_report.adapter.factory.analytics"; reason: unused.
Removed service "CustomerManagementFrameworkBundle\Security\Authentication\LoginManager"; reason: unused.
Removed service "Pimcore\Bundle\GenericExecutionEngineBundle\Grid\JobRunGridInterface"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.graphql.query_resolver_locator"; reason: unused.
Removed service "api_platform.graphql.mutation_resolver_locator"; reason: unused.
Removed service "api_platform.graphql.provider.read"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service "SporeShop\BaseBundle\State\MainApiHandler"; reason: unused.
Removed service "SporeShop\BaseBundle\Ecommerce\DbSession"; reason: unused.
Removed service "sporeshop.payment.payum.storage.payment"; reason: unused.
Removed service "sporeshop.payment.payum.storage.token"; reason: unused.
Removed service "SporeShop\CheckoutBundle\Ecommerce\CartManager\CartPriceModificator\CustomizationModificator"; reason: unused.
Removed service "SporeShop\CheckoutBundle\Ecommerce\CartManager\ModificatedPriceWithTooltip"; reason: unused.
Removed service "SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\Account"; reason: unused.
Removed service "SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CheckoutManager"; reason: unused.
Removed service "SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\CommitOrderProcessor"; reason: unused.
Removed service "SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\Confirm"; reason: unused.
Removed service "SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\Payment"; reason: unused.
Removed service "SporeShop\CheckoutBundle\Ecommerce\CheckoutManager\Shipping"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~xl29M_i"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "Pimcore\Bundle\ElasticsearchClientBundle\MyService"; reason: unused.
Removed service "pimcore.elasticsearch_client.default"; reason: unused.
Removed service "pimcore.elasticsearch.custom_client.default"; reason: unused.
Removed service "Pimcore\Bundle\BackendPowerToolsBundle\PreconditionFilter\PreconditionFilterInterface"; reason: unused.
Removed service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\Perspective\ConfigurationServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\BackendPowerToolsBundle\Adapter\AlternativeElementTree\DataObject\AbstractObjectAdapter"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Db\DbResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\Cache\RuntimeCacheResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\CacheResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\ConfigResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\FileResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\PimcoreResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\ToolResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\Tools\Authentication\AuthenticationResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\Tools\FrontendResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Lib\VersionResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Asset\AssetResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Asset\AssetServiceResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Asset\Image\Thumbnail\ConfigResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Asset\Video\Thumbnail\ConfigResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\ClassDefinition\CustomLayout\CustomLayoutResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\ClassDefinitionResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\ClassDefinitionServiceResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\ClassificationStore\CollectionConfigResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\ClassificationStore\GroupConfigResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\ClassificationStore\KeyConfigResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\ClassificationStore\StoreConfigResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\ConcreteObjectResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\DataObjectFolderResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\DataObjectResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\DataObjectServiceResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\FieldCollection\DefinitionResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\LocalizedFieldResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\Objectbrick\DefinitionResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\QuantityValue\UnitResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\DataObject\SelectOptions\ConfigResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Document\DocTypeResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Document\DocumentResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Document\DocumentServiceResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Element\NoteResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Element\ServiceResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Notification\NotificationResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Site\SiteResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Tag\TagResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Tool\SettingsStoreResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Tool\TmpStoreResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\User\FolderResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\User\Permission\DefinitionResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\User\Role\FolderResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\User\Role\RoleResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\User\UserResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\User\UserRoleResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\Version\VersionResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Contract\Models\WebsiteSetting\WebsiteSettingResolverContract"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\DependencyInjection\PimcoreStaticResolverExtension"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\ConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\DocumentResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\FileResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Helper\MailResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Helper\SystemConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\PimcoreResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Tools\AdminResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\Tools\FrontendResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\VersionResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Lib\VideoResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Asset\AssetResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Asset\AssetServiceResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Asset\Image\Thumbnail\ConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Asset\Video\Thumbnail\ConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinition\CustomLayout\CustomLayoutResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinition\Helper\OptionsProviderResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinition\Helper\PathFormatterResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassDefinitionServiceResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\CollectionConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\DefinitionCacheResolverResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\GroupConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\KeyConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\ClassificationStore\StoreConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\DataObjectFolderResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\DataObjectResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\LocalizedFieldResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\DataObject\SelectOptions\ConfigResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Document\DocTypeResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Document\DocumentResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Document\DocumentServiceResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Element\EditLockResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Element\NoteResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Metadata\Predefined\PredefinedResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Notification\NotificationResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Property\Predefined\PredefinedResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\RecycleBin\ItemResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Schedule\TaskResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Site\SiteResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tag\TagResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\CustomReportResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\EmailLogResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\StorageResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\FolderResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\Permission\DefinitionResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\Role\FolderResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\User\Role\RoleResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\Version\VersionResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Models\WebsiteSetting\WebsiteSettingResolver"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\PimcoreStaticResolverBundle"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Adapter\Remote\ObjectAdapter"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Adapter\Remote\StrictObjectAdapter"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Events\ProxyEvent"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Events\ProxyPostInterceptor"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Events\ProxyPreInterceptor"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Exceptions\InvalidServiceException"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Factory\Events\ProxyEventFactory"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Factory\RemoteObject\RemoteObjectFactory"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\EventProxyService"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\InvalidServiceException"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\ProxyService"; reason: unused.
Removed service "Pimcore\Bundle\StaticResolverBundle\Proxy\Factory\RemoteObject\RemoteObjectFactoryInterface"; reason: unused.
Removed service "Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\DateTimeAdapter"; reason: unused.
Removed service "Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\UserAdapter"; reason: unused.
Removed service "Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\ManyToManyRelationAdapter"; reason: unused.
Removed service "Pimcore\AssetMetadataClassDefinitionsBundle\Model\ClassDefinition\Adapter\MultiSelectAdapter"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexElementIndexServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexQueue\SynchronousProcessingRelatedIdsServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Asset\Aggregation\FileSizeAggregationServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\SearchResultIdListServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchResultItem\LazyLoading\AssetLazyLoadingHandlerInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchResultItem\LazyLoading\DataObjectLazyLoadingHandlerInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchResultItem\LazyLoading\DocumentLazyLoadingHandlerInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\LocateInTreeServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\FetchIdsServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\IndexStatsServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Permission\ElementPermissionServiceInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Transformer\SearchResultItem\AssetToSearchResultItemTransformerInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Transformer\SearchResultItem\DataObjectToSearchResultItemTransformerInterface"; reason: unused.
Removed service "Pimcore\Bundle\GenericDataIndexBundle\Service\Transformer\SearchResultItem\DocumentToSearchResultItemTransformerInterface"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "Pimcore\Resolver\ClassResolver"; reason: unused.
Removed service "Pimcore\Twig\Extension\Templating\Placeholder\Container"; reason: unused.
Removed service "pimcore.cache.adapter.doctrine_dbal_tag_aware"; reason: unused.
Removed service "pimcore.cache.pool.app"; reason: unused.
Removed service ".service_locator.vDSPsWH"; reason: unused.
Removed service ".service_locator.n1yyPuo"; reason: unused.
Removed service ".service_locator.Jqmw7qR"; reason: unused.
Removed service ".service_locator.U_fyu5Y"; reason: unused.
Removed service ".service_locator.xKClWXG"; reason: unused.
Removed service ".service_locator.3fyqnqv"; reason: unused.
Removed service ".service_locator.6_u9Kgg"; reason: unused.
Removed service ".service_locator.oohwkbn"; reason: unused.
Removed service ".service_locator._48f6F1"; reason: unused.
Removed service ".service_locator.cpDXtVO"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.9Sbc0.x"; reason: unused.
1265
Inlined service "App\Scoreplay\Service\ScoreplayTagService" to "App\Scoreplay\MessageHandler\ProcessMediaMessageHandler".
Inlined service ".service_locator.O2p6Lk7.App\ErpBC\Product\Service\ErpProductDeserializer" to "App\ErpBC\Product\Service\ErpProductDeserializer".
Inlined service "App\ErpBC\Customer\Service\ErpCustomerGroupsSerializer" to "App\ErpBC\Customer\Service\CustomerGroupService".
Inlined service "App\ErpBC\Customer\Service\CustomerGroupService" to "App\ErpBC\Customer\Service\CustomerSegmentUpdateService".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook" to "App\ErpBC\Customer\Webhook\AbstractBaseCustomerErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook" to "App\ErpBC\Customer\Webhook\CreateCustomerCustomerErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook" to "App\ErpBC\Customer\Webhook\DeleteCustomerCustomerErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook" to "App\ErpBC\Customer\Webhook\ReadCustomerCustomerErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook" to "App\ErpBC\Customer\Webhook\UpdateCustomerCustomerErpWebhook".
Inlined service "App\ErpBC\Customer\Service\CustomerSegmentUpdateService" to "App\ErpBC\Customer\Command\UpdateCustomerSegmentsCommand".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook" to "App\ErpBC\GiftCard\Webhook\AbstractBaseGiftCardErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook" to "App\ErpBC\GiftCard\Webhook\CancelGiftCardErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook" to "App\ErpBC\GiftCard\Webhook\DischargeGiftCardErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook" to "App\ErpBC\GiftCard\Webhook\GetContactVouchersResponseErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook" to "App\ErpBC\GiftCard\Webhook\RequestValueGiftCardErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook" to "App\ErpBC\Order\Webhook\AbstractBaseOrderErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\Order\Webhook\OrderErpWebhook" to "App\ErpBC\Order\Webhook\OrderErpWebhook".
Inlined service ".service_locator.CgLZdtH.App\ErpBC\Order\Webhook\PdfErpWebhook" to "App\ErpBC\Order\Webhook\PdfErpWebhook".
Inlined service ".service_locator.O2p6Lk7.App\ErpBC\Membership\Controller\MembershipController" to "App\ErpBC\Membership\Controller\MembershipController".
Inlined service "App\ErpBC\Membership\Service\PaymentMethodService" to "App\ErpBC\Membership\Controller\PaymentMethodController".
Inlined service ".service_locator.jIByowl.App\ErpBC\Membership\Controller\PaymentMethodController" to "App\ErpBC\Membership\Controller\PaymentMethodController".
Inlined service "App\SAP\Emarsys\Authentication\EmarsysOAuthProvider" to "App\SAP\Emarsys\Authentication\EmarsysAuthenticationService".
Inlined service ".service_locator.CgLZdtH.App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook" to "App\SAP\Emarsys\Webhook\AbstractEmarsysWebhook".
Inlined service ".service_locator.CgLZdtH.App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook" to "App\SAP\Emarsys\Webhook\EmarsysExternalEventWebhook".
Inlined service "App\SAP\Emarsys\Service\EmarsysContactIdExtractor" to "App\SAP\Emarsys\MessageHandler\EmarsysConsentSyncMessageHandler".
Inlined service "App\SAP\OpenData\Provider\OpenDataExportProvider" to "App\SAP\OpenData\Service\OpenDataImportOrchestrator".
Inlined service "App\SAP\OpenData\Client\OpenDataBigQueryClient" to "App\SAP\OpenData\Service\OpenDataImportOrchestrator".
Inlined service "App\SAP\OpenData\Export\OpenDataCsvExporter" to "App\SAP\OpenData\Service\OpenDataImportOrchestrator".
Inlined service "App\SAP\OpenData\Service\OpenDataImportOrchestrator" to "App\SAP\OpenData\Command\OpenDataImportCommand".
Inlined service "App\Frisbii\Authentication\FrisbiiAuthenticationService" to "App\Frisbii\Client\FrisbiiApiClient".
Inlined service ".service_locator.jIByowl.App\Frisbii\Controller\FrisbiiWebhookController" to "App\Frisbii\Controller\FrisbiiWebhookController".
Inlined service "App\Frisbii\Service\FrisbiiContractSyncService" to "App\Frisbii\Command\SyncFrisbiiContractDataCommand".
Inlined service "App\Frisbii\Service\FrisbiiCustomerSyncService" to "App\Frisbii\Command\SyncFrisbiiCustomerDataCommand".
Inlined service "App\DQS\Service\DqsConflictDetectionService" to "App\DQS\MessageHandler\DqsCustomerProcessMessageHandler".
Inlined service "App\DQS\Service\DqsDataProcessingService" to "App\DQS\MessageHandler\DqsCustomerProcessMessageHandler".
Inlined service "App\Udo\Service\UdoCustomerService" to "App\DQS\MessageHandler\DqsCustomerProcessMessageHandler".
Inlined service "App\Service\WebsiteSettingCache" to "App\DQS\MessageHandler\DqsCustomerProcessMessageHandler".
Inlined service ".service_locator.CgLZdtH.App\DQS\Controller\AdminDqsAuditController" to "App\DQS\Controller\AdminDqsAuditController".
Inlined service "App\Capaneo\Service\CapaneoCaptureService" to "App\Capaneo\Controller\CapaneoCaptureController".
Inlined service ".service_locator.O2p6Lk7.App\Capaneo\Controller\CapaneoCaptureController" to "App\Capaneo\Controller\CapaneoCaptureController".
Inlined service ".service_locator.O2p6Lk7.App\Capaneo\Controller\CapaneoNormalizationController" to "App\Capaneo\Controller\CapaneoNormalizationController".
Inlined service ".service_locator.O2p6Lk7.App\Capaneo\Controller\CapaneoValidationController" to "App\Capaneo\Controller\CapaneoValidationController".
Inlined service "App\Udo\Client\UdoClient" to "App\Udo\Service\UdoCustomerService".
Inlined service ".service_locator.CgLZdtH.App\Controller\Admin\AdminNewCustomerFiBu" to "App\Controller\Admin\AdminNewCustomerFiBu".
Inlined service ".service_locator.CgLZdtH.App\Controller\Admin\ErpImportController" to "App\Controller\Admin\ErpImportController".
Inlined service ".service_locator.CgLZdtH.App\Controller\Admin\FootballSchoolExportController" to "App\Controller\Admin\FootballSchoolExportController".
Inlined service ".service_locator.CgLZdtH.App\Controller\Admin\ForceReindexController" to "App\Controller\Admin\ForceReindexController".
Inlined service ".service_locator.CgLZdtH.App\Controller\Admin\ProductDataQuality" to "App\Controller\Admin\ProductDataQuality".
Inlined service ".service_locator.CgLZdtH.App\Controller\Admin\UserPhoneController" to "App\Controller\Admin\UserPhoneController".
Inlined service ".service_locator.CgLZdtH.App\Controller\Admin\UserSapAccessController" to "App\Controller\Admin\UserSapAccessController".
Inlined service ".service_locator.CgLZdtH.App\Controller\AdminBc\AdminBcController" to "App\Controller\AdminBc\AdminBcController".
Inlined service ".service_locator.jIByowl.App\Controller\ContentController" to "App\Controller\ContentController".
Inlined service ".service_locator.jIByowl.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.jIByowl.App\Controller\FootballSchoolController" to "App\Controller\FootballSchoolController".
Inlined service ".service_locator.jIByowl.App\Controller\FormController" to "App\Controller\FormController".
Inlined service ".service_locator.jIByowl.App\Controller\NewsletterController" to "App\Controller\NewsletterController".
Inlined service ".service_locator.jIByowl.App\Controller\Web2printController" to "App\Controller\Web2printController".
Inlined service ".service_locator.CgLZdtH.App\DataPrivacy\Controller\SeoDataPrivacyController" to "App\DataPrivacy\Controller\SeoDataPrivacyController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\ConsentProfileEventsE2EController" to "App\E2E\Controller\ConsentProfileEventsE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\CustomerMemberSinceE2EController" to "App\E2E\Controller\CustomerMemberSinceE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\CustomerNumberE2EController" to "App\E2E\Controller\CustomerNumberE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\MembershipCancelE2EController" to "App\E2E\Controller\MembershipCancelE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\MembershipCustomerValidationE2EController" to "App\E2E\Controller\MembershipCustomerValidationE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\NewsletterCleanupE2EController" to "App\E2E\Controller\NewsletterCleanupE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\OrdersE2EController" to "App\E2E\Controller\OrdersE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\PaymentMethodsE2EController" to "App\E2E\Controller\PaymentMethodsE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\PersonalDataE2EController" to "App\E2E\Controller\PersonalDataE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\PreferenceCenterE2EController" to "App\E2E\Controller\PreferenceCenterE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\ProductCustomizationE2EController" to "App\E2E\Controller\ProductCustomizationE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\WiderrufE2EController" to "App\E2E\Controller\WiderrufE2EController".
Inlined service ".service_locator.O2p6Lk7.App\E2E\Controller\WishlistE2EController" to "App\E2E\Controller\WishlistE2EController".
Inlined service ".service_locator.CgLZdtH.App\BBC\Controller\Admin\EventParticipantExportController" to "App\BBC\Controller\Admin\EventParticipantExportController".
Inlined service "App\BBC\Service\EventRegistrationStatusNormalizer" to "App\BBC\Controller\EventController".
Inlined service ".service_locator.O2p6Lk7.App\BBC\Controller\EventController" to "App\BBC\Controller\EventController".
Inlined service ".service_locator.O2p6Lk7.App\BBC\Controller\NewsController" to "App\BBC\Controller\NewsController".
Inlined service ".service_locator.O2p6Lk7.App\BBC\Controller\ProfileController" to "App\BBC\Controller\ProfileController".
Inlined service ".service_locator.CgLZdtH.App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController" to "App\Customer\MembershipCancellation\Controller\AdminCancellationAuditController".
Inlined service ".service_locator.jIByowl.App\Customer\MembershipCancellation\Controller\CancelDateController" to "App\Customer\MembershipCancellation\Controller\CancelDateController".
Inlined service ".service_locator.O2p6Lk7.App\Customer\MembershipCancellation\Controller\IdentityVerificationController" to "App\Customer\MembershipCancellation\Controller\IdentityVerificationController".
Inlined service ".service_locator.jIByowl.App\Customer\MembershipCancellation\Controller\MembershipCancellationController" to "App\Customer\MembershipCancellation\Controller\MembershipCancellationController".
Inlined service "App\Customer\Widerruf\Service\WiderrufSubmissionService" to "App\Customer\Widerruf\Controller\WiderrufController".
Inlined service ".service_locator.jIByowl.App\Customer\Widerruf\Controller\WiderrufController" to "App\Customer\Widerruf\Controller\WiderrufController".
Inlined service "App\Customer\CommunicationConsentProfile\Service\CommunicationConsentProfileMergeService" to "App\Customer\CommunicationConsentProfile\EventListener\CustomerEmailSyncListener".
Inlined service ".service_locator.jIByowl.App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController" to "App\Customer\CommunicationConsentProfile\Controller\AccountPreferenceCenterController".
Inlined service ".service_locator.jIByowl.App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController" to "App\Customer\CommunicationConsentProfile\Controller\PreferenceCenterController".
Inlined service "App\Service\QueueMonitoringService" to "App\Command\QueueMonitorCommand".
Inlined service "App\Customer\Newsletter\Service\NewsletterContactDeletionService" to "App\Customer\Newsletter\Command\CleanupNewsletterContactsCommand".
Inlined service "App\Service\Messenger\MessengerRoutingResolver" to "App\Service\Messenger\MessengerQueueInspector".
Inlined service "App\Frisbii\Service\FrisbiiIframeService" to "App\EventListener\CustomerFrisbiiIframeListener".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfiguration" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "App\Mapping\Operator\Factory\AsConsent" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "App\Mapping\Operator\Factory\CommunicationChannelOperator" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "App\Mapping\Operator\Factory\CommunicationPreferenceOperator" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\Trim" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\StringReplace" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\Explode" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\StaticText" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\ConditionalConversion" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\ReduceArrayKeyValuePairs" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\FlattenArray" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\Combine" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\HtmlDecode" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\ImportAsset" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\LoadAsset" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\LoadDataObject" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Simple\ObjectField" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\Numeric" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\QuantityValue" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\QuantityValueArray" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\InputQuantityValue" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\InputQuantityValueArray" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\Boolean" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\Date" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\Gallery" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\ImageAdvanced" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsArray" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsGeopoint" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsGeobounds" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsGeopolygon" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsGeopolyline" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsColor" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\Operator\Factory\AsCountries" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\DataTarget\Direct" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\DataTarget\ManyToManyRelation" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\DataTarget\Classificationstore" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Mapping\DataTarget\ClassificationstoreBatch" to "Pimcore\Bundle\DataImporterBundle\Mapping\MappingConfigurationFactory".
Inlined service "flysystem.adapter.pimcore.admin.storage" to "pimcore.admin.storage".
Inlined service "flysystem.adapter.pimcore.application_log.storage" to "pimcore.application_log.storage".
Inlined service "flysystem.adapter.pimcore.dataHubFileExport.storage" to "pimcore.dataHubFileExport.storage".
Inlined service "flysystem.adapter.pimcore.dataHubFileExport.temp.storage" to "pimcore.dataHubFileExport.temp.storage".
Inlined service "flysystem.adapter.pimcore.dataImporter.upload.storage" to "pimcore.dataImporter.upload.storage".
Inlined service "flysystem.adapter.pimcore.dataImporter.preview.storage" to "pimcore.dataImporter.preview.storage".
Inlined service "flysystem.adapter.pimcore.document_static.storage" to "pimcore.document_static.storage".
Inlined service "flysystem.adapter.pimcore.asset.storage" to "pimcore.asset.storage".
Inlined service "flysystem.adapter.pimcore.asset_cache.storage" to "pimcore.asset_cache.storage".
Inlined service "flysystem.adapter.pimcore.thumbnail.storage" to "pimcore.thumbnail.storage".
Inlined service "flysystem.adapter.pimcore.version.storage" to "pimcore.version.storage".
Inlined service "flysystem.adapter.pimcore.recycle_bin.storage" to "pimcore.recycle_bin.storage".
Inlined service "flysystem.adapter.pimcore.email_log.storage" to "pimcore.email_log.storage".
Inlined service "flysystem.adapter.pimcore.temp.storage" to "pimcore.temp.storage".
Inlined service "flysystem.adapter.pimcore.asset.storage.source" to "pimcore.asset.storage.source".
Inlined service "flysystem.adapter.pimcore.asset.storage.target" to "pimcore.asset.storage.target".
Inlined service "flysystem.adapter.pimcore.thumbnail.storage.source" to "pimcore.thumbnail.storage.source".
Inlined service "flysystem.adapter.pimcore.thumbnail.storage.target" to "pimcore.thumbnail.storage.target".
Inlined service "flysystem.adapter.pimcore.version.storage.source" to "pimcore.version.storage.source".
Inlined service "flysystem.adapter.pimcore.version.storage.target" to "pimcore.version.storage.target".
Inlined service "flysystem.adapter.pimcore.recycle_bin.storage.source" to "pimcore.recycle_bin.storage.source".
Inlined service "flysystem.adapter.pimcore.recycle_bin.storage.source.target" to "pimcore.recycle_bin.storage.source.target".
Inlined service "flysystem.adapter.pimcore.admin.storage.source" to "pimcore.admin.storage.source".
Inlined service "flysystem.adapter.pimcore.admin.storage.target" to "pimcore.admin.storage.target".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.stWAnyc" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "cache.scheduler.recorder_inner" to "cache.scheduler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "http_client.uri_template_expander.rize" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "Pimcore\Bundle\DataHubBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "Pimcore\Bundle\PersonalizationBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "api_platform.route_loader" to "routing.resolver".
Inlined service "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "Pimcore\Bundle\DataHubSimpleRestBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "Pimcore\Bundle\DataImporterBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "Pimcore\Bundle\WorkflowDesignerBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "Pimcore\AssetMetadataClassDefinitionsBundle\Routing\StudioRouteLoader" to "routing.resolver".
Inlined service "Pimcore\Routing\Loader\BundleRoutingLoader" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.bN.V_Nq.router.default" 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.denormalizer.unwrapping" to "serializer".
Inlined service "api_platform.serializer.uuid_denormalizer" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.graphql.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.graphql.normalizer.http_exception" to "serializer".
Inlined service "api_platform.graphql.normalizer.runtime_exception" to "serializer".
Inlined service "api_platform.graphql.normalizer.error" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.hydra.normalizer.error" to "serializer".
Inlined service "api_platform.problem.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "api_platform.graphql.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "api_platform.graphql.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonopenapi.encoder" to "serializer".
Inlined service "api_platform.yamlopenapi.encoder" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.authentication_rate_limiter" to "limiter.authentication_rate_limiter".
Inlined service "limiter.storage.reset_password" to "limiter.reset_password".
Inlined service "pimcore.cache.pool.recorder_inner" to "pimcore.cache.pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "cache.dqs_customer_run_time.recorder_inner" to "cache.dqs_customer_run_time".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.VfUa9v9" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.pimcore_generic_data_index_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.T6_4KVe" 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.YvyVfJI" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.3tmCuA_" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service "html_sanitizer.config.pimcore.wysiwyg_sanitizer" to "html_sanitizer.sanitizer.pimcore.wysiwyg_sanitizer".
Inlined service "html_sanitizer.config.pimcore.translation_sanitizer" to "html_sanitizer.sanitizer.pimcore.translation_sanitizer".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.xXeTeal" to "security.access_map".
Inlined service ".security.request_matcher.dD27co4" to "security.access_map".
Inlined service ".security.request_matcher.yUN1UsJ" to "security.access_map".
Inlined service ".security.request_matcher.OzYMZEW" to "security.access_map".
Inlined service ".security.request_matcher.r4AznzH" to "security.access_map".
Inlined service ".security.request_matcher.hUJ8xkz" to "security.access_map".
Inlined service ".security.request_matcher.WI8CXe9" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.oKj3GwU" to "security.access_map".
Inlined service ".security.request_matcher.Qq3cuiT" to "security.access_map".
Inlined service ".security.request_matcher.vgufUNt" to "security.access_map".
Inlined service ".security.request_matcher..LKZKwY" to "security.access_map".
Inlined service ".security.request_matcher.03EBQUi" to "security.access_map".
Inlined service ".security.request_matcher.xOi2rGC" to "security.access_map".
Inlined service ".security.request_matcher.6M.XeUm" to "security.access_map".
Inlined service ".security.request_matcher.Bs7fT.P" to "security.access_map".
Inlined service ".security.request_matcher.Z4AvmCl" to "security.access_map".
Inlined service ".security.request_matcher.yGdDkbZ" to "security.access_map".
Inlined service ".security.request_matcher.rrXH79A" to "security.access_map".
Inlined service ".security.request_matcher.6zks_Ug" to "security.access_map".
Inlined service ".security.request_matcher.fQAGf_5" to "security.access_map".
Inlined service ".security.request_matcher.bfZhAQf" to "security.access_map".
Inlined service ".security.request_matcher.kyNmCer" to "security.access_map".
Inlined service ".security.request_matcher.bNq7M9e" to "security.access_map".
Inlined service ".security.request_matcher.gcGTUao" to "security.access_map".
Inlined service ".security.request_matcher.Zf8oVW3" to "security.access_map".
Inlined service ".security.request_matcher.EHD8xUL" to "security.access_map".
Inlined service ".security.request_matcher.w_CSjed" to "security.access_map".
Inlined service ".security.request_matcher.QNpjYz3" to "security.access_map".
Inlined service ".security.request_matcher._opxJWP" to "security.access_map".
Inlined service ".security.request_matcher.gjnNpJn" to "security.access_map".
Inlined service ".security.request_matcher.ayzt0oQ" to "security.access_map".
Inlined service ".security.request_matcher.OQHAIHA" to "security.access_map".
Inlined service ".security.request_matcher.niDDfpK" to "security.access_map".
Inlined service ".security.request_matcher.stR4mH1" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.NR_IcTG" to ".security.request_matcher.kzdFSNc".
Inlined service "security.authentication.session_strategy" to "security.listener.session.pimcore_admin".
Inlined service "limiter.storage._login_local_pimcore_admin" to "limiter._login_local_pimcore_admin".
Inlined service "limiter.storage._login_global_pimcore_admin" to "limiter._login_global_pimcore_admin".
Inlined service "limiter._login_global_pimcore_admin" to "security.login_throttling.pimcore_admin.limiter".
Inlined service "limiter._login_local_pimcore_admin" to "security.login_throttling.pimcore_admin.limiter".
Inlined service "security.login_throttling.pimcore_admin.limiter" to "security.listener.login_throttling.pimcore_admin".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.pimcore_admin".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.pimcore_admin".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.pimcore_admin".
Inlined service "security.authentication.success_handler.two_factor.pimcore_admin" to "security.authenticator.two_factor.pimcore_admin".
Inlined service "security.authentication.failure_handler.two_factor.pimcore_admin" to "security.authenticator.two_factor.pimcore_admin".
Inlined service "security.authentication.success_handler.pimcore_admin.form_login" to "security.authenticator.form_login.pimcore_admin".
Inlined service "security.authentication.failure_handler.pimcore_admin.form_login" to "security.authenticator.form_login.pimcore_admin".
Inlined service "debug.security.firewall.authenticator.pimcore_admin.inner" to "debug.security.firewall.authenticator.pimcore_admin".
Inlined service "Pimcore\Security\User\UserChecker" to "security.listener.user_checker.pimcore_admin".
Inlined service "security.exception_listener.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
Inlined service "security.logout_listener.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
Inlined service "security.firewall.map.config.pimcore_admin" to "security.firewall.map.context.pimcore_admin".
Inlined service ".security.request_matcher.fd2T1Bf" to ".security.request_matcher.F4_QI0_".
Inlined service "debug.security.firewall.authenticator.cmf_webservice.inner" to "debug.security.firewall.authenticator.cmf_webservice".
Inlined service "security.exception_listener.cmf_webservice" to "security.firewall.map.context.cmf_webservice".
Inlined service "security.firewall.map.config.cmf_webservice" to "security.firewall.map.context.cmf_webservice".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service ".security.request_matcher.DIgNAIv" to ".security.request_matcher.FbeHDom".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.Ro8qkHK" to ".security.request_matcher.xXeTeal".
Inlined service ".security.request_matcher.QG_OITc" to ".security.request_matcher.dD27co4".
Inlined service ".security.request_matcher.lsBUh4t" to ".security.request_matcher.yUN1UsJ".
Inlined service ".security.request_matcher.4DtA1wY" to ".security.request_matcher.OzYMZEW".
Inlined service ".security.request_matcher.zlsmNhY" to ".security.request_matcher.r4AznzH".
Inlined service ".security.request_matcher.1051k_w" to ".security.request_matcher.hUJ8xkz".
Inlined service ".security.request_matcher.2A9COBU" to ".security.request_matcher.WI8CXe9".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.Ecz3c2B" to ".security.request_matcher.oKj3GwU".
Inlined service ".security.request_matcher.oLtyUPT" to ".security.request_matcher.Qq3cuiT".
Inlined service ".security.request_matcher.DVTvDZK" to ".security.request_matcher.vgufUNt".
Inlined service ".security.request_matcher.GFEB8hM" to ".security.request_matcher..LKZKwY".
Inlined service ".security.request_matcher.b29Io2P" to ".security.request_matcher.03EBQUi".
Inlined service ".security.request_matcher.I9tZJ0S" to ".security.request_matcher.xOi2rGC".
Inlined service ".security.request_matcher.EHwIQxq" to ".security.request_matcher.6M.XeUm".
Inlined service ".security.request_matcher.F1MmEIS" to ".security.request_matcher.Z4AvmCl".
Inlined service ".security.request_matcher.hrAn09y" to ".security.request_matcher.yGdDkbZ".
Inlined service ".security.request_matcher.1fSu7TZ" to ".security.request_matcher.rrXH79A".
Inlined service ".security.request_matcher.mw90TBB" to ".security.request_matcher.6zks_Ug".
Inlined service ".security.request_matcher.CfOTSU." to ".security.request_matcher.fQAGf_5".
Inlined service ".security.request_matcher._bCrFxk" to ".security.request_matcher.bfZhAQf".
Inlined service ".security.request_matcher.F7HIjwK" to ".security.request_matcher.kyNmCer".
Inlined service ".security.request_matcher.KV2Tf3F" to ".security.request_matcher.bNq7M9e".
Inlined service ".security.request_matcher.1CVJTIs" to ".security.request_matcher.gcGTUao".
Inlined service ".security.request_matcher.3Q31oW." to ".security.request_matcher.Zf8oVW3".
Inlined service ".security.request_matcher.nHoMA.N" to ".security.request_matcher.EHD8xUL".
Inlined service ".security.request_matcher.EeQ0aPl" to ".security.request_matcher.w_CSjed".
Inlined service ".security.request_matcher.b6TM7Fq" to ".security.request_matcher.QNpjYz3".
Inlined service ".security.request_matcher.OuORZN2" to ".security.request_matcher._opxJWP".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.gjnNpJn".
Inlined service ".security.request_matcher.FoWKYm1" to ".security.request_matcher.ayzt0oQ".
Inlined service ".security.request_matcher.9YhaKbu" to ".security.request_matcher.OQHAIHA".
Inlined service ".security.request_matcher.q2eVG5v" to ".security.request_matcher.niDDfpK".
Inlined service ".security.request_matcher.d6CxbEP" to ".security.request_matcher.stR4mH1".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.htmlsanitizer" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Pimcore\Bundle\AdminBundle\Twig\Extension\AdminExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "CustomerManagementFrameworkBundle\Twig\Extension\CmfFrontendUtilsExtension" to "twig".
Inlined service "CustomerManagementFrameworkBundle\Twig\Extension\CmfUrlUtilsExtension" to "twig".
Inlined service "Pimcore\Bundle\NewsletterBundle\Twig\Extension\DocumentHelperExtensions" to "twig".
Inlined service "Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\HelpersExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\DocumentEditableExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\PimcoreObjectExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\PimcoreToolExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\NavigationExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\HeaderExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\AssetCompressExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\WebsiteConfigExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\DumpExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\CacheExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\CacheTagExtension" to "twig".
Inlined service "Pimcore\Twig\Extension\AssetHelperExtensions" to "twig".
Inlined service "Pimcore\Twig\Extension\DataObjectHelperExtensions" to "twig".
Inlined service "Pimcore\Twig\Extension\DocumentHelperExtensions" to "twig".
Inlined service "Pimcore\Twig\Extension\ImageThumbnailExtension" to "twig".
Inlined service "Twig\Extension\SandboxExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "Pimcore\Twig\TwigEnvironmentConfigurator" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.QJ5lChw" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.gVO4iYu" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.mfgajPj" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "doctrine.orm.default_second_level_cache.regions_configuration" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.pimcore_generic_data_index.metadata" to "doctrine.orm.pimcore_generic_data_index_configuration".
Inlined service ".doctrine.orm.pimcore_generic_data_index_metadata_driver" to "doctrine.orm.pimcore_generic_data_index_configuration".
Inlined service "doctrine.orm.pimcore_generic_data_index_entity_listener_resolver" to "doctrine.orm.pimcore_generic_data_index_configuration".
Inlined service "cache.doctrine.orm.pimcore_generic_data_index.result.recorder_inner" to "cache.doctrine.orm.pimcore_generic_data_index.result".
Inlined service "cache.doctrine.orm.pimcore_generic_data_index.query.recorder_inner" to "cache.doctrine.orm.pimcore_generic_data_index.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.connection_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "cmf_routing.nested_matcher" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.generator" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.enhancer.route_content" to "cmf_routing.dynamic_router".
Inlined service "cmf_routing.final_matcher" to "cmf_routing.nested_matcher".
Inlined service "cmf_routing.matcher.dummy_collection" to "cmf_routing.final_matcher".
Inlined service "cmf_routing.matcher.dummy_context" to "cmf_routing.final_matcher".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.security.google_totp_factory" to "scheb_two_factor.security.google_authenticator".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Asset\AssetHelperController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\ClassificationstoreController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\DataObjectHelperController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\QuantityValueController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\DataObject\VariantsController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\DocumentController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\EmailController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\FolderController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\HardlinkController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\LinkController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\PageController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\RenderletController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\Document\SnippetController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\ElementController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\EmailController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\IndexController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\InstallController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\LoginController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\MiscController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\NotificationController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\PortalController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\RecyclebinController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\SettingsController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\TagsController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\TranslationController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\UserController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\UserController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController" to "Pimcore\Bundle\AdminBundle\Controller\Admin\WorkflowController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\AdminController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\AssetController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\DataObjectController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\PimcoreUsersController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController" to "Pimcore\Bundle\AdminBundle\Controller\GDPR\SentMailController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\AdminBundle\Controller\PublicServicesController" to "Pimcore\Bundle\AdminBundle\Controller\PublicServicesController".
Inlined service ".service_locator.8N0eUf3" to "Pimcore\Bundle\AdminBundle\GDPR\DataProvider\Manager".
Inlined service ".service_locator.LKK4ZtX" to "Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Service".
Inlined service ".service_locator.ETifq8x" to "Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Service".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController" to "Pimcore\Bundle\CustomReportsBundle\Controller\Reports\CustomReportController".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\AssetFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DocumentFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\FieldHelper\DataObjectFieldHelper" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.2hFDw2G" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.U_fzyiy" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.9.fjrOE" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.Ab5RU3V" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.PCfOZMy" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.s5lZjmf" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.xX2XS_H" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.0mA3_OE" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.VyHzrng" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service ".service_locator.GyH9f0z" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DataObjectType\VideoTypeDataType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\PageType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\LinkType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\EmailType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\HardlinkType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\SnippetType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\ClassificationstoreType\Feature" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\PropertyType\ObjectsType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_areablock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\LinkDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_link".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataType" to "pimcore.datahub.graphql.documentelementquerytypegenerator_datatype_scheduledblock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\AreablockDataInputType" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_areablock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Areablock" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_areablock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Block" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_block".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Embed" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_embed".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Image" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_image".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Multiselect" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_multiselect".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementType\ScheduledblockDataInputType" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_scheduledblock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Scheduledblock" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_scheduledblock".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentElementInputProcessor\Select" to "pimcore.datahub.graphql.documentelementmutationtypegenerator_datatype_select".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\DataHubBundle\Controller\ConfigController" to "Pimcore\Bundle\DataHubBundle\Controller\ConfigController".
Inlined service ".service_locator.O2p6Lk7.Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController" to "Pimcore\Bundle\DataHubBundle\Controller\GraphQLExplorerController".
Inlined service "Pimcore\Bundle\DataHubBundle\Service\OutputCacheServiceInterface" to "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController".
Inlined service ".service_locator.jIByowl.Pimcore\Bundle\DataHubBundle\Controller\WebserviceController" to "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController" to "Pimcore\Bundle\ApplicationLoggerBundle\Controller\LogController".
Inlined service "Pimcore\Bundle\ApplicationLoggerBundle\Processor\ApplicationLoggerProcessor" to "Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb".
Inlined service "pimcore.app_logger.introspection_processor" to "Pimcore\Bundle\ApplicationLoggerBundle\Handler\ApplicationLoggerDb".
Inlined service "Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\Cookie\JWTCookieSaveHandler" to "Pimcore\Bundle\PersonalizationBundle\Targeting\Storage\CookieStorage".
Inlined service ".service_locator.4yOC9zH" to "Pimcore\Bundle\PersonalizationBundle\Targeting\DataLoader".
Inlined service "GeoIp2\Database\Reader" to "Pimcore\Bundle\PersonalizationBundle\Targeting\DataProvider\GeoIp".
Inlined service "Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionFactory" to "Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcher".
Inlined service "pimcore_personalization.targeting.condition_matcher.expression_language" to "Pimcore\Bundle\PersonalizationBundle\Targeting\ConditionMatcher".
Inlined service ".service_locator.0fMGyUy" to "Pimcore\Bundle\PersonalizationBundle\Targeting\ActionHandler\DelegatingActionHandler".
Inlined service "Pimcore\Cache\FullPage\SessionStatus" to "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController" to "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController" to "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingPageController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController" to "Pimcore\Bundle\PersonalizationBundle\Controller\Admin\TargetingSnippetController".
Inlined service "Pimcore\Bundle\PersonalizationBundle\Targeting\VisitorInfoResolver" to "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener".
Inlined service "Pimcore\Bundle\PersonalizationBundle\Targeting\Code\TargetingCodeGenerator" to "Pimcore\Bundle\PersonalizationBundle\Targeting\EventListener\TargetingListener".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\AdminOrderController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\ConfigController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\FindologicController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\IndexController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\PricingController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController" to "Pimcore\Bundle\EcommerceFrameworkBundle\Controller\VoucherController".
Inlined service "pimcore_ecommerce.locator.index_service.getters" to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory".
Inlined service "pimcore_ecommerce.locator.index_service.interpreters" to "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory".
Inlined service ".service_locator.DfNJkA9" to "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface".
Inlined service ".service_locator.12mpdvQ" to "Pimcore\Bundle\EcommerceFrameworkBundle\OrderManager\OrderManagerLocatorInterface".
Inlined service ".service_locator.Iy6wLWB" to "Pimcore\Bundle\EcommerceFrameworkBundle\PricingManager\PricingManagerLocatorInterface".
Inlined service ".service_locator.P4qf4F5" to "pimcore_ecommerce.locator.price_system".
Inlined service ".service_locator.8wlGu1J" to "pimcore_ecommerce.locator.availability_system".
Inlined service "pimcore_ecommerce.locator.pimcore_ecommerce.checkout_manager.handle_pending_payments_strategy_locator" to "pimcore_ecommerce.checkout_manager.default.factory".
Inlined service ".service_locator.QIjJuPF" to "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CommitOrderProcessorLocatorInterface".
Inlined service ".service_locator.ItYxluF" to "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface".
Inlined service "pimcore_ecommerce.index_service.default.config" to "pimcore_ecommerce.index_service.default.worker".
Inlined service "pimcore_ecommerce.index_service.OpenSearch_de.config" to "pimcore_ecommerce.index_service.OpenSearch_de.worker".
Inlined service "pimcore_ecommerce.index_service.OpenSearch_en.config" to "pimcore_ecommerce.index_service.OpenSearch_en.worker".
Inlined service ".service_locator.Ijc1XD3" to "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Tracking\TrackingItemBuilder" to "pimcore_ecommerce.tracking.tracker.enhanced_ecommerce".
Inlined service ".service_locator.LjQlsUF" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.wGcUvrz" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController" to "Pimcore\Bundle\GoogleMarketingBundle\Controller\PortalController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController" to "Pimcore\Bundle\GoogleMarketingBundle\Controller\Reports\AnalyticsController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController" to "Pimcore\Bundle\GoogleMarketingBundle\Controller\SettingsController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin" to "CustomerManagementFrameworkBundle\Controller\Admin".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController" to "CustomerManagementFrameworkBundle\Controller\Admin\ActivitiesController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController" to "CustomerManagementFrameworkBundle\Controller\Admin\Customers\FilterDefinitionController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\CustomersController" to "CustomerManagementFrameworkBundle\Controller\Admin\CustomersController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController" to "CustomerManagementFrameworkBundle\Controller\Admin\DuplicatesController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController" to "CustomerManagementFrameworkBundle\Controller\Admin\GDPRDataController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\HelperController" to "CustomerManagementFrameworkBundle\Controller\Admin\HelperController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\RulesController" to "CustomerManagementFrameworkBundle\Controller\Admin\RulesController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController" to "CustomerManagementFrameworkBundle\Controller\Admin\SegmentAssignmentController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\SettingsController" to "CustomerManagementFrameworkBundle\Controller\Admin\SettingsController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController" to "CustomerManagementFrameworkBundle\Controller\Admin\TemplatesController".
Inlined service ".service_locator.jIByowl.CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController" to "CustomerManagementFrameworkBundle\Controller\Preview\ObjectPreviewController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController" to "CustomerManagementFrameworkBundle\Controller\Report\TermSegmentBuilderController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\ActivitiesController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\CustomersController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\DeletionsController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentGroupsController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController" to "CustomerManagementFrameworkBundle\Controller\Rest\Api\SegmentsOfCustomersController".
Inlined service ".service_locator.R9QpNoR.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController" to "CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController".
Inlined service ".service_locator.CgLZdtH.CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController" to "CustomerManagementFrameworkBundle\Controller\Rest\Newsletter\AdminController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController" to "Pimcore\Bundle\NewsletterBundle\Controller\Document\NewsletterController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\GlossaryBundle\Controller\SettingsController" to "Pimcore\Bundle\GlossaryBundle\Controller\SettingsController".
Inlined service "Pimcore\Bundle\GlossaryBundle\Tool\Processor" to "Pimcore\Bundle\GlossaryBundle\Twig\Extension\GlossaryExtension".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController" to "Pimcore\Bundle\SeoBundle\Controller\Document\DocumentController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\MiscController" to "Pimcore\Bundle\SeoBundle\Controller\MiscController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\RedirectsController" to "Pimcore\Bundle\SeoBundle\Controller\RedirectsController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\SeoBundle\Controller\SettingsController" to "Pimcore\Bundle\SeoBundle\Controller\SettingsController".
Inlined service ".service_locator.imy29O8" to "Pimcore\Bundle\SeoBundle\EventListener\SitemapGeneratorListener".
Inlined service "Pimcore\Bundle\SeoBundle\Sitemap\UrlGenerator" to "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGenerator".
Inlined service "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentUrlGenerator" to "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service "Pimcore\Bundle\SeoBundle\Sitemap\Element\Filter\PublishedFilter" to "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service "Pimcore\Bundle\SeoBundle\Sitemap\Element\Filter\PropertiesFilter" to "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service "Pimcore\Bundle\SeoBundle\Sitemap\Document\Filter\DocumentTypeFilter" to "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service "Pimcore\Bundle\SeoBundle\Sitemap\Document\Filter\SiteRootFilter" to "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service "Pimcore\Bundle\SeoBundle\Sitemap\Element\Processor\ModificationDateProcessor" to "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service "Pimcore\Bundle\SeoBundle\Sitemap\Element\Processor\PropertiesProcessor" to "Pimcore\Bundle\SeoBundle\Sitemap\Document\DocumentTreeGenerator".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController" to "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\DataObjectController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController" to "Pimcore\Bundle\SimpleBackendSearchBundle\Controller\SearchController".
Inlined service ".service_locator.CgLZdtH.OutputDataConfigToolkitBundle\Controller\ClassController" to "OutputDataConfigToolkitBundle\Controller\ClassController".
Inlined service ".service_locator.dZKVYg7.OutputDataConfigToolkitBundle\Controller\AdminController" to "OutputDataConfigToolkitBundle\Controller\AdminController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController" to "Pimcore\Bundle\ObjectMergerBundle\Controller\AdminController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController" to "Pimcore\Bundle\StaticRoutesBundle\Controller\SettingsController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\WordExportBundle\Controller\TranslationController" to "Pimcore\Bundle\WordExportBundle\Controller\TranslationController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController" to "Pimcore\Bundle\XliffBundle\Controller\XliffTranslationController".
Inlined service "Pimcore\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DataObjectDataExtractor" to "Pimcore\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorServiceInterface".
Inlined service "Pimcore\Bundle\XliffBundle\ExportDataExtractorService\DataExtractor\DocumentDataExtractor" to "Pimcore\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorServiceInterface".
Inlined service "Pimcore\Bundle\XliffBundle\ExportDataExtractorService\ExportDataExtractorServiceInterface" to "Pimcore\Bundle\XliffBundle\ExportService\ExportServiceInterface".
Inlined service "Pimcore\Bundle\XliffBundle\ImporterService\Importer\DataObjectImporter" to "Pimcore\Bundle\XliffBundle\ImporterService\ImporterServiceInterface".
Inlined service "Pimcore\Bundle\XliffBundle\ImporterService\Importer\DocumentImporter" to "Pimcore\Bundle\XliffBundle\ImporterService\ImporterServiceInterface".
Inlined service "Pimcore\Bundle\XliffBundle\ImportDataExtractor\TranslationItemResolver\TranslationItemResolverInterface" to "Pimcore\Bundle\XliffBundle\ImportDataExtractor\ImportDataExtractorInterface".
Inlined service ".service_locator.s1Bfuj9.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController" to "Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController".
Inlined service "Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunErrorLogRepositoryInterface" to "Pimcore\Bundle\GenericExecutionEngineBundle\Agent\JobExecutionAgentInterface".
Inlined service "Pimcore\Bundle\GenericExecutionEngineBundle\CurrentMessage\CurrentMessageProviderInterface" to "Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunRepositoryInterface".
Inlined service "Pimcore\Bundle\GenericExecutionEngineBundle\Security\PermissionServiceInterface" to "Pimcore\Bundle\GenericExecutionEngineBundle\Repository\JobRunRepositoryInterface".
Inlined service "Pimcore\Bundle\GenericExecutionEngineBundle\Extractor\JobRunExtractorInterface" to "Pimcore\Bundle\GenericExecutionEngineBundle\Messenger\Middleware\StepConditionMiddleware".
Inlined service ".service_locator.U3VO4aN" to "api_platform.state_provider.locator".
Inlined service ".service_locator.1whNPFK" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.listener.request.read".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.listener.request.deserialize".
Inlined service "api_platform.state_processor.add_link_header.inner" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.state_processor.serialize" to "api_platform.listener.view.serialize".
Inlined service "api_platform.state_processor.documentation.serialize" to "api_platform.state_processor.documentation.write".
Inlined service "api_platform.swagger_ui.documentation.provider" to "api_platform.state_provider.documentation.content_negotiation".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.deprecations".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.deprecations" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~OQa25Dn" to ".1_Serializer~OQa25Dn".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.swagger_ui.documentation.provider.inner" to "api_platform.swagger_ui.documentation.provider".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.graphql.type_locator" to "api_platform.graphql.types_factory".
Inlined service "api_platform.graphql.executor" to "api_platform.graphql.action.entrypoint".
Inlined service "api_platform.graphql.error_handler" to "api_platform.graphql.action.entrypoint".
Inlined service "api_platform.graphql.cache.subscription.recorder_inner" to "api_platform.graphql.cache.subscription".
Inlined service "api_platform.graphql.resolver.resource_field" to "api_platform.graphql.type_builder".
Inlined service "api_platform.graphql.fields_builder_locator" to "api_platform.graphql.type_builder".
Inlined service "api_platform.graphql.type_converter" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.factory.item" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.types_factory" to "api_platform.graphql.schema_builder".
Inlined service "api_platform.graphql.state_provider.access_checker" to "api_platform.graphql.state_provider.parameter".
Inlined service "api_platform.graphql.state_provider.access_checker.post_validate" to "api_platform.graphql.state_provider.resolver".
Inlined service "api_platform.graphql.subscription.subscription_manager" to "api_platform.graphql.state_processor.subscription".
Inlined service "api_platform.graphql.state_processor.subscription" to "api_platform.graphql.state_processor.write".
Inlined service "api_platform.graphql.state_provider.access_checker.after_resolver" to "api_platform.graphql.resolver.factory.item".
Inlined service "api_platform.graphql.state_processor.write" to "api_platform.graphql.resolver.factory.item".
Inlined service "api_platform.graphql.runtime_operation_metadata_factory" to "api_platform.graphql.resolver.factory.item".
Inlined service "api_platform.graphql.subscription.subscription_identifier_generator" to "api_platform.graphql.subscription.subscription_manager".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.graphql.state_provider.resolver" to "api_platform.graphql.state_provider.validate_after_resolver".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.listener.view.validate".
Inlined service "api_platform.state_provider.parameter_validator.inner" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "api_platform.graphql.state_provider.access_checker.inner" to "api_platform.graphql.state_provider.access_checker".
Inlined service "api_platform.graphql.state_provider.access_checker.post_deserialize.inner" to "api_platform.graphql.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.graphql.state_provider.access_checker.post_validate.inner" to "api_platform.graphql.state_provider.access_checker.post_validate".
Inlined service "api_platform.graphql.state_provider.validate_after_resolver" to "api_platform.graphql.state_provider.access_checker.after_resolver".
Inlined service ".service_locator.jIByowl.SporeShop\BaseBundle\Controller\AssetController" to "SporeShop\BaseBundle\Controller\AssetController".
Inlined service ".service_locator.O2p6Lk7.SporeShop\BaseBundle\Controller\DataObjectController" to "SporeShop\BaseBundle\Controller\DataObjectController".
Inlined service ".service_locator.jIByowl.SporeShop\PaymentBundle\Controller\DefaultController" to "SporeShop\PaymentBundle\Controller\DefaultController".
Inlined service ".service_locator.jIByowl.SporeShop\PaymentBundle\Controller\PaymentController" to "SporeShop\PaymentBundle\Controller\PaymentController".
Inlined service ".service_locator.CgLZdtH.SporeShop\PaymentBundle\State\StatusProvider" to "SporeShop\PaymentBundle\State\StatusProvider".
Inlined service "payum.http_request_verifier_builder" to "payum.builder".
Inlined service "payum.token_factory_builder" to "payum.builder".
Inlined service "payum.core_gateway_factory_builder" to "payum.builder".
Inlined service "app.payum.payone.factory" to "payum.builder".
Inlined service "app.payum.payplace.factory" to "payum.builder".
Inlined service ".service_locator.AMpAlRX.Payum\Bundle\PayumBundle\Controller\AuthorizeController" to "Payum\Bundle\PayumBundle\Controller\AuthorizeController".
Inlined service ".service_locator.AMpAlRX.Payum\Bundle\PayumBundle\Controller\CancelController" to "Payum\Bundle\PayumBundle\Controller\CancelController".
Inlined service ".service_locator.AMpAlRX.Payum\Bundle\PayumBundle\Controller\CaptureController" to "Payum\Bundle\PayumBundle\Controller\CaptureController".
Inlined service ".service_locator.AMpAlRX.Payum\Bundle\PayumBundle\Controller\NotifyController" to "Payum\Bundle\PayumBundle\Controller\NotifyController".
Inlined service ".service_locator.AMpAlRX.Payum\Bundle\PayumBundle\Controller\PayoutController" to "Payum\Bundle\PayumBundle\Controller\PayoutController".
Inlined service ".service_locator.AMpAlRX.Payum\Bundle\PayumBundle\Controller\RefundController" to "Payum\Bundle\PayumBundle\Controller\RefundController".
Inlined service ".service_locator.AMpAlRX.Payum\Bundle\PayumBundle\Controller\SyncController" to "Payum\Bundle\PayumBundle\Controller\SyncController".
Inlined service ".service_locator.jIByowl.SporeShop\WishlistBundle\Controller\DefaultController" to "SporeShop\WishlistBundle\Controller\DefaultController".
Inlined service ".service_locator.jNDhEpi.SporeShop\ProductBundle\Controller\CategoryController" to "SporeShop\ProductBundle\Controller\CategoryController".
Inlined service ".service_locator.jNDhEpi.SporeShop\ProductBundle\Controller\ProductController" to "SporeShop\ProductBundle\Controller\ProductController".
Inlined service "SporeShop\ProductBundle\Service\PriceChangeLogger" to "SporeShop\ProductBundle\EventListener\ProductPriceLoggerListener".
Inlined service ".service_locator.jIByowl.SporeShop\TrackingBundle\Controller\DefaultController" to "SporeShop\TrackingBundle\Controller\DefaultController".
Inlined service ".service_locator.jIByowl.SporeShop\FAQBundle\Controller\DefaultController" to "SporeShop\FAQBundle\Controller\DefaultController".
Inlined service ".service_locator.jIByowl.SporeShop\RatingBundle\Controller\DefaultController" to "SporeShop\RatingBundle\Controller\DefaultController".
Inlined service ".service_locator.O2p6Lk7.SporeShop\CustomerBundle\Controller\CustomerController" to "SporeShop\CustomerBundle\Controller\CustomerController".
Inlined service "App\Customer\CommunicationConsentProfile\Service\NewsletterDoiTokenService" to "SporeShop\CustomerBundle\State\NewsletterProcessor".
Inlined service ".service_locator.jIByowl.SporeShop\CMSBundle\Controller\DefaultController" to "SporeShop\CMSBundle\Controller\DefaultController".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.api_platform.openapi.factory.inner" to "lexik_jwt_authentication.api_platform.openapi.factory".
Inlined service ".service_locator.jIByowl.Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController" to "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Controller\LicenseCheckController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController" to "Pimcore\Bundle\DataHubFileExportBundle\Controller\ConfigController".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Tool\QueueServiceInterface" to "Pimcore\Bundle\DataHubFileExportBundle\EventSubscriber\DataObjectSubscriber".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Type\CSV" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Type\XML" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Type\JSON" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Transmitter\LocalDirectory" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Transmitter\Download" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Transmitter\HTTP" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Transmitter\SFTP" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Transmitter\Email" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Exporter\Transmitter\Asset" to "Pimcore\Bundle\DataHubFileExportBundle\Exporter\File".
Inlined service "Pimcore\Bundle\DataHubFileExportBundle\Tool\CronExecutionService" to "Pimcore\Bundle\DataHubFileExportBundle\Messenger\ExportExecutionDispatcher".
Inlined service "pimcore.datahub.simple-rest.mcp.server" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Controller\McpController".
Inlined service "Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Controller\McpController".
Inlined service "Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Controller\McpController".
Inlined service "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Security\McpAuthContextProvider" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Service\DataHubConfigurationService".
Inlined service "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Security\McpAuthenticationService" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver".
Inlined service "pimcore.datahub.simple-rest.mcp.service_locator" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Service\McpServerBuilder".
Inlined service "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Service\McpServerBuilder" to "pimcore.datahub.simple-rest.mcp.server".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController" to "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\AbstractController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController" to "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\ConfigController".
Inlined service ".service_locator.8xg5o4u.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController" to "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController".
Inlined service ".service_locator.jIByowl.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController" to "Pimcore\Bundle\DataHubSimpleRestBundle\Controller\SwaggerController".
Inlined service "pimcore.datahub.simplerest.index_handler.legacy_factory" to "Pimcore\Bundle\DataHubSimpleRestBundle\Service\IndexHandler".
Inlined service "Pimcore\Bundle\DataHubSimpleRestBundle\MappingAndDataExtractor\WorkspaceResolver" to "Pimcore\Bundle\DataHubSimpleRestBundle\MappingAndDataExtractor\DataExtractorFactory".
Inlined service "Pimcore\Bundle\DataHubSimpleRestBundle\MappingAndDataExtractor\OutputFormatter\Loader\TaggedIteratorOutputFormatterLoader" to "Pimcore\Bundle\DataHubSimpleRestBundle\MappingAndDataExtractor\DataExtractorFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Preview\PreviewService" to "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController" to "Pimcore\Bundle\DataImporterBundle\Controller\ConfigDataObjectController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController" to "Pimcore\Bundle\DataImporterBundle\Controller\ConnectionController".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\AssetLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\UploadLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\HttpLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\SftpLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\PushLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\SqlLoader" to "Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\CsvFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\XlsxFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\JsonFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\XmlFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\SqlFileInterpreter" to "Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Cleanup\DeleteStrategy" to "Pimcore\Bundle\DataImporterBundle\Cleanup\CleanupStrategyFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Cleanup\UnpublishStrategy" to "Pimcore\Bundle\DataImporterBundle\Cleanup\CleanupStrategyFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Resolver" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Load\AttributeStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Load\IdStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Load\PathStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Load\NotLoadStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\FindParentStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\FindOrCreateFolderStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\NoChangeStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\StaticPathStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Location\DoNotCreateStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Publish\AlwaysPublishStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Publish\AttributeBasedStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Publish\NoChangePublishNewStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Publish\NoChangeUnpublishNewStrategy" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Resolver\Factory\DataObjectFactory" to "Pimcore\Bundle\DataImporterBundle\Resolver\ResolverFactory".
Inlined service "Pimcore\Bundle\DataImporterBundle\Cleanup\CleanupStrategyFactory" to "Pimcore\Bundle\DataImporterBundle\Processing\ImportProcessingService".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Lib\Tools\Authentication\AuthenticationResolver" to "Pimcore\Bundle\BackendPowerToolsBundle\Service\SecurityServiceInterface".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Comparator\AlternativeElementTree\ElementComparatorInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\MessageHandler\AlternativeElementTree\CreateTreeChunkHandler".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ClassDefinitionController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CloneController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\CreateController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\DeleteController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ExportController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\GetController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ImportController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ListController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\ShowInDefaultPerspectiveController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Configuration\UpdateController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\DataObjectController".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\Grid\ListingServiceInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\Grid\ListingController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ObjectBrickController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\PreconditionFilterController".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\TreeNodeServiceInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Lib\ToolResolver" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\ValidLanguagesController".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Repository\BookmarkList\BookmarkListFolderRepositoryInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListFolderController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListItemController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListShareController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListTreeController".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Service\BookmarkList\BookmarkListServiceInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\BookmarkListsController".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\InterceptorProxyService" to "Pimcore\Bundle\BackendPowerToolsBundle\Repository\AlternativeElementTree\ConfigurationRepositoryInterface".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Lib\CacheResolver" to "Pimcore\Bundle\BackendPowerToolsBundle\Repository\AlternativeElementTree\ConfigurationRepositoryInterface".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Provider\ObjectAdapterProviderInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\AdapterFactoryServiceInterface".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\InternalResolver\DataObjectServiceResolverInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\Grid\ListingServiceInterface".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\InternalResolver\GridHelperServiceWrapperInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\Grid\ListingServiceInterface".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\TmpStoreResolver" to "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\TmpStoreServiceInterface".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\SymfonyExpressionServiceInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Adapter\AlternativeElementTree\DataObject\RelationAdapter".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Proxy\Factory\SmartReference\SmartReferenceFactory" to "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\InterceptorProxyService".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Proxy\Factory\Events\InterceptorInterceptorProxyEventFactory" to "Pimcore\Bundle\StaticResolverBundle\Proxy\Service\InterceptorProxyService".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController" to "Pimcore\Bundle\WorkflowDesignerBundle\Controller\AdminController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController" to "Pimcore\Bundle\WorkflowDesignerBundle\Controller\ConfigController".
Inlined service "Pimcore\Bundle\WorkflowDesignerBundle\Configuration\ConfigLoader" to "Pimcore\Bundle\WorkflowDesignerBundle\Configuration\ConfigurationManager".
Inlined service ".service_locator.CgLZdtH.Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController" to "Pimcore\AssetMetadataClassDefinitionsBundle\Controller\Legacy\BackendController".
Inlined service "pimcore_asset_metadata_classdefinitions.implementation_loader.data.class_map_loader" to "pimcore_asset_metadata_classdefinitions.implementation_loader.data".
Inlined service "pimcore_asset_metadata_classdefinitions.implementation_loader.layout.class_map_loader" to "pimcore_asset_metadata_classdefinitions.implementation_loader.layout".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\PathServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexQueueServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\RequiredByElementListServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexQueue\EnqueueServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Normalizer\AssetNormalizer" to "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\ElementTypeAdapter\AssetTypeAdapter".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Normalizer\DataObjectNormalizer" to "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\ElementTypeAdapter\DataObjectTypeAdapter".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Normalizer\DocumentNormalizer" to "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexService\ElementTypeAdapter\DocumentTypeAdapter".
Inlined service "pimcore.generic_data_index.object.search_index_field_definition_locator" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DataObject\FieldDefinitionServiceInterface".
Inlined service "pimcore.generic_data_index.asset.search_index_field_definition_locator" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Asset\FieldDefinitionServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DataObject\IndexIconUpdateServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\ClassDefinition\ClassDefinitionReindexServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\DataObject\DataObjectSearchServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Element\ElementSearchServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Asset\AssetSearchServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Element\ElementSearchServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Document\DocumentSearchServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Element\ElementSearchServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Denormalizer\Search\DataObjectSearchResultDenormalizer" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\DataObject\SearchHelper".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Denormalizer\Search\AssetSearchResultDenormalizer" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Asset\SearchHelper".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Denormalizer\Search\DocumentSearchResultDenormalizer" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Document\SearchHelper".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\TransformToAdapterSearchServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\RequiredByElementListServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\AssetAggregations" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Aggregation\TreeAggregations" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\AssetFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\TreeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\NestedTypeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\TreeSortHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Sort\OrderByFieldsHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\Element\ElementSearchServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\DependencyFilters".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\QueryLanguage\ProcessorInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\QueryLanguage\QueryLanguageHandlers".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Workspace\ElementWorkspacesQueryServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\Workspace\WorkspaceQueryHandler".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\SearchExecutionServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\SearchIndexServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Denormalizer\SearchIndexAdapter\SearchResultDenormalizer" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\SearchExecutionServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\QueryLanguage\SubQueriesProcessorInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\QueryLanguage\PqlAdapterInterface".
Inlined service "pimcore.generic_data_index.asset.mapping_provider_locator" to "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\Asset\MetadataProviderServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\EventServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Permission\PermissionServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\QueryLanguage\LexerInterface" to "Pimcore\Bundle\GenericDataIndexBundle\QueryLanguage\ProcessorInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\QueryLanguage\ParserInterface" to "Pimcore\Bundle\GenericDataIndexBundle\QueryLanguage\ProcessorInterface".
Inlined service "pimcore.generic_data_index.asset.type_serialization_handler_locator" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\AssetTypeSerializationHandlerService".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DataObjectTypeSerializationHandlerService" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\Denormalizer\Search\DataObjectSearchResultDenormalizer".
Inlined service "pimcore.generic_data_index.data_object.type_serialization_handler_locator" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DataObjectTypeSerializationHandlerService".
Inlined service "pimcore.generic_data_index.document.type_serialization_handler_locator" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Serializer\DocumentTypeSerializationHandlerService".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Models\User\UserRoleResolver" to "Pimcore\Bundle\GenericDataIndexBundle\Service\Workspace\WorkspaceServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\ElementLockServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\EventSubscriber\LockElementSubscriber".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexQueue\QueueMessageServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\MessageHandler\DispatchQueueMessagesHandler".
Inlined service "Pimcore\Bundle\StaticResolverBundle\Models\Tool\SettingsStoreResolver" to "Pimcore\Bundle\GenericDataIndexBundle\Service\SettingsStoreServiceInterface".
Inlined service ".service_locator.CgLZdtH.AdvancedObjectSearchBundle\Controller\AdminController" to "AdvancedObjectSearchBundle\Controller\AdminController".
Inlined service "bundle.advanced_object_search.filter_locator" to "AdvancedObjectSearchBundle\Service".
Inlined service "bundle.advanced_object_search.service.legacy_factory" to "AdvancedObjectSearchBundle\Service".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "pimcore.security.password_hasher_factory.inner" to "pimcore.security.password_hasher_factory".
Inlined service "pimcore.security.user_password_hasher_factory" to "pimcore.security.password_hasher_factory".
Inlined service "cmf.security.user_password_hasher_factory" to "pimcore.security.password_hasher_factory".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\CoreBundle\Controller\PublicServicesController" to "Pimcore\Bundle\CoreBundle\Controller\PublicServicesController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\CoreBundle\Controller\StatisticsController" to "Pimcore\Bundle\CoreBundle\Controller\StatisticsController".
Inlined service ".service_locator.CgLZdtH.Pimcore\Bundle\CoreBundle\Controller\WebDavController" to "Pimcore\Bundle\CoreBundle\Controller\WebDavController".
Inlined service "mailer.mailer" to "Pimcore\Mail\Mailer".
Inlined service "Pimcore\Mail\Plugins\RedirectingPlugin" to "Pimcore\Mail\Mailer".
Inlined service "Symfony\Component\Lock\PersistingStoreInterface" to "Symfony\Component\Lock\LockFactory".
Inlined service "Pimcore\Config\BundleConfigLocator" to "Pimcore\Routing\Loader\BundleRoutingLoader".
Inlined service "workflow.security.expression_language" to "Pimcore\Workflow\ExpressionService".
Inlined service "workflow.support_strategy.authorization_checker" to "Pimcore\Workflow\ExpressionService".
Inlined service "Pimcore\Workflow\Notification\PimcoreNotificationService" to "Pimcore\Workflow\EventSubscriber\NotificationSubscriber".
Inlined service "Pimcore\Composer\PackageInfo" to "Pimcore\Extension\Bundle\PimcoreBundleLocator".
Inlined service "Pimcore\Extension\Bundle\PimcoreBundleLocator" to "Pimcore\Extension\Bundle\PimcoreBundleManager".
Inlined service "Pimcore\Http\Context\PimcoreContextGuesser" to "Pimcore\Http\Request\Resolver\PimcoreContextResolver".
Inlined service "Pimcore\Model\Document\Editable\Loader\EditableLoader.prefix_loader" to "Pimcore\Model\Document\Editable\Loader\EditableLoader".
Inlined service "pimcore.implementation_loader.object.data.prefix_loader" to "pimcore.implementation_loader.object.data".
Inlined service "pimcore.implementation_loader.object.data.class_map_loader" to "pimcore.implementation_loader.object.data".
Inlined service "pimcore.implementation_loader.asset.metadata.data.class_map_loader" to "pimcore.implementation_loader.asset.metadata.data".
Inlined service "pimcore.implementation_loader.object.layout.prefix_loader" to "pimcore.implementation_loader.object.layout".
Inlined service "Pimcore\HttpKernel\BundleLocator\BundleLocator" to "Pimcore\Document\Editable\EditableHandler".
Inlined service "Pimcore\HttpKernel\WebPathResolver" to "Pimcore\Document\Editable\EditableHandler".
Inlined service "Pimcore\Translation\TranslationEntriesDumper" to "Pimcore\Bundle\CoreBundle\EventListener\DumpTranslationEntriesListener".
Inlined service "Pimcore\Twig\TwigEnvironmentConfigurator.inner" to "Pimcore\Twig\TwigEnvironmentConfigurator".
Inlined service "Pimcore\Templating\Renderer\IncludeRenderer" to "Pimcore\Twig\Extension\Templating\Inc".
Inlined service "Pimcore\Twig\Sandbox\SecurityPolicy" to "Twig\Extension\SandboxExtension".
Inlined service "Pimcore\Image\Optimizer\SpatieImageOptimizer" to "Pimcore\Image\Optimizer".
Inlined service "Pimcore\Maintenance\Tasks\VersionsCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\ApplicationLoggerBundle\Maintenance\LogArchiveTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\ApplicationLoggerBundle\Maintenance\LogMailMaintenanceTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupPendingOrdersTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\Maintenance\CleanupVouchersTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\SeoBundle\Maintenance\RedirectCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\SeoBundle\Maintenance\LogErrorCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\SimpleBackendSearchBundle\Task\Maintenance\FullTextIndexOptimizeTask" to "Pimcore\Maintenance\Executor".
Inlined service "SporeShop\BaseBundle\Maintenance\DbSessionMaintenanceTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\EnterpriseSubscriptionToolsBundle\Maintenance\CheckSubscriptionStatusTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\DataImporterBundle\Maintenance\RestartQueueWorkersTask" to "Pimcore\Maintenance\Executor".
Inlined service "AdvancedObjectSearchBundle\Maintenance\UpdateQueueProcessor" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\ScheduledTasksTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\LogCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\CleanupBrickTablesTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\CleanupClassificationstoreTablesTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\CleanupFieldcollectionTablesTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\VersionsCleanupStackTraceDbTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\DbCleanupBrokenViewsTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\TmpStoreCleanupTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\HousekeepingTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\LowQualityImagePreviewTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\PruningCacheItemsTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\StaticPagesGenerationTask" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\DataObject\CleanupBrickTablesTaskHelper" to "Pimcore\Maintenance\Tasks\CleanupBrickTablesTask".
Inlined service "Pimcore\Maintenance\Tasks\DataObject\CleanupFieldcollectionTablesTaskHelper" to "Pimcore\Maintenance\Tasks\CleanupFieldcollectionTablesTask".
Inlined service "pimcore.cache.adapter.null" to "pimcore.cache.adapter.null_tag_aware".
Inlined service "Pimcore\Cache\Core\WriteLock" to "Pimcore\Cache\Core\CoreCacheHandler".
Inlined service ".service_locator.eGtMJtV" to "Pimcore\Element\MarshallerService".
Inlined service "Pimcore\DataObject\ClassBuilder\FieldDefinitionPropertiesBuilderInterface" to "Pimcore\DataObject\ClassBuilder\ClassBuilderInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\FieldDefinitionBuilderInterface" to "Pimcore\DataObject\ClassBuilder\ClassBuilderInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ListingClassFieldDefinitionBuilderInterface" to "Pimcore\DataObject\ClassBuilder\ListingClassBuilderInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ListingClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\FieldCollectionClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPFieldCollectionClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ObjectBrickClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPObjectBrickClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\ObjectBrickContainerClassBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPObjectBrickContainerClassDumperInterface".
Inlined service "Pimcore\DataObject\ClassBuilder\SelectOptionsEnumBuilderInterface" to "Pimcore\DataObject\ClassBuilder\PHPSelectOptionsEnumDumperInterface".
Inlined service "pimcore.serializer.normalizer.reference_loop" to "Pimcore\Serializer\Serializer".
Inlined service "pimcore.serializer.encoder.json" to "Pimcore\Serializer\Serializer".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver" to ".debug.value_resolver.Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\ArgumentResolver\McpAuthContextResolver".
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 "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver" to ".debug.value_resolver.Pimcore\Bundle\CoreBundle\Request\ParamResolver\DataObjectParamResolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
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 "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
Inlined service "Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver" to ".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\DocumentValueResolver".
Inlined service "Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver" to ".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\EditmodeValueResolver".
Inlined service "Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver" to ".debug.value_resolver.Pimcore\Controller\ArgumentValueResolver\WebsiteConfigValueResolver".
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 "generic.execution.engine.bus.messenger.handlers_locator" to "generic.execution.engine.bus.middleware.handle_message".
Inlined service "debug.traced.generic.execution.engine.bus.inner" to "debug.traced.generic.execution.engine.bus".
Inlined service "messenger.bus.pimcore-generic-data-index.messenger.handlers_locator" to "messenger.bus.pimcore-generic-data-index.middleware.handle_message".
Inlined service "debug.traced.messenger.bus.pimcore-generic-data-index.inner" to "debug.traced.messenger.bus.pimcore-generic-data-index".
Inlined service "messenger.bus.pimcore-core.messenger.handlers_locator" to "messenger.bus.pimcore-core.middleware.handle_message".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to ".debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".doctrine.orm.pimcore_generic_data_index_metadata_driver.inner" to ".doctrine.orm.pimcore_generic_data_index_metadata_driver".
Inlined service "Pimcore\Db\ManagedTablesOnlyFilter.default" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "state_machine.football_camp_import_workflow.definition" to "state_machine.football_camp_import_workflow".
Inlined service "state_machine.simple_asset_workflow.definition" to "state_machine.simple_asset_workflow".
Inlined service "workflow.wfdesigner_product_image_workflow.definition" to "workflow.wfdesigner_product_image_workflow".
Inlined service "debug.security.event_dispatcher.pimcore_admin.inner" to "debug.security.event_dispatcher.pimcore_admin".
Inlined service "debug.security.event_dispatcher.cmf_webservice.inner" to "debug.security.event_dispatcher.cmf_webservice".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.bN.V_Nq" to ".service_locator.bN.V_Nq.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.R9QpNoR" to ".service_locator.R9QpNoR.CustomerManagementFrameworkBundle\Controller\Rest\Mailchimp\WebhookController".
Inlined service ".service_locator.dZKVYg7" to ".service_locator.dZKVYg7.OutputDataConfigToolkitBundle\Controller\AdminController".
Inlined service ".service_locator.s1Bfuj9" to ".service_locator.s1Bfuj9.Pimcore\Bundle\PerspectiveEditorBundle\Controller\PerspectiveController".
Inlined service ".service_locator.8xg5o4u" to ".service_locator.8xg5o4u.Pimcore\Bundle\DataHubSimpleRestBundle\Controller\EndpointController".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.hkS8kPA" to "debug.argument_resolver.inner".
Inlined service "security.authenticator.manager.pimcore_admin" to "debug.security.firewall.authenticator.pimcore_admin.inner".
Inlined service "security.authenticator.manager.cmf_webservice" to "debug.security.firewall.authenticator.cmf_webservice.inner".
Inlined service "security.authenticator.manager.login" to "debug.security.firewall.authenticator.login.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "api_platform.json_schema.type_factory" to "api_platform.hydra.json_schema.schema_factory.inner".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.hydra.json_schema.schema_factory.inner".
Inlined service "api_platform.state_provider.parameter" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.graphql.state_provider.parameter" to "api_platform.graphql.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.graphql.state_provider.access_checker.post_deserialize" to "api_platform.graphql.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.pagination_options" to "lexik_jwt_authentication.api_platform.openapi.factory.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~OQa25Dn" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.aBbUhZ6" to "console.command_loader".
Inlined service "router.default" to "router".
Inlined service "cmf_routing.dynamic_router" to "router".
Inlined service "Pimcore\Bundle\StaticRoutesBundle\Routing\Staticroute\Router" to "router".
Inlined service "Pimcore\Routing\Element\Router" to "router".
Inlined service "debug.traced.messenger.bus.pimcore-core.inner" to "messenger.default_bus".
Inlined service "Pimcore\Routing\Dynamic\DataObjectRouteHandler" to "cmf_routing.route_provider".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\CartManagerLocatorInterface" to "pimcore_ecommerce.factory".
Inlined service "pimcore_ecommerce.locator.price_system" to "pimcore_ecommerce.factory".
Inlined service "pimcore_ecommerce.locator.availability_system" to "pimcore_ecommerce.factory".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\CheckoutManager\CheckoutManagerFactoryLocatorInterface" to "pimcore_ecommerce.factory".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\FilterService\FilterServiceLocatorInterface" to "pimcore_ecommerce.factory".
Inlined service "pimcore_ecommerce.locator.payment_manager.provider" to "pimcore_ecommerce.payment_manager".
Inlined service "pimcore_ecommerce.index_service.default.worker" to "pimcore_ecommerce.index_service".
Inlined service "pimcore_ecommerce.index_service.OpenSearch_de.worker" to "pimcore_ecommerce.index_service".
Inlined service "pimcore_ecommerce.index_service.OpenSearch_en.worker" to "pimcore_ecommerce.index_service".
Inlined service "pimcore_ecommerce.tracking.tracker.enhanced_ecommerce" to "pimcore_ecommerce.tracking.tracking_manager".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "Pimcore\Model\Factory\FallbackBuilder" to "pimcore.model.factory".
Inlined service "pimcore.model.factory.classmap_builder" to "pimcore.model.factory".
Inlined service "pimcore.document.areabrick.brick_locator" to "Pimcore\Extension\Document\Areabrick\AreabrickManagerInterface".
Inlined service ".service_locator.TpoC7U9" to "Symfony\Component\HttpKernel\EventListener\SessionListener".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "App\Scoreplay\Client\ScoreplayClient" to "console.command.public_alias.App\Scoreplay\Command\ScoreplayMediaSyncCommand".
Inlined service "App\ErpBC\Order\Service\OrderTransactionQueueInspector" to "console.command.public_alias.App\ErpBC\Order\Command\RecoverStuckOrdersCommand".
Inlined service "App\ErpBC\Order\Service\ErpOrderReportRecipientResolver" to "console.command.public_alias.App\ErpBC\Order\Command\SendDailyOrderErpReportCommand".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexUpdateServiceInterface" to "console.command.public_alias.Pimcore\Bundle\GenericDataIndexBundle\Command\Update\IndexUpdateCommand".
Inlined service "App\Customer\Widerruf\Service\WiderrufProductHelper" to "App\Customer\Widerruf\Controller\WiderrufController".
Inlined service "App\Customer\Widerruf\Service\WiderrufProductHelper" to "App\Customer\Widerruf\Controller\WiderrufController".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\General\AnyDocumentTargetType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "Pimcore\Bundle\DataHubBundle\GraphQL\DocumentType\DocumentElementType" to "Pimcore\Bundle\DataHubBundle\GraphQL\Service".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.graphql.type_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.type_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.state_processor.normalize" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.state_processor.normalize" to "api_platform.graphql.fields_builder".
Inlined service "psr17_factory" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Controller\McpController".
Inlined service "psr17_factory" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Controller\McpController".
Inlined service "psr17_factory" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Controller\McpController".
Inlined service "psr17_factory" to "Pimcore\Bundle\DataHubSimpleRestBundle\Mcp\Controller\McpController".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\ElementNodeServiceInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController".
Inlined service "Pimcore\Bundle\BackendPowerToolsBundle\Service\AlternativeElementTree\ElementNodeServiceInterface" to "Pimcore\Bundle\BackendPowerToolsBundle\Controller\Admin\AlternativeElementTree\TreeController".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Pagination\PaginationInfoServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Pagination\PaginationInfoServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Pagination\PaginationInfoServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Pagination\PaginationInfoServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\BasicFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\Filter\FieldTypeFilters" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\DefaultSearch\Search\Modifier\FullTextSearch\FullTextSearchHandlers" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Workspace\QueryServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Workspace\QueryServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Maintenance\Tasks\DataObject\DataObjectTaskHelper" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Maintenance\Tasks\DataObject\DataObjectTaskHelper" to "Pimcore\Maintenance\Executor".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory" to "pimcore_ecommerce.index_service".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory" to "pimcore_ecommerce.index_service".
Inlined service "Pimcore\Bundle\EcommerceFrameworkBundle\IndexService\Config\AttributeFactory" to "pimcore_ecommerce.index_service".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\SearchPqlFieldNameTransformationServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\SearchPqlFieldNameTransformationServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\SearchPqlFieldNameTransformationServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\Search\SearchService\SearchPqlFieldNameTransformationServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\CachedSearchIndexMappingServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\CachedSearchIndexMappingServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\QueryLanguage\PqlAdapterInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\QueryLanguage\PqlAdapterInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\QueryLanguage\PqlAdapterInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\CachedSearchIndexMappingServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexEntityServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexEntityServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexEntityServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
Inlined service "Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexEntityServiceInterface" to "Pimcore\Bundle\GenericDataIndexBundle\SearchIndexAdapter\Search\Modifier\SearchModifierServiceInterface".
3
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.pimcore_admin", "debug.security.firewall.authenticator.cmf_webservice", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.api", "doctrine.migrations.container_aware_migrations_factory", "scheb_two_factor.security.authentication.trust_resolver", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "api_platform.http_cache.processor.add_headers", "lexik_jwt_authentication.api_platform.openapi.factory", "pimcore.security.password_hasher_factory", "debug.traced.generic.execution.engine.bus", "debug.traced.messenger.bus.pimcore-generic-data-index", ".debug.http_client", "debug.security.event_dispatcher.pimcore_admin", "debug.security.event_dispatcher.cmf_webservice", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.api", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.console", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.http_client", "monolog.logger.mailer", "monolog.logger.translation", "monolog.logger.php", "monolog.logger.event", "monolog.logger.router", "monolog.logger.lock", "monolog.logger.profiler", "monolog.logger.security", "monolog.logger.doctrine", "monolog.logger.debug", "monolog.logger.admin", "monolog.logger.admin_statistics", "monolog.logger.pimcore_ecommerce_indexupdater", "monolog.logger.pimcore_ecommerce", "monolog.logger.update_payment", "monolog.logger.routing", "monolog.logger.payum", "monolog.logger.pimcore_datahub_simplerest", "monolog.logger.pimcore.opensearch.default", "monolog.logger.elasticsearch.es", "monolog.logger.pimcore.elasticsearch.default", "monolog.logger.DATA-IMPORTER", "monolog.logger.advanced_object_search.es", "monolog.logger.pimcore_advanced_object_search", "monolog.logger.pimcore", "monolog.logger.init", "monolog.logger.redirect", "monolog.logger.pimcore_ecommerce_sql", "monolog.logger.pimcore_ecommerce_es", "monolog.logger.pimcore_ecommerce_findologic", "monolog.logger.cmf", "monolog.logger.generic_execution_engine", "monolog.logger.pimcore_api", "monolog.logger.session", but was never used.
Tag "messenger.middleware" was defined on service(s) "Pimcore\Messenger\Middleware\CollectGarbageMiddleware", "Pimcore\Bundle\GenericExecutionEngineBundle\Messenger\Middleware\StepConditionMiddleware", but was never used.