Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Return type of Predis\Client::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Method "IteratorAggregate::getIterator()" might add "\Traversable" as a native return type declaration in the future. Do the same in implementation "Predis\Client" now to avoid errors or add an explicit @return annotation to suppress this message.
"SELECT t0.shopclosed AS shopclosed_1, t0.shopclosed_info AS shopclosed_info_2, t0.lisatty AS lisatty_3, t0.require_login AS require_login_4, t0.default_country AS default_country_5, t0.default_currency AS default_currency_6, t0.poistettu AS poistettu_7, t0.homepage_id AS homepage_id_8, t0.id AS id_9, t0.klevu_js_api_key AS klevu_js_api_key_10, t0.klevu_rest_api_key AS klevu_rest_api_key_11, t0.klevu_search_backend AS klevu_search_backend_12, t0.code AS code_13, t0.logo AS logo_14, t0.favicon AS favicon_15, t0.name AS name_16, t0.notifications AS notifications_17, t0.no_vat AS no_vat_18, t0.minimum_order AS minimum_order_19, t0.preview_key AS preview_key_20, t0.privacy_page_id AS privacy_page_id_21, t0.reseller_terms AS reseller_terms_22, t0.use_ssl AS use_ssl_23, t0.shopemail AS shopemail_24, t0.shopname AS shopname_25, t0.jnro AS jnro_26, t0.terms_page_id AS terms_page_id_27, t0.theme AS theme_28, t0.theme_emails AS theme_emails_29, t0.theme_prints AS theme_prints_30, t0.theme_settings AS theme_settings_31, t0.time_settings AS time_settings_32, t0.type AS type_33, t0.muokattu AS muokattu_34, t0.url AS url_35, t0.using_redactor AS using_redactor_36, t0.vat_code AS vat_code_37, t0.bank_account AS bank_account_38, t0.post_office AS post_office_39, t0.company AS company_40, t0.country AS country_41, t0.contact_information AS contact_information_42, t0.email AS email_43, t0.fax AS fax_44, t0.internet AS internet_45, t0.phone AS phone_46, t0.postal_code AS postal_code_47, t0.street_address_1 AS street_address_1_48, t0.street_address_2 AS street_address_2_49, t0.parent_id AS parent_id_50, t0.price_list_id AS price_list_id_51, t0.stock_location_id AS stock_location_id_52 FROM versiot t0 WHERE t0.url = ? LIMIT 1"
(parameters:
[1 => "ilkka.mcf.dev"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.shopclosed AS shopclosed_1, t0.shopclosed_info AS shopclosed_info_2, t0.lisatty AS lisatty_3, t0.require_login AS require_login_4, t0.default_country AS default_country_5, t0.default_currency AS default_currency_6, t0.poistettu AS poistettu_7, t0.homepage_id AS homepage_id_8, t0.id AS id_9, t0.klevu_js_api_key AS klevu_js_api_key_10, t0.klevu_rest_api_key AS klevu_rest_api_key_11, t0.klevu_search_backend AS klevu_search_backend_12, t0.code AS code_13, t0.logo AS logo_14, t0.favicon AS favicon_15, t0.name AS name_16, t0.notifications AS notifications_17, t0.no_vat AS no_vat_18, t0.minimum_order AS minimum_order_19, t0.preview_key AS preview_key_20, t0.privacy_page_id AS privacy_page_id_21, t0.reseller_terms AS reseller_terms_22, t0.use_ssl AS use_ssl_23, t0.shopemail AS shopemail_24, t0.shopname AS shopname_25, t0.jnro AS jnro_26, t0.terms_page_id AS terms_page_id_27, t0.theme AS theme_28, t0.theme_emails AS theme_emails_29, t0.theme_prints AS theme_prints_30, t0.theme_settings AS theme_settings_31, t0.time_settings AS time_settings_32, t0.type AS type_33, t0.muokattu AS muokattu_34, t0.url AS url_35, t0.using_redactor AS using_redactor_36, t0.vat_code AS vat_code_37, t0.bank_account AS bank_account_38, t0.post_office AS post_office_39, t0.company AS company_40, t0.country AS country_41, t0.contact_information AS contact_information_42, t0.email AS email_43, t0.fax AS fax_44, t0.internet AS internet_45, t0.phone AS phone_46, t0.postal_code AS postal_code_47, t0.street_address_1 AS street_address_1_48, t0.street_address_2 AS street_address_2_49, t0.parent_id AS parent_id_50, t0.price_list_id AS price_list_id_51, t0.stock_location_id AS stock_location_id_52 FROM versiot t0 WHERE t0.url = ? LIMIT 1"
"params" => [1 => "ilkka.mcf.dev"
]
"types" => [1 => 2]
]
debug
Executing query:
"SELECT asetus AS db_name, arvo AS value FROM asetukset WHERE 1"
doctrine
[
"sql" => "SELECT asetus AS db_name, arvo AS value FROM asetukset WHERE 1"
]
Log messages generated during the compilation of the service container.
Messages
Class
746
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Entity\UniqueVersionUrlValidator" (parent: .abstract.instanceof.Mcf\Entity\UniqueVersionUrlValidator).
Resolving inheritance for "Mcf\Entity\UniqueVersionUrlValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Entity\UniqueVersionUrlValidator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\AdditionalService\Flow\AdditionalServiceController" (parent: .abstract.instanceof.Mcf\Component\AdditionalService\Flow\AdditionalServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\AdditionalService\Flow\AdditionalServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\AdditionalService\Flow\AdditionalServiceController).
Resolving inheritance for "Mcf\Component\AdditionalService\Flow\AdditionalServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\AdditionalService\Flow\AdditionalServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\CampaignController" (parent: .abstract.instanceof.Mcf\Component\Campaign\Flow\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\CampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\CampaignController).
Resolving inheritance for "Mcf\Component\Campaign\Flow\CampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\CampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\CampaignProductController" (parent: .abstract.instanceof.Mcf\Component\Campaign\Flow\CampaignProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\CampaignProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\CampaignProductController).
Resolving inheritance for "Mcf\Component\Campaign\Flow\CampaignProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\CampaignProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController" (parent: .abstract.instanceof.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController).
Resolving inheritance for "Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Cart\FlowCartController" (parent: .abstract.instanceof.Mcf\Component\Cart\FlowCartController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Cart\FlowCartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Cart\FlowCartController).
Resolving inheritance for "Mcf\Component\Cart\FlowCartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Cart\FlowCartController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Common\FeatureConfigMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\Common\FeatureConfigMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Common\FeatureConfigMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Common\FeatureConfigMaintenanceController).
Resolving inheritance for "Mcf\Component\Common\FeatureConfigMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Common\FeatureConfigMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController" (parent: .abstract.instanceof.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController).
Resolving inheritance for "Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController" (parent: .abstract.instanceof.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController).
Resolving inheritance for "Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Customer\CustomerApiController" (parent: .abstract.instanceof.Mcf\Component\Customer\CustomerApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Customer\CustomerApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Customer\CustomerApiController).
Resolving inheritance for "Mcf\Component\Customer\CustomerApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Customer\CustomerApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Customer\Flow\CustomerController" (parent: .abstract.instanceof.Mcf\Component\Customer\Flow\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Customer\Flow\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Customer\Flow\CustomerController).
Resolving inheritance for "Mcf\Component\Customer\Flow\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Customer\Flow\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\DataLake\DataLakeMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\DataLake\DataLakeMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\DataLake\DataLakeMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\DataLake\DataLakeMaintenanceController).
Resolving inheritance for "Mcf\Component\DataLake\DataLakeMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\DataLake\DataLakeMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController" (parent: .abstract.instanceof.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController).
Resolving inheritance for "Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController).
Resolving inheritance for "Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController).
Resolving inheritance for "Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\Flow\LinkController" (parent: .abstract.instanceof.Mcf\Component\ElectronicShelfLabel\Flow\LinkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElectronicShelfLabel\Flow\LinkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\Flow\LinkController).
Resolving inheritance for "Mcf\Component\ElectronicShelfLabel\Flow\LinkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElectronicShelfLabel\Flow\LinkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Email\EmailMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\Email\EmailMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Email\EmailMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Email\EmailMaintenanceController).
Resolving inheritance for "Mcf\Component\Email\EmailMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Email\EmailMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Email\Flow\EmailSettingsController" (parent: .abstract.instanceof.Mcf\Component\Email\Flow\EmailSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Email\Flow\EmailSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Email\Flow\EmailSettingsController).
Resolving inheritance for "Mcf\Component\Email\Flow\EmailSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Email\Flow\EmailSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController" (parent: .abstract.instanceof.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController).
Resolving inheritance for "Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Image\ImageController" (parent: .abstract.instanceof.Mcf\Component\Image\ImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Image\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Image\ImageController).
Resolving inheritance for "Mcf\Component\Image\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Image\ImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockApiController" (parent: .abstract.instanceof.Mcf\Component\Inventory\Api\StockApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockApiController).
Resolving inheritance for "Mcf\Component\Inventory\Api\StockApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockChangesApiController" (parent: .abstract.instanceof.Mcf\Component\Inventory\Api\StockChangesApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockChangesApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockChangesApiController).
Resolving inheritance for "Mcf\Component\Inventory\Api\StockChangesApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockChangesApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockItemApiController" (parent: .abstract.instanceof.Mcf\Component\Inventory\Api\StockItemApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockItemApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockItemApiController).
Resolving inheritance for "Mcf\Component\Inventory\Api\StockItemApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockItemApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingController" (parent: .abstract.instanceof.Mcf\Component\Inventory\Counting\InventoryCountingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Counting\InventoryCountingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingController).
Resolving inheritance for "Mcf\Component\Inventory\Counting\InventoryCountingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Counting\InventoryCountingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\InventoryOperationsController" (parent: .abstract.instanceof.Mcf\Component\Inventory\Flow\InventoryOperationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\InventoryOperationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\InventoryOperationsController).
Resolving inheritance for "Mcf\Component\Inventory\Flow\InventoryOperationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\InventoryOperationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockHistoryController" (parent: .abstract.instanceof.Mcf\Component\Inventory\Flow\StockHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockHistoryController).
Resolving inheritance for "Mcf\Component\Inventory\Flow\StockHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockHistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockHistoryProductsController" (parent: .abstract.instanceof.Mcf\Component\Inventory\Flow\StockHistoryProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockHistoryProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockHistoryProductsController).
Resolving inheritance for "Mcf\Component\Inventory\Flow\StockHistoryProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockHistoryProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController).
Resolving inheritance for "Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController" (parent: .abstract.instanceof.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController).
Resolving inheritance for "Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\StockItemNotificationsApiController" (parent: .abstract.instanceof.Mcf\Component\Inventory\StockItemNotificationsApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\StockItemNotificationsApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\StockItemNotificationsApiController).
Resolving inheritance for "Mcf\Component\Inventory\StockItemNotificationsApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\StockItemNotificationsApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Order\Search\OrderSearchParametersController" (parent: .abstract.instanceof.Mcf\Component\Order\Search\OrderSearchParametersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Order\Search\OrderSearchParametersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Order\Search\OrderSearchParametersController).
Resolving inheritance for "Mcf\Component\Order\Search\OrderSearchParametersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Order\Search\OrderSearchParametersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController).
Resolving inheritance for "Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Flow\ToggleViewController" (parent: .abstract.instanceof.Mcf\Component\Pos\Flow\ToggleViewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Flow\ToggleViewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Flow\ToggleViewController).
Resolving inheritance for "Mcf\Component\Pos\Flow\ToggleViewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Flow\ToggleViewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Location\PosLocationController" (parent: .abstract.instanceof.Mcf\Component\Pos\Location\PosLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Location\PosLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Location\PosLocationController).
Resolving inheritance for "Mcf\Component\Pos\Location\PosLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Location\PosLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\QuickActions\QuickActionsController" (parent: .abstract.instanceof.Mcf\Component\Pos\QuickActions\QuickActionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\QuickActions\QuickActionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\QuickActions\QuickActionsController).
Resolving inheritance for "Mcf\Component\Pos\QuickActions\QuickActionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\QuickActions\QuickActionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Report\ReportController" (parent: .abstract.instanceof.Mcf\Component\Pos\Report\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Report\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Report\ReportController).
Resolving inheritance for "Mcf\Component\Pos\Report\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Report\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Printing\PrinterController" (parent: .abstract.instanceof.Mcf\Component\Printing\PrinterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Printing\PrinterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Printing\PrinterController).
Resolving inheritance for "Mcf\Component\Printing\PrinterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Printing\PrinterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Printing\PrinterMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\Printing\PrinterMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Printing\PrinterMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Printing\PrinterMaintenanceController).
Resolving inheritance for "Mcf\Component\Printing\PrinterMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Printing\PrinterMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Product\Flow\ProductStockFlowController" (parent: .abstract.instanceof.Mcf\Component\Product\Flow\ProductStockFlowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Product\Flow\ProductStockFlowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Product\Flow\ProductStockFlowController).
Resolving inheritance for "Mcf\Component\Product\Flow\ProductStockFlowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Product\Flow\ProductStockFlowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController" (parent: .abstract.instanceof.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController).
Resolving inheritance for "Mcf\Component\Product\GenaiTranslation\GenaiTranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\Flow\ProductReviewController" (parent: .abstract.instanceof.Mcf\Component\ProductReview\Flow\ProductReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\Flow\ProductReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\Flow\ProductReviewController).
Resolving inheritance for "Mcf\Component\ProductReview\Flow\ProductReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\Flow\ProductReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\ProductReviewController" (parent: .abstract.instanceof.Mcf\Component\ProductReview\ProductReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\ProductReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\ProductReviewController).
Resolving inheritance for "Mcf\Component\ProductReview\ProductReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\ProductReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\ProductReviewMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\ProductReview\ProductReviewMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\ProductReviewMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\ProductReviewMaintenanceController).
Resolving inheritance for "Mcf\Component\ProductReview\ProductReviewMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\ProductReviewMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Redirect\RedirectApiController" (parent: .abstract.instanceof.Mcf\Component\Redirect\RedirectApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Redirect\RedirectApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Redirect\RedirectApiController).
Resolving inheritance for "Mcf\Component\Redirect\RedirectApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Redirect\RedirectApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Report\Embeddable\EmbeddableReportController" (parent: .abstract.instanceof.Mcf\Component\Report\Embeddable\EmbeddableReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Report\Embeddable\EmbeddableReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Report\Embeddable\EmbeddableReportController).
Resolving inheritance for "Mcf\Component\Report\Embeddable\EmbeddableReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Report\Embeddable\EmbeddableReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController).
Resolving inheritance for "Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\StaticFile\StaticFileController" (parent: .abstract.instanceof.Mcf\Component\StaticFile\StaticFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\StaticFile\StaticFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\StaticFile\StaticFileController).
Resolving inheritance for "Mcf\Component\StaticFile\StaticFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\StaticFile\StaticFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskApiController" (parent: .abstract.instanceof.Mcf\Component\Task\ScheduledTaskApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Task\ScheduledTaskApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskApiController).
Resolving inheritance for "Mcf\Component\Task\ScheduledTaskApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Task\ScheduledTaskApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\Task\ScheduledTaskMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Task\ScheduledTaskMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskMaintenanceController).
Resolving inheritance for "Mcf\Component\Task\ScheduledTaskMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Task\ScheduledTaskMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Urn\UrnController" (parent: .abstract.instanceof.Mcf\Component\Urn\UrnController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Urn\UrnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Urn\UrnController).
Resolving inheritance for "Mcf\Component\Urn\UrnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Urn\UrnController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserFlowController" (parent: .abstract.instanceof.Mcf\Component\User\UserFlowController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserFlowController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserFlowController).
Resolving inheritance for "Mcf\Component\User\UserFlowController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserFlowController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserMaintenanceController" (parent: .abstract.instanceof.Mcf\Component\User\UserMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserMaintenanceController).
Resolving inheritance for "Mcf\Component\User\UserMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserPinCodeController" (parent: .abstract.instanceof.Mcf\Component\User\UserPinCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserPinCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserPinCodeController).
Resolving inheritance for "Mcf\Component\User\UserPinCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserPinCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserPinCodeLoginController" (parent: .abstract.instanceof.Mcf\Component\User\UserPinCodeLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserPinCodeLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserPinCodeLoginController).
Resolving inheritance for "Mcf\Component\User\UserPinCodeLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserPinCodeLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserTwoFactorController" (parent: .abstract.instanceof.Mcf\Component\User\UserTwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserTwoFactorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserTwoFactorController).
Resolving inheritance for "Mcf\Component\User\UserTwoFactorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserTwoFactorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Version\Flow\VersionController" (parent: .abstract.instanceof.Mcf\Component\Version\Flow\VersionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Version\Flow\VersionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Version\Flow\VersionController).
Resolving inheritance for "Mcf\Component\Version\Flow\VersionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Version\Flow\VersionController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Account\EventListener\RefreshProductUsageOnVisibilitiesChangedEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\Account\EventListener\RefreshProductUsageOnVisibilitiesChangedEventSubscriber).
Resolving inheritance for "Mcf\Component\Account\EventListener\RefreshProductUsageOnVisibilitiesChangedEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Account\EventListener\RefreshProductUsageOnVisibilitiesChangedEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Analytics\AmplitudeEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\Analytics\AmplitudeEventSubscriber).
Resolving inheritance for "Mcf\Component\Analytics\AmplitudeEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Analytics\AmplitudeEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\CampaignMonitor\CampaignMonitorEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\CampaignMonitor\CampaignMonitorEventSubscriber).
Resolving inheritance for "Mcf\Component\CampaignMonitor\CampaignMonitorEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\CampaignMonitor\CampaignMonitorEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Conversion\ConversionEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\Conversion\ConversionEventSubscriber).
Resolving inheritance for "Mcf\Component\Conversion\ConversionEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Conversion\ConversionEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\CustobarTracking\CustobarTrackingEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\CustobarTracking\CustobarTrackingEventSubscriber).
Resolving inheritance for "Mcf\Component\CustobarTracking\CustobarTrackingEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\CustobarTracking\CustobarTrackingEventSubscriber).
Resolving inheritance for ".instanceof.Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber.0.Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber).
Resolving inheritance for "Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber" (parent: .instanceof.Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber.0.Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\DataLake\DataLakeEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\DataLake\DataLakeEventSubscriber).
Resolving inheritance for "Mcf\Component\DataLake\DataLakeEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\DataLake\DataLakeEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\ElasticAppSearch\ElasticAppSearchEventSubscriber).
Resolving inheritance for "Mcf\Component\ElasticAppSearch\ElasticAppSearchEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchIndexingEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\ElasticAppSearch\ElasticAppSearchIndexingEventSubscriber).
Resolving inheritance for "Mcf\Component\ElasticAppSearch\ElasticAppSearchIndexingEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchIndexingEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMigrationEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\ElasticAppSearch\ElasticAppSearchMigrationEventSubscriber).
Resolving inheritance for "Mcf\Component\ElasticAppSearch\ElasticAppSearchMigrationEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMigrationEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\EwqSyncEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\ElectronicShelfLabel\EwqSyncEventSubscriber).
Resolving inheritance for "Mcf\Component\ElectronicShelfLabel\EwqSyncEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\EwqSyncEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Flow\EventListener\OrderChangedToOpenStateEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\Flow\EventListener\OrderChangedToOpenStateEventSubscriber).
Resolving inheritance for "Mcf\Component\Flow\EventListener\OrderChangedToOpenStateEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Flow\EventListener\OrderChangedToOpenStateEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Flow\EventListener\ProductReviewChangedToNewStateEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\Flow\EventListener\ProductReviewChangedToNewStateEventSubscriber).
Resolving inheritance for "Mcf\Component\Flow\EventListener\ProductReviewChangedToNewStateEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Flow\EventListener\ProductReviewChangedToNewStateEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsCustomerEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsCustomerEventSubscriber).
Resolving inheritance for "Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsCustomerEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsCustomerEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsProductEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsProductEventSubscriber).
Resolving inheritance for "Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsProductEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsProductEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleRecommendationsVisibilityEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleRecommendationsVisibilityEventSubscriber).
Resolving inheritance for "Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleRecommendationsVisibilityEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleRecommendationsVisibilityEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleTracking\GoogleTrackingEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\GoogleTracking\GoogleTrackingEventSubscriber).
Resolving inheritance for "Mcf\Component\GoogleTracking\GoogleTrackingEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleTracking\GoogleTrackingEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\MetaTracking\MetaTrackingEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\MetaTracking\MetaTrackingEventSubscriber).
Resolving inheritance for "Mcf\Component\MetaTracking\MetaTrackingEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\MetaTracking\MetaTrackingEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductFeed\FacebookEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\ProductFeed\FacebookEventSubscriber).
Resolving inheritance for "Mcf\Component\ProductFeed\FacebookEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductFeed\FacebookEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductFeed\ProductFeedTaskEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\ProductFeed\ProductFeedTaskEventSubscriber).
Resolving inheritance for "Mcf\Component\ProductFeed\ProductFeedTaskEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductFeed\ProductFeedTaskEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductSearch\EventListener\RefreshSortByNameOnProductUpdatedEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\ProductSearch\EventListener\RefreshSortByNameOnProductUpdatedEventSubscriber).
Resolving inheritance for "Mcf\Component\ProductSearch\EventListener\RefreshSortByNameOnProductUpdatedEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductSearch\EventListener\RefreshSortByNameOnProductUpdatedEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Webhook\WebhookEventSubscriber" (parent: .abstract.instanceof.Mcf\Component\Webhook\WebhookEventSubscriber).
Resolving inheritance for "Mcf\Component\Webhook\WebhookEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Webhook\WebhookEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Banners\BannerFormType" (parent: .abstract.instanceof.Mcf\Component\Banners\BannerFormType).
Resolving inheritance for "Mcf\Component\Banners\BannerFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Banners\BannerFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\BuyXGetYFreeFormType" (parent: .abstract.instanceof.Mcf\Component\Campaign\Flow\BuyXGetYFreeFormType).
Resolving inheritance for "Mcf\Component\Campaign\Flow\BuyXGetYFreeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\BuyXGetYFreeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\CampaignDiscountCodeFormType" (parent: .abstract.instanceof.Mcf\Component\Campaign\Flow\DiscountCodes\CampaignDiscountCodeFormType).
Resolving inheritance for "Mcf\Component\Campaign\Flow\DiscountCodes\CampaignDiscountCodeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\CampaignDiscountCodeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesFormType" (parent: .abstract.instanceof.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesFormType).
Resolving inheritance for "Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\ShippingCampaignFormType" (parent: .abstract.instanceof.Mcf\Component\Campaign\Flow\ShippingCampaignFormType).
Resolving inheritance for "Mcf\Component\Campaign\Flow\ShippingCampaignFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\ShippingCampaignFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Common\FeatureConfigOverrideFormType" (parent: .abstract.instanceof.Mcf\Component\Common\FeatureConfigOverrideFormType).
Resolving inheritance for "Mcf\Component\Common\FeatureConfigOverrideFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Common\FeatureConfigOverrideFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Customer\Flow\CustomerFormType" (parent: .abstract.instanceof.Mcf\Component\Customer\Flow\CustomerFormType).
Resolving inheritance for "Mcf\Component\Customer\Flow\CustomerFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Customer\Flow\CustomerFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingFormType" (parent: .abstract.instanceof.Mcf\Component\Inventory\Counting\InventoryCountingFormType).
Resolving inheritance for "Mcf\Component\Inventory\Counting\InventoryCountingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Flow\InventoryOperationFormType" (parent: .abstract.instanceof.Mcf\Component\Inventory\Flow\InventoryOperationFormType).
Resolving inheritance for "Mcf\Component\Inventory\Flow\InventoryOperationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Flow\InventoryOperationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Flow\InventoryTransferFormType" (parent: .abstract.instanceof.Mcf\Component\Inventory\Flow\InventoryTransferFormType).
Resolving inheritance for "Mcf\Component\Inventory\Flow\InventoryTransferFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Flow\InventoryTransferFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\StockLocationsFormType" (parent: .abstract.instanceof.Mcf\Component\Inventory\StockLocationsFormType).
Resolving inheritance for "Mcf\Component\Inventory\StockLocationsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\StockLocationsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsFormType" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsFormType).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\JoinMembershipFormType" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\Membership\JoinMembershipFormType).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\Membership\JoinMembershipFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\JoinMembershipFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\MembershipPointsFormType" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\Membership\MembershipPointsFormType).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\Membership\MembershipPointsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\MembershipPointsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\RewardDiscountCodeRuleFormType" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\RewardDiscountCodeRuleFormType).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\Flow\RewardDiscountCodeRuleFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\RewardDiscountCodeRuleFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Pos\Flow\PosDrawerTransactionFormType" (parent: .abstract.instanceof.Mcf\Component\Pos\Flow\PosDrawerTransactionFormType).
Resolving inheritance for "Mcf\Component\Pos\Flow\PosDrawerTransactionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Pos\Flow\PosDrawerTransactionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Pos\QuickActions\Discount\DiscountQuickActionFormType" (parent: .abstract.instanceof.Mcf\Component\Pos\QuickActions\Discount\DiscountQuickActionFormType).
Resolving inheritance for "Mcf\Component\Pos\QuickActions\Discount\DiscountQuickActionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Pos\QuickActions\Discount\DiscountQuickActionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Printing\PrinterMaintenanceFormType" (parent: .abstract.instanceof.Mcf\Component\Printing\PrinterMaintenanceFormType).
Resolving inheritance for "Mcf\Component\Printing\PrinterMaintenanceFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Printing\PrinterMaintenanceFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Product\Flow\StockFormType" (parent: .abstract.instanceof.Mcf\Component\Product\Flow\StockFormType).
Resolving inheritance for "Mcf\Component\Product\Flow\StockFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Product\Flow\StockFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\ProductReview\Flow\ProductReviewSettingsFormType" (parent: .abstract.instanceof.Mcf\Component\ProductReview\Flow\ProductReviewSettingsFormType).
Resolving inheritance for "Mcf\Component\ProductReview\Flow\ProductReviewSettingsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\ProductReview\Flow\ProductReviewSettingsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableDashboardFormType" (parent: .abstract.instanceof.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableDashboardFormType).
Resolving inheritance for "Mcf\Component\Report\Embeddable\Maintenance\EmbeddableDashboardFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableDashboardFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableSettingsFormType" (parent: .abstract.instanceof.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableSettingsFormType).
Resolving inheritance for "Mcf\Component\Report\Embeddable\Maintenance\EmbeddableSettingsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableSettingsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Version\Flow\PosVersionFormType" (parent: .abstract.instanceof.Mcf\Component\Version\Flow\PosVersionFormType).
Resolving inheritance for "Mcf\Component\Version\Flow\PosVersionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Version\Flow\PosVersionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\DeviceDetection\BotDetectionListener" (parent: .abstract.instanceof.Mcf\Component\DeviceDetection\BotDetectionListener).
Resolving inheritance for "Mcf\Component\DeviceDetection\BotDetectionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\DeviceDetection\BotDetectionListener).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\CampaignProductQuantityValidator" (parent: .abstract.instanceof.Mcf\Component\Campaign\CampaignProductQuantityValidator).
Resolving inheritance for "Mcf\Component\Campaign\CampaignProductQuantityValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\CampaignProductQuantityValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\SameShippingCampaignTargetsValidator" (parent: .abstract.instanceof.Mcf\Component\Campaign\SameShippingCampaignTargetsValidator).
Resolving inheritance for "Mcf\Component\Campaign\SameShippingCampaignTargetsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\SameShippingCampaignTargetsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueCampaignCodeValidator" (parent: .abstract.instanceof.Mcf\Component\Campaign\UniqueCampaignCodeValidator).
Resolving inheritance for "Mcf\Component\Campaign\UniqueCampaignCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueCampaignCodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueProductsValidator" (parent: .abstract.instanceof.Mcf\Component\Campaign\UniqueProductsValidator).
Resolving inheritance for "Mcf\Component\Campaign\UniqueProductsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueProductsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueShippingCampaignCodeValidator" (parent: .abstract.instanceof.Mcf\Component\Campaign\UniqueShippingCampaignCodeValidator).
Resolving inheritance for "Mcf\Component\Campaign\UniqueShippingCampaignCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueShippingCampaignCodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidCustomerExternalIdValidator" (parent: .abstract.instanceof.Mcf\Component\Customer\ValidCustomerExternalIdValidator).
Resolving inheritance for "Mcf\Component\Customer\ValidCustomerExternalIdValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidCustomerExternalIdValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidEinvoiceAddressValidator" (parent: .abstract.instanceof.Mcf\Component\Customer\ValidEinvoiceAddressValidator).
Resolving inheritance for "Mcf\Component\Customer\ValidEinvoiceAddressValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidEinvoiceAddressValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidPhoneNumberValidator" (parent: .abstract.instanceof.Mcf\Component\Customer\ValidPhoneNumberValidator).
Resolving inheritance for "Mcf\Component\Customer\ValidPhoneNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidPhoneNumberValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidPostalCodeValidator" (parent: .abstract.instanceof.Mcf\Component\Customer\ValidPostalCodeValidator).
Resolving inheritance for "Mcf\Component\Customer\ValidPostalCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidPostalCodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidVatCodeValidator" (parent: .abstract.instanceof.Mcf\Component\Customer\ValidVatCodeValidator).
Resolving inheritance for "Mcf\Component\Customer\ValidVatCodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidVatCodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Inventory\Validation\UniqueBarcodeValidator" (parent: .abstract.instanceof.Mcf\Component\Inventory\Validation\UniqueBarcodeValidator).
Resolving inheritance for "Mcf\Component\Inventory\Validation\UniqueBarcodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Inventory\Validation\UniqueBarcodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\ProductFeed\ProductFeedTypeValidator" (parent: .abstract.instanceof.Mcf\Component\ProductFeed\ProductFeedTypeValidator).
Resolving inheritance for "Mcf\Component\ProductFeed\ProductFeedTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\ProductFeed\ProductFeedTypeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Redirect\NoRedirectLoopValidator" (parent: .abstract.instanceof.Mcf\Component\Redirect\NoRedirectLoopValidator).
Resolving inheritance for "Mcf\Component\Redirect\NoRedirectLoopValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Redirect\NoRedirectLoopValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\User\Validator\PhoneNumberFormatValidator" (parent: .abstract.instanceof.Mcf\Component\User\Validator\PhoneNumberFormatValidator).
Resolving inheritance for "Mcf\Component\User\Validator\PhoneNumberFormatValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\User\Validator\PhoneNumberFormatValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\User\Validator\UserEmailUniqueValidator" (parent: .abstract.instanceof.Mcf\Component\User\Validator\UserEmailUniqueValidator).
Resolving inheritance for "Mcf\Component\User\Validator\UserEmailUniqueValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\User\Validator\UserEmailUniqueValidator).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Banners\BannerGroupRepository" (parent: .abstract.instanceof.Mcf\Component\Banners\BannerGroupRepository).
Resolving inheritance for "Mcf\Component\Banners\BannerGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Banners\BannerGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Banners\BannerRepository" (parent: .abstract.instanceof.Mcf\Component\Banners\BannerRepository).
Resolving inheritance for "Mcf\Component\Banners\BannerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Banners\BannerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Brand\BrandRepository" (parent: .abstract.instanceof.Mcf\Component\Brand\BrandRepository).
Resolving inheritance for "Mcf\Component\Brand\BrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Brand\BrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Campaign\CampaignCodeRepository" (parent: .abstract.instanceof.Mcf\Component\Campaign\CampaignCodeRepository).
Resolving inheritance for "Mcf\Component\Campaign\CampaignCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Campaign\CampaignCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Campaign\CampaignRepository" (parent: .abstract.instanceof.Mcf\Component\Campaign\CampaignRepository).
Resolving inheritance for "Mcf\Component\Campaign\CampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Campaign\CampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Cart\CartCampaignCodeRepository" (parent: .abstract.instanceof.Mcf\Component\Cart\CartCampaignCodeRepository).
Resolving inheritance for "Mcf\Component\Cart\CartCampaignCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Cart\CartCampaignCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Cart\CartRepository" (parent: .abstract.instanceof.Mcf\Component\Cart\CartRepository).
Resolving inheritance for "Mcf\Component\Cart\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Cart\CartRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Content\InfoPageRepository" (parent: .abstract.instanceof.Mcf\Component\Content\InfoPageRepository).
Resolving inheritance for "Mcf\Component\Content\InfoPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Content\InfoPageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Conversion\ConversionRepository" (parent: .abstract.instanceof.Mcf\Component\Conversion\ConversionRepository).
Resolving inheritance for "Mcf\Component\Conversion\ConversionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Conversion\ConversionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositRepository" (parent: .abstract.instanceof.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositRepository).
Resolving inheritance for "Mcf\Component\CustomPHP\BottleDeposit\BottleDepositRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerEinvoiceAddressRepository" (parent: .abstract.instanceof.Mcf\Component\Customer\CustomerEinvoiceAddressRepository).
Resolving inheritance for "Mcf\Component\Customer\CustomerEinvoiceAddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerEinvoiceAddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerEmailSubscriptionRepository" (parent: .abstract.instanceof.Mcf\Component\Customer\CustomerEmailSubscriptionRepository).
Resolving inheritance for "Mcf\Component\Customer\CustomerEmailSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerEmailSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerGroupRepository" (parent: .abstract.instanceof.Mcf\Component\Customer\CustomerGroupRepository).
Resolving inheritance for "Mcf\Component\Customer\CustomerGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerGroupVisibilityRepository" (parent: .abstract.instanceof.Mcf\Component\Customer\CustomerGroupVisibilityRepository).
Resolving inheritance for "Mcf\Component\Customer\CustomerGroupVisibilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerGroupVisibilityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerRepository" (parent: .abstract.instanceof.Mcf\Component\Customer\CustomerRepository).
Resolving inheritance for "Mcf\Component\Customer\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerSmsSubscriptionRepository" (parent: .abstract.instanceof.Mcf\Component\Customer\CustomerSmsSubscriptionRepository).
Resolving inheritance for "Mcf\Component\Customer\CustomerSmsSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerSmsSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ElectronicShelfLabel\EslLinkRepository" (parent: .abstract.instanceof.Mcf\Component\ElectronicShelfLabel\EslLinkRepository).
Resolving inheritance for "Mcf\Component\ElectronicShelfLabel\EslLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ElectronicShelfLabel\EslLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ElectronicShelfLabel\UpdateQueue\ElectronicShelfLabelUpdateRepository" (parent: .abstract.instanceof.Mcf\Component\ElectronicShelfLabel\UpdateQueue\ElectronicShelfLabelUpdateRepository).
Resolving inheritance for "Mcf\Component\ElectronicShelfLabel\UpdateQueue\ElectronicShelfLabelUpdateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ElectronicShelfLabel\UpdateQueue\ElectronicShelfLabelUpdateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Email\EmailRepository" (parent: .abstract.instanceof.Mcf\Component\Email\EmailRepository).
Resolving inheritance for "Mcf\Component\Email\EmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Email\EmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\EventLog\EventRepository" (parent: .abstract.instanceof.Mcf\Component\EventLog\EventRepository).
Resolving inheritance for "Mcf\Component\EventLog\EventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\EventLog\EventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingItemRepository" (parent: .abstract.instanceof.Mcf\Component\Inventory\Counting\InventoryCountingItemRepository).
Resolving inheritance for "Mcf\Component\Inventory\Counting\InventoryCountingItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingRepository" (parent: .abstract.instanceof.Mcf\Component\Inventory\Counting\InventoryCountingRepository).
Resolving inheritance for "Mcf\Component\Inventory\Counting\InventoryCountingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\InventoryOperationProductRepository" (parent: .abstract.instanceof.Mcf\Component\Inventory\InventoryOperationProductRepository).
Resolving inheritance for "Mcf\Component\Inventory\InventoryOperationProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\InventoryOperationProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\InventoryOperationRepository" (parent: .abstract.instanceof.Mcf\Component\Inventory\InventoryOperationRepository).
Resolving inheritance for "Mcf\Component\Inventory\InventoryOperationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\InventoryOperationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockItemChangeRepository" (parent: .abstract.instanceof.Mcf\Component\Inventory\StockItemChangeRepository).
Resolving inheritance for "Mcf\Component\Inventory\StockItemChangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockItemChangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockItemRepository" (parent: .abstract.instanceof.Mcf\Component\Inventory\StockItemRepository).
Resolving inheritance for "Mcf\Component\Inventory\StockItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockLocationRepository" (parent: .abstract.instanceof.Mcf\Component\Inventory\StockLocationRepository).
Resolving inheritance for "Mcf\Component\Inventory\StockLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockQuantityRepository" (parent: .abstract.instanceof.Mcf\Component\Inventory\StockQuantityRepository).
Resolving inheritance for "Mcf\Component\Inventory\StockQuantityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockQuantityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\BlockAttributeRepository" (parent: .abstract.instanceof.Mcf\Component\Layout\BlockAttributeRepository).
Resolving inheritance for "Mcf\Component\Layout\BlockAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\BlockAttributeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\BlockRepository" (parent: .abstract.instanceof.Mcf\Component\Layout\BlockRepository).
Resolving inheritance for "Mcf\Component\Layout\BlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\BlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\SectionRepository" (parent: .abstract.instanceof.Mcf\Component\Layout\SectionRepository).
Resolving inheritance for "Mcf\Component\Layout\SectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\SectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramRepository" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\LoyaltyProgramRepository).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\LoyaltyProgramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramTaskRepository" (parent: .abstract.instanceof.Mcf\Component\LoyaltyProgram\LoyaltyProgramTaskRepository).
Resolving inheritance for "Mcf\Component\LoyaltyProgram\LoyaltyProgramTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramTaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\MarketingPermissions\MarketingPermissionsRepository" (parent: .abstract.instanceof.Mcf\Component\MarketingPermissions\MarketingPermissionsRepository).
Resolving inheritance for "Mcf\Component\MarketingPermissions\MarketingPermissionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\MarketingPermissions\MarketingPermissionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderProductRepository" (parent: .abstract.instanceof.Mcf\Component\Order\OrderProductRepository).
Resolving inheritance for "Mcf\Component\Order\OrderProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderRepository" (parent: .abstract.instanceof.Mcf\Component\Order\OrderRepository).
Resolving inheritance for "Mcf\Component\Order\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderShipmentRepository" (parent: .abstract.instanceof.Mcf\Component\Order\OrderShipmentRepository).
Resolving inheritance for "Mcf\Component\Order\OrderShipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderShipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderUserRepository" (parent: .abstract.instanceof.Mcf\Component\Order\OrderUserRepository).
Resolving inheritance for "Mcf\Component\Order\OrderUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Location\PosLocationRepository" (parent: .abstract.instanceof.Mcf\Component\Pos\Location\PosLocationRepository).
Resolving inheritance for "Mcf\Component\Pos\Location\PosLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Location\PosLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\QuickActions\QuickActionRepository" (parent: .abstract.instanceof.Mcf\Component\Pos\QuickActions\QuickActionRepository).
Resolving inheritance for "Mcf\Component\Pos\QuickActions\QuickActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\QuickActions\QuickActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Session\PosSessionRepository" (parent: .abstract.instanceof.Mcf\Component\Pos\Session\PosSessionRepository).
Resolving inheritance for "Mcf\Component\Pos\Session\PosSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Session\PosSessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Transaction\PosDrawerTransactionRepository" (parent: .abstract.instanceof.Mcf\Component\Pos\Transaction\PosDrawerTransactionRepository).
Resolving inheritance for "Mcf\Component\Pos\Transaction\PosDrawerTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Transaction\PosDrawerTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pricing\PriceListRepository" (parent: .abstract.instanceof.Mcf\Component\Pricing\PriceListRepository).
Resolving inheritance for "Mcf\Component\Pricing\PriceListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pricing\PriceListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductCategoryProductRepository" (parent: .abstract.instanceof.Mcf\Component\Product\ProductCategoryProductRepository).
Resolving inheritance for "Mcf\Component\Product\ProductCategoryProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductCategoryProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductCategoryRepository" (parent: .abstract.instanceof.Mcf\Component\Product\ProductCategoryRepository).
Resolving inheritance for "Mcf\Component\Product\ProductCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductSupplierRepository" (parent: .abstract.instanceof.Mcf\Component\Product\ProductSupplierRepository).
Resolving inheritance for "Mcf\Component\Product\ProductSupplierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductSupplierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductBundle\ProductBundleRepository" (parent: .abstract.instanceof.Mcf\Component\ProductBundle\ProductBundleRepository).
Resolving inheritance for "Mcf\Component\ProductBundle\ProductBundleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductBundle\ProductBundleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductFeed\ProductFeedRepository" (parent: .abstract.instanceof.Mcf\Component\ProductFeed\ProductFeedRepository).
Resolving inheritance for "Mcf\Component\ProductFeed\ProductFeedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductFeed\ProductFeedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewCommentRepository" (parent: .abstract.instanceof.Mcf\Component\ProductReview\ProductReviewCommentRepository).
Resolving inheritance for "Mcf\Component\ProductReview\ProductReviewCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewRepository" (parent: .abstract.instanceof.Mcf\Component\ProductReview\ProductReviewRepository).
Resolving inheritance for "Mcf\Component\ProductReview\ProductReviewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewRequestRepository" (parent: .abstract.instanceof.Mcf\Component\ProductReview\ProductReviewRequestRepository).
Resolving inheritance for "Mcf\Component\ProductReview\ProductReviewRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Redirect\RedirectRepository" (parent: .abstract.instanceof.Mcf\Component\Redirect\RedirectRepository).
Resolving inheritance for "Mcf\Component\Redirect\RedirectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Redirect\RedirectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ShippingMethod\ShippingMethodRepository" (parent: .abstract.instanceof.Mcf\Component\ShippingMethod\ShippingMethodRepository).
Resolving inheritance for "Mcf\Component\ShippingMethod\ShippingMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ShippingMethod\ShippingMethodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Task\BatchTaskItemRepository" (parent: .abstract.instanceof.Mcf\Component\Task\BatchTaskItemRepository).
Resolving inheritance for "Mcf\Component\Task\BatchTaskItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Task\BatchTaskItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Task\TaskRepository" (parent: .abstract.instanceof.Mcf\Component\Task\TaskRepository).
Resolving inheritance for "Mcf\Component\Task\TaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Task\TaskRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Webhook\WebhookRepository" (parent: .abstract.instanceof.Mcf\Component\Webhook\WebhookRepository).
Resolving inheritance for "Mcf\Component\Webhook\WebhookRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Webhook\WebhookRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Wishlist\WishlistItemRepository" (parent: .abstract.instanceof.Mcf\Component\Wishlist\WishlistItemRepository).
Resolving inheritance for "Mcf\Component\Wishlist\WishlistItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Wishlist\WishlistItemRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskService" (parent: .abstract.instanceof.Mcf\Component\Task\ScheduledTaskService).
Resolving inheritance for "Mcf\Component\Task\ScheduledTaskService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\TaskService" (parent: .abstract.instanceof.Mcf\Component\Task\TaskService).
Resolving inheritance for "Mcf\Component\Task\TaskService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\TaskService).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Database\Cli\CreateDatabaseCommand" (parent: .abstract.instanceof.Mcf\Core\Database\Cli\CreateDatabaseCommand).
Resolving inheritance for ".instanceof.Mcf\Core\Database\Cli\CreateDatabaseCommand.0.Mcf\Core\Database\Cli\CreateDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Database\Cli\CreateDatabaseCommand).
Resolving inheritance for "Mcf\Core\Database\Cli\CreateDatabaseCommand" (parent: .instanceof.Mcf\Core\Database\Cli\CreateDatabaseCommand.0.Mcf\Core\Database\Cli\CreateDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Database\Cli\DropDatabaseCommand" (parent: .abstract.instanceof.Mcf\Core\Database\Cli\DropDatabaseCommand).
Resolving inheritance for ".instanceof.Mcf\Core\Database\Cli\DropDatabaseCommand.0.Mcf\Core\Database\Cli\DropDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Database\Cli\DropDatabaseCommand).
Resolving inheritance for "Mcf\Core\Database\Cli\DropDatabaseCommand" (parent: .instanceof.Mcf\Core\Database\Cli\DropDatabaseCommand.0.Mcf\Core\Database\Cli\DropDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Migration\Cli\RunMigrationCommand" (parent: .abstract.instanceof.Mcf\Core\Migration\Cli\RunMigrationCommand).
Resolving inheritance for ".instanceof.Mcf\Core\Migration\Cli\RunMigrationCommand.0.Mcf\Core\Migration\Cli\RunMigrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Migration\Cli\RunMigrationCommand).
Resolving inheritance for "Mcf\Core\Migration\Cli\RunMigrationCommand" (parent: .instanceof.Mcf\Core\Migration\Cli\RunMigrationCommand.0.Mcf\Core\Migration\Cli\RunMigrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Setup\Command\SetupShopCommand" (parent: .abstract.instanceof.Mcf\Core\Setup\Command\SetupShopCommand).
Resolving inheritance for ".instanceof.Mcf\Core\Setup\Command\SetupShopCommand.0.Mcf\Core\Setup\Command\SetupShopCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Setup\Command\SetupShopCommand).
Resolving inheritance for "Mcf\Core\Setup\Command\SetupShopCommand" (parent: .instanceof.Mcf\Core\Setup\Command\SetupShopCommand.0.Mcf\Core\Setup\Command\SetupShopCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Core\Flow\Security\FlowSecurityEventSubscriber" (parent: .abstract.instanceof.Mcf\Core\Flow\Security\FlowSecurityEventSubscriber).
Resolving inheritance for "Mcf\Core\Flow\Security\FlowSecurityEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Core\Flow\Security\FlowSecurityEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Migration\MigrationService" (parent: .abstract.instanceof.Mcf\Core\Migration\MigrationService).
Resolving inheritance for "Mcf\Core\Migration\MigrationService" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Migration\MigrationService).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Api\ApiController" (parent: .abstract.instanceof.Mcf\Core\Api\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Api\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Api\ApiController).
Resolving inheritance for "Mcf\Core\Api\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Api\ApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Flow\FlowLoginAzureSsoController" (parent: .abstract.instanceof.Mcf\Core\Flow\FlowLoginAzureSsoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Flow\FlowLoginAzureSsoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Flow\FlowLoginAzureSsoController).
Resolving inheritance for "Mcf\Core\Flow\FlowLoginAzureSsoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Flow\FlowLoginAzureSsoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Flow\FlowLoginController" (parent: .abstract.instanceof.Mcf\Core\Flow\FlowLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Flow\FlowLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Flow\FlowLoginController).
Resolving inheritance for "Mcf\Core\Flow\FlowLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Flow\FlowLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Migration\MigrationMaintenanceController" (parent: .abstract.instanceof.Mcf\Core\Migration\MigrationMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Migration\MigrationMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Migration\MigrationMaintenanceController).
Resolving inheritance for "Mcf\Core\Migration\MigrationMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Migration\MigrationMaintenanceController).
Resolving inheritance for ".instanceof.Mcf\Core\Setup\SetupController.0.Mcf\Core\Setup\SetupController" (parent: .abstract.instanceof.Mcf\Core\Setup\SetupController).
Resolving inheritance for "Mcf\Core\Setup\SetupController" (parent: .instanceof.Mcf\Core\Setup\SetupController.0.Mcf\Core\Setup\SetupController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Core\NewRelic\NewRelicRequestListener" (parent: .abstract.instanceof.Mcf\Core\NewRelic\NewRelicRequestListener).
Resolving inheritance for "Mcf\Core\NewRelic\NewRelicRequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Core\NewRelic\NewRelicRequestListener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController" (parent: .abstract.instanceof.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController).
Resolving inheritance for "Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Extensions\GoogleAnalytics4\GoogleAnalytics4EventSubscriber" (parent: .abstract.instanceof.Mcf\Extensions\GoogleAnalytics4\GoogleAnalytics4EventSubscriber).
Resolving inheritance for "Mcf\Extensions\GoogleAnalytics4\GoogleAnalytics4EventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Extensions\GoogleAnalytics4\GoogleAnalytics4EventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateEventSubscriber" (parent: .abstract.instanceof.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateEventSubscriber).
Resolving inheritance for "Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateEventSubscriber).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateTaskRepository" (parent: .abstract.instanceof.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateTaskRepository).
Resolving inheritance for "Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateTaskRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateTaskRepository).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\Component\Product\AvailabilityNotificationSendRequestedEventSubscriber" (parent: .abstract.instanceof.Mcf\Legacy\Component\Product\AvailabilityNotificationSendRequestedEventSubscriber).
Resolving inheritance for "Mcf\Legacy\Component\Product\AvailabilityNotificationSendRequestedEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\Component\Product\AvailabilityNotificationSendRequestedEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\Component\Product\SendAvailabilitynotificationsWhenStockItemUpdatedEventSubscriber" (parent: .abstract.instanceof.Mcf\Legacy\Component\Product\SendAvailabilitynotificationsWhenStockItemUpdatedEventSubscriber).
Resolving inheritance for "Mcf\Legacy\Component\Product\SendAvailabilitynotificationsWhenStockItemUpdatedEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\Component\Product\SendAvailabilitynotificationsWhenStockItemUpdatedEventSubscriber).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.Mcf\Infrastructure\ConfigCat\ConfigCatCache" (parent: .abstract.instanceof.Mcf\Infrastructure\ConfigCat\ConfigCatCache).
Resolving inheritance for "Mcf\Infrastructure\ConfigCat\ConfigCatCache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.Mcf\Infrastructure\ConfigCat\ConfigCatCache).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductDownloadRepository" (parent: .abstract.instanceof.Mcf\Repository\ProductDownloadRepository).
Resolving inheritance for "Mcf\Repository\ProductDownloadRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductDownloadRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductImageRepository" (parent: .abstract.instanceof.Mcf\Repository\ProductImageRepository).
Resolving inheritance for "Mcf\Repository\ProductImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductMediaLinkRepository" (parent: .abstract.instanceof.Mcf\Repository\ProductMediaLinkRepository).
Resolving inheritance for "Mcf\Repository\ProductMediaLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductMediaLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductRepository" (parent: .abstract.instanceof.Mcf\Repository\ProductRepository).
Resolving inheritance for "Mcf\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductVariationRepository" (parent: .abstract.instanceof.Mcf\Repository\ProductVariationRepository).
Resolving inheritance for "Mcf\Repository\ProductVariationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductVariationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\UserRepository" (parent: .abstract.instanceof.Mcf\Repository\UserRepository).
Resolving inheritance for "Mcf\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\VersionRepository" (parent: .abstract.instanceof.Mcf\Repository\VersionRepository).
Resolving inheritance for "Mcf\Repository\VersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\VersionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\VisibilityRepository" (parent: .abstract.instanceof.Mcf\Repository\VisibilityRepository).
Resolving inheritance for "Mcf\Repository\VisibilityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\VisibilityRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Flow\Controller\AbstractController" (parent: .abstract.instanceof.Mcf\Flow\Controller\AbstractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Flow\Controller\AbstractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Flow\Controller\AbstractController).
Resolving inheritance for "Mcf\Flow\Controller\AbstractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Flow\Controller\AbstractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Flow\Controller\Product\GiftCardProductController" (parent: .abstract.instanceof.Mcf\Flow\Controller\Product\GiftCardProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Flow\Controller\Product\GiftCardProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Flow\Controller\Product\GiftCardProductController).
Resolving inheritance for "Mcf\Flow\Controller\Product\GiftCardProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Flow\Controller\Product\GiftCardProductController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\EventListener\InvalidateCachesOnLegacyModelUpdatedEventSubscriber" (parent: .abstract.instanceof.Mcf\Legacy\EventListener\InvalidateCachesOnLegacyModelUpdatedEventSubscriber).
Resolving inheritance for "Mcf\Legacy\EventListener\InvalidateCachesOnLegacyModelUpdatedEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\EventListener\InvalidateCachesOnLegacyModelUpdatedEventSubscriber).
Resolving inheritance for ".instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener" (parent: .abstract.instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener).
Resolving inheritance for "Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener" (parent: .instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener).
Resolving inheritance for ".instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener" (parent: .abstract.instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener).
Resolving inheritance for "Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener" (parent: .instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener).
Resolving inheritance for ".instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener" (parent: .abstract.instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener).
Resolving inheritance for "Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener" (parent: .instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener).
Resolving inheritance for ".instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber" (parent: .abstract.instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber).
Resolving inheritance for "Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber" (parent: .instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.Mcf\Legacy\EnvironmentVariableProcessor" (parent: .abstract.instanceof.Mcf\Legacy\EnvironmentVariableProcessor).
Resolving inheritance for "Mcf\Legacy\EnvironmentVariableProcessor" (parent: .instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.Mcf\Legacy\EnvironmentVariableProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Product\GiftCard\Form\GiftCardProductType" (parent: .abstract.instanceof.Mcf\Flow\Product\GiftCard\Form\GiftCardProductType).
Resolving inheritance for "Mcf\Flow\Product\GiftCard\Form\GiftCardProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Product\GiftCard\Form\GiftCardProductType).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Flow\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.Mcf\Flow\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "Mcf\Flow\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Flow\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Flow\EventSubscriber\UserLocaleSubscriber" (parent: .abstract.instanceof.Mcf\Flow\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for "Mcf\Flow\EventSubscriber\UserLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Flow\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\AppExtension" (parent: .abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\AppExtension).
Resolving inheritance for "Mcf\Flow\Common\View\Twig\Extension\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\CacheExtension" (parent: .abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\CacheExtension).
Resolving inheritance for "Mcf\Flow\Common\View\Twig\Extension\CacheExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\CacheExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\FeatureConfigExtension" (parent: .abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\FeatureConfigExtension).
Resolving inheritance for "Mcf\Flow\Common\View\Twig\Extension\FeatureConfigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\FeatureConfigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\SvgExtension" (parent: .abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\SvgExtension).
Resolving inheritance for "Mcf\Flow\Common\View\Twig\Extension\SvgExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\SvgExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\TranslationExtension" (parent: .abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\TranslationExtension).
Resolving inheritance for "Mcf\Flow\Common\View\Twig\Extension\TranslationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\TranslationExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ChoiceType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\ChoiceType).
Resolving inheritance for "Mcf\Flow\Common\Form\ChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ColorType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\ColorType).
Resolving inheritance for "Mcf\Flow\Common\Form\ColorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ColorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\DateType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\DateType).
Resolving inheritance for "Mcf\Flow\Common\Form\DateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\DateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\GroupType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\GroupType).
Resolving inheritance for "Mcf\Flow\Common\Form\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\HtmlMarkupType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\HtmlMarkupType).
Resolving inheritance for "Mcf\Flow\Common\Form\HtmlMarkupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\HtmlMarkupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ImageType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\ImageType).
Resolving inheritance for "Mcf\Flow\Common\Form\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\InlineGroupType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\InlineGroupType).
Resolving inheritance for "Mcf\Flow\Common\Form\InlineGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\InlineGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyImageType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\LegacyImageType).
Resolving inheritance for "Mcf\Flow\Common\Form\LegacyImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyMoneyType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\LegacyMoneyType).
Resolving inheritance for "Mcf\Flow\Common\Form\LegacyMoneyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyMoneyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyRichContentType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\LegacyRichContentType).
Resolving inheritance for "Mcf\Flow\Common\Form\LegacyRichContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyRichContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyVisibilitiesType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\LegacyVisibilitiesType).
Resolving inheritance for "Mcf\Flow\Common\Form\LegacyVisibilitiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyVisibilitiesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyWeightType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\LegacyWeightType).
Resolving inheritance for "Mcf\Flow\Common\Form\LegacyWeightType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyWeightType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MoneyType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\MoneyType).
Resolving inheritance for "Mcf\Flow\Common\Form\MoneyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MoneyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MultilangType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\MultilangType).
Resolving inheritance for "Mcf\Flow\Common\Form\MultilangType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MultilangType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MultiselectType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\MultiselectType).
Resolving inheritance for "Mcf\Flow\Common\Form\MultiselectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MultiselectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\NumberWithSuffixType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\NumberWithSuffixType).
Resolving inheritance for "Mcf\Flow\Common\Form\NumberWithSuffixType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\NumberWithSuffixType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\PercentType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\PercentType).
Resolving inheritance for "Mcf\Flow\Common\Form\PercentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\PercentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\RangeSliderType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\RangeSliderType).
Resolving inheritance for "Mcf\Flow\Common\Form\RangeSliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\RangeSliderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\RichContentType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\RichContentType).
Resolving inheritance for "Mcf\Flow\Common\Form\RichContentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\RichContentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\SeoType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\SeoType).
Resolving inheritance for "Mcf\Flow\Common\Form\SeoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\SeoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ToggleFieldsType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\ToggleFieldsType).
Resolving inheritance for "Mcf\Flow\Common\Form\ToggleFieldsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ToggleFieldsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\VisibilitiesType" (parent: .abstract.instanceof.Mcf\Flow\Common\Form\VisibilitiesType).
Resolving inheritance for "Mcf\Flow\Common\Form\VisibilitiesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\VisibilitiesType).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" (parent: .abstract.instanceof.Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver).
Resolving inheritance for "Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.app" (parent: default_cache_pool).
Resolving inheritance for "cache.app" (parent: cache.adapter.array).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_flow" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_flow" (parent: assets.path_package).
Resolving inheritance for "assets._version_shop" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_shop" (parent: assets.path_package).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.rate_limiter" (parent: cache.adapter.array).
Resolving inheritance for "cache.rate_limiter" (parent: cache.adapter.redis).
Resolving inheritance for "default_cache_pool" (parent: cache.adapter.array).
Resolving inheritance for "default_cache_pool" (parent: cache.adapter.redis).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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 "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.api_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.flow_chain_user_provider" (parent: security.user.provider.chain).
Resolving inheritance for "security.user.provider.concrete.flow_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.flow_root_user_provider" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.user.provider.concrete.flow_azure_sso_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.azure_sso" (parent: security.firewall.config).
Resolving inheritance for "security.listener.azure_sso.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.azure_sso" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.azure_sso" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.azure_sso" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.azure_sso" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.azure_sso" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.azure_sso" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.pos" (parent: security.firewall.config).
Resolving inheritance for "security.listener.pos.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.pos" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.form_login.pos" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.pos.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.pos.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.pos" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.pos" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.pos" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.pos" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.pos" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.flow" (parent: security.firewall.config).
Resolving inheritance for "security.listener.flow.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.flow" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.flow" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.flow" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.flow" (parent: security.logout.listener.session).
Resolving inheritance for "security.firewall_config.two_factor.flow" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.flow" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.flow" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.flow" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.flow" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.flow" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.flow" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.flow" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.flow" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.flow" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "limiter._login_local_flow" (parent: limiter).
Resolving inheritance for "limiter._login_global_flow" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.flow" (parent: security.listener.login_throttling).
Resolving inheritance for "security.authenticator.form_login.flow" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.flow.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.flow.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.flow" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.flow" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.flow" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.flow" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.flow" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.flow" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.flow" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.flow" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.flow" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.flow" (parent: security.firewall.lazy_context).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for "Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber" (parent: .instanceof.Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber).
Resolving inheritance for ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for "Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber" (parent: .instanceof.Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber).
Resolving inheritance for ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for "Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber" (parent: .instanceof.Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber).
Resolving inheritance for ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for "Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber" (parent: .instanceof.Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber).
Resolving inheritance for ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for "Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber" (parent: .instanceof.Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber).
Resolving inheritance for ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for "Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber" (parent: .instanceof.Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber).
Resolving inheritance for ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for "Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber" (parent: .instanceof.Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber).
Resolving inheritance for ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for "Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber" (parent: .instanceof.Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Tiime\NewRelicBundle\Command\NotifyDeploymentCommand" (parent: .abstract.instanceof.Tiime\NewRelicBundle\Command\NotifyDeploymentCommand).
Resolving inheritance for "Tiime\NewRelicBundle\Command\NotifyDeploymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Tiime\NewRelicBundle\Command\NotifyDeploymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\RequestListener" (parent: .abstract.instanceof.Tiime\NewRelicBundle\Listener\RequestListener).
Resolving inheritance for "Tiime\NewRelicBundle\Listener\RequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\RequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\ResponseListener" (parent: .abstract.instanceof.Tiime\NewRelicBundle\Listener\ResponseListener).
Resolving inheritance for "Tiime\NewRelicBundle\Listener\ResponseListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\ResponseListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\CommandListener" (parent: .abstract.instanceof.Tiime\NewRelicBundle\Listener\CommandListener).
Resolving inheritance for "Tiime\NewRelicBundle\Listener\CommandListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\CommandListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\ExceptionListener" (parent: .abstract.instanceof.Tiime\NewRelicBundle\Listener\ExceptionListener).
Resolving inheritance for "Tiime\NewRelicBundle\Listener\ExceptionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\ExceptionListener).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Tiime\NewRelicBundle\Twig\NewRelicExtension" (parent: .abstract.instanceof.Tiime\NewRelicBundle\Twig\NewRelicExtension).
Resolving inheritance for "Tiime\NewRelicBundle\Twig\NewRelicExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Tiime\NewRelicBundle\Twig\NewRelicExtension).
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 "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 "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
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.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.api" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_log" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mycashflow" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payment" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.privacy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mcf_security" (parent: monolog.logger_prototype).
9
Removing service-argument resolver for controller "Mcf\Component\Customer\CustomerApiController::delete": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mcf\Component\Customer\CustomerApiController::show": no corresponding services exist for the referenced types.
Removing method "setEntityManager" of service "Mcf\Component\Inventory\Api\StockApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "Mcf\Component\Inventory\Api\StockChangesApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setEntityManager" of service "Mcf\Component\Inventory\StockItemNotificationsApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing service-argument resolver for controller "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController::simulate": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController::simulatePeriod": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Mcf\Component\Task\TaskController::run": no corresponding services exist for the referenced types.
Removing method "setEntityManager" of service "Mcf\Core\Api\ApiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
296
Removed service "Mcf\Component\Account\AccountServiceInterface"; reason: private alias.
Removed service "Mcf\Common\FeatureConfigInterface"; reason: private alias.
Removed service "Mcf\Component\GoogleRecommendationsAi\BigQueryClientInterface"; reason: private alias.
Removed service "Mcf\Infrastructure\Cache\CacheInterface"; reason: private alias.
Removed service "MyCashflow\Cache\CacheInterface"; reason: private alias.
Removed service "Mcf\Legacy\LegacySettingsInterface"; reason: private alias.
Removed service "Mcf\Legacy\LegacyConfigInterface"; reason: private alias.
Removed service "Mcf\Legacy\Logging\LegacyLoggerInterface"; reason: private alias.
Removed service "MyCashflow\Database\DatabaseInterface"; reason: private alias.
Removed service "Mcf\Component\Customer\VatCheckInterface"; reason: private alias.
Removed service "Mcf\Core\ShopUrlServiceInterface"; 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.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "Exercise\HTMLPurifierBundle\HTMLPurifiersRegistryInterface"; reason: private alias.
Removed service "HTMLPurifier"; 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 "scheb_two_factor.code_reuse_cache"; 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\DependencyInjection\ServicesResetterInterface"; 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 "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; 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\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $flow.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $flowPackage"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $shop.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $shopPackage"; 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.uri_template_expander"; 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 "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $default_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $defaultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $default_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $defaultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $default_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $defaultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $default_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $defaultCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; 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\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.azure_sso"; reason: private alias.
Removed service "security.user_checker.azure_sso"; reason: private alias.
Removed service "security.authentication.session_strategy.pos"; reason: private alias.
Removed service "security.user_checker.pos"; reason: private alias.
Removed service "security.authentication.session_strategy.flow"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_flow.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalFlowLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_flow.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalFlowLimiter"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.flow"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\AzureClient"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $data_lake.storage.gcloud"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $dataLakeStorageGcloud"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $data_lake.storage.gcloud"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $dataLakeStorageGcloud"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $data_lake.storage.gcloud"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $dataLakeStorageGcloud"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $data_lake.storage.local"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $dataLakeStorageLocal"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $data_lake.storage.local"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $dataLakeStorageLocal"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $data_lake.storage.local"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $dataLakeStorageLocal"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $data_lake.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $dataLakeStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $data_lake.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $dataLakeStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $data_lake.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $dataLakeStorage"; reason: private alias.
Removed service "Miets\DoctrineBehaviors\Contract\Provider\LocaleProviderInterface"; reason: private alias.
Removed service "Miets\DoctrineBehaviors\Contract\Provider\UserProviderInterface"; reason: private alias.
Removed service "Tiime\NewRelicBundle\NewRelic\NewRelicInteractorInterface"; reason: private alias.
Removed service "Tiime\NewRelicBundle\TransactionNamingStrategy\TransactionNamingStrategyInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $apiLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_logLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpLogLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mycashflowLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $paymentLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $privacyLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mcf_securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mcfSecurityLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "flysystem.adapter.gcloud.visibility.portable"; reason: private alias.
Removed service "flysystem.adapter.gcloud.visibility.uniform"; reason: private alias.
Removed service ".service_locator.q6rKGBk"; reason: private alias.
Removed service ".service_locator..PcVFM5"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "Mcf\Common\FeatureConfig"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.azure_sso"; reason: private alias.
Removed service "security.firewall.authenticator.pos"; reason: private alias.
Removed service "security.firewall.authenticator.flow"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.azure_sso"; reason: private alias.
Removed service "security.event_dispatcher.pos"; reason: private alias.
Removed service "security.event_dispatcher.flow"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.6GvJORu"; reason: private alias.
Removed service ".service_locator.eq9JAep"; reason: private alias.
Removed service ".service_locator.CENJcFV"; reason: private alias.
Removed service ".service_locator.Yf.GpH."; reason: private alias.
Removed service ".service_locator.huxkdD9"; reason: private alias.
Removed service ".service_locator.1MMnuF7"; reason: private alias.
Removed service ".service_locator.aM1k4Wi"; reason: private alias.
Removed service ".service_locator.LV0rT1U"; reason: private alias.
Removed service ".service_locator.Vw4OWzt"; reason: private alias.
Removed service ".service_locator.jrgpWQh"; reason: private alias.
Removed service ".service_locator.AoqUkU2"; reason: private alias.
Removed service ".service_locator.g2oLQeu"; reason: private alias.
Removed service ".service_locator.MJG1JI4"; reason: private alias.
Removed service ".service_locator.ZfdiNoj"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.C0wsU03"; reason: private alias.
Removed service ".service_locator.rfR4YfL"; reason: private alias.
Removed service ".service_locator.rU2VBJi"; reason: private alias.
Removed service ".service_locator.fx0m2H1"; reason: private alias.
Removed service ".service_locator.1CnMtQa"; reason: private alias.
Removed service ".service_locator.lciVSuP"; reason: private alias.
Removed service ".service_locator.EOJPhoP"; reason: private alias.
Removed service ".service_locator.D2Yx0UE"; reason: private alias.
Removed service ".service_locator.OGryoM0"; reason: private alias.
Removed service ".service_locator.cKBoJRv"; reason: private alias.
Removed service ".service_locator.eXvgQuZ"; reason: private alias.
Removed service ".service_locator.iiSRFiS"; reason: private alias.
Removed service ".service_locator.VsniGE2"; reason: private alias.
Removed service ".service_locator.ufYnrcN"; reason: private alias.
Removed service ".service_locator.E0gElZ9"; reason: private alias.
Removed service ".service_locator.Hp8tOfy"; reason: private alias.
Removed service ".service_locator.U8W1WI_"; reason: private alias.
Removed service ".service_locator.4FYCKJw"; reason: private alias.
Removed service ".service_locator.34GyTYM"; reason: private alias.
Removed service ".service_locator.qeh296r"; reason: private alias.
Removed service ".service_locator..2Fme5Y"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.IOv._MO"; reason: private alias.
Removed service ".service_locator.nGC_Yrc"; reason: private alias.
Removed service ".service_locator.a4KkEU7"; reason: private alias.
Removed service ".service_locator.1_aCHL7"; reason: private alias.
Removed service ".service_locator.idwJ8ux"; reason: private alias.
Removed service ".service_locator.cq.TKQX"; reason: private alias.
Removed service ".service_locator.JGQPwcJ"; reason: private alias.
Removed service ".service_locator.VFdds_h"; reason: private alias.
Removed service ".service_locator.aIdHpl7"; reason: private alias.
Removed service ".service_locator.2AK6IRX"; reason: private alias.
126
Changed reference of service "Mcf\Component\AdditionalService\Flow\AdditionalServiceController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Campaign\Flow\CampaignController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Email\Flow\EmailSettingsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Inventory\Flow\StockHistoryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Inventory\Flow\StockHistoryController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Pos\Flow\ToggleViewController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Product\Flow\ProductStockFlowController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\ProductReview\ProductReviewController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\User\UserFlowController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\User\UserTwoFactorController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\LoyaltyProgram\Flow\Membership\JoinMembershipFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Pos\Flow\PosDrawerTransactionFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Customer\CustomerRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Campaign\CampaignService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Customer\CustomerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Customer\NewPosCustomerService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Email\Flow\EmailSettingsService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Inventory\Counting\InventoryCountingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Inventory\Flow\InventoryOperationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Inventory\StockItemService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Inventory\StockLocationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramInfoViewService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\LoyaltyProgram\LoyaltyProgramContentPagesService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\LoyaltyProgram\LoyaltyProgramService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\LoyaltyProgram\LoyaltyProgramService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Order\OrderUserService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Pos\Report\PrintReportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Pos\Report\ReportViewService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\Pricing\PriceListService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Printing\PrintingService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Product\ProductPriceUpdateService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\ProductReview\ProductReviewService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\Report\ReportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\User\UserViewService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Component\User\UserViewService" previously pointing to "router.default" to "router".
Changed reference of service "Mcf\Component\Wishlist\WishlistService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Component\ProductFeed\ProductFeedTaskHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Core\Flow\Security\FlowSecurityEventSubscriber" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Core\Entity\EntityTranslationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Core\Extension\ExtensionService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Core\Flow\View\FlashMessageService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Core\Localization\LocalizationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Core\Routing\UrlGeneratorService" previously pointing to "router.default" to "router".
Changed reference of service "Mcf\Legacy\Component\Order\OrderReceiptFactoryService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Legacy\LegacyInterfaceInitializationService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Legacy\LegacyInterfaceInitializationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Legacy\Component\Payment\PaymentRefreshTaskHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Legacy\Component\ProductReview\ProductReviewRequestTaskHandler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Flow\Controller\Product\GiftCardProductController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Mcf\Flow\EventSubscriber\LocaleSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Flow\Common\Form\ChoiceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Flow\Common\Form\ColorType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Flow\Common\Form\RichContentType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mcf\Visibility\Service\InvalidateVisibilityCache" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.flow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.flow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.flow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Miets\DoctrineBehaviors\Provider\LocaleProvider" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.PUkuAdo" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.PUkuAdo" previously pointing to "translator.data_collector" to "translator".
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 ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator._TgVa4U" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._TgVa4U" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.qDHoGAU" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
749
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 "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 "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 "serializer.name_converter.metadata_aware.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\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\CharsetValidator"; 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\MacAddressValidator"; 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\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "maker.auto_command.abstract"; 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 "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_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "Miets\DoctrineBehaviors\Bundle"; reason: abstract.
Removed service "Miets\DoctrineBehaviors\DoctrineBehaviorsBundle"; reason: abstract.
Removed service "Miets\DoctrineBehaviors\Exception"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Entity\UniqueVersionUrlValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Entity\UniqueVersionUrlValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\AdditionalService\Flow\AdditionalServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\AdditionalService\Flow\AdditionalServiceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\AdditionalService\Flow\AdditionalServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\CampaignController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\Flow\CampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\CampaignProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\CampaignProductController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\Flow\CampaignProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Cart\FlowCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Cart\FlowCartController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Cart\FlowCartController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Common\FeatureConfigMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Common\FeatureConfigMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Common\FeatureConfigMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Customer\CustomerApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Customer\CustomerApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\CustomerApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Customer\Flow\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Customer\Flow\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\Flow\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\DataLake\DataLakeMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\DataLake\DataLakeMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\DataLake\DataLakeMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\Flow\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ElectronicShelfLabel\Flow\LinkController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElectronicShelfLabel\Flow\LinkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Email\EmailMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Email\EmailMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Email\EmailMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Email\Flow\EmailSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Email\Flow\EmailSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Email\Flow\EmailSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Image\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Image\ImageController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Image\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Api\StockApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockChangesApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockChangesApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Api\StockChangesApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Api\StockItemApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Api\StockItemApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Api\StockItemApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Counting\InventoryCountingController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Counting\InventoryCountingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\InventoryOperationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\InventoryOperationsController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Flow\InventoryOperationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Flow\StockHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockHistoryProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockHistoryProductsController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Flow\StockHistoryProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Inventory\StockItemNotificationsApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Inventory\StockItemNotificationsApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\StockItemNotificationsApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Order\Search\OrderSearchParametersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Order\Search\OrderSearchParametersController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Order\Search\OrderSearchParametersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Flow\ToggleViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Flow\ToggleViewController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\Flow\ToggleViewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Location\PosLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Location\PosLocationController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\Location\PosLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\QuickActions\QuickActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\QuickActions\QuickActionsController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\QuickActions\QuickActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Pos\Report\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Pos\Report\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\Report\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Printing\PrinterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Printing\PrinterController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Printing\PrinterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Printing\PrinterMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Printing\PrinterMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Printing\PrinterMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Product\Flow\ProductStockFlowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Product\Flow\ProductStockFlowController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Product\Flow\ProductStockFlowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\Flow\ProductReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\Flow\ProductReviewController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductReview\Flow\ProductReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\ProductReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\ProductReviewController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductReview\ProductReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\ProductReview\ProductReviewMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\ProductReview\ProductReviewMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductReview\ProductReviewMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Redirect\RedirectApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Redirect\RedirectApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Redirect\RedirectApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Report\Embeddable\EmbeddableReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Report\Embeddable\EmbeddableReportController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Report\Embeddable\EmbeddableReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\StaticFile\StaticFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\StaticFile\StaticFileController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\StaticFile\StaticFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Task\ScheduledTaskApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Task\ScheduledTaskApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Task\ScheduledTaskMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Task\ScheduledTaskMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Urn\UrnController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Urn\UrnController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Urn\UrnController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserFlowController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserFlowController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\User\UserFlowController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\User\UserMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserPinCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserPinCodeController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\User\UserPinCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserPinCodeLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserPinCodeLoginController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\User\UserPinCodeLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\User\UserTwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\User\UserTwoFactorController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\User\UserTwoFactorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Version\Flow\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Component\Version\Flow\VersionController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Version\Flow\VersionController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Account\EventListener\RefreshProductUsageOnVisibilitiesChangedEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Account\EventListener\RefreshProductUsageOnVisibilitiesChangedEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Analytics\AmplitudeEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Analytics\AmplitudeEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\CampaignMonitor\CampaignMonitorEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\CampaignMonitor\CampaignMonitorEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Conversion\ConversionEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Conversion\ConversionEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\CustobarTracking\CustobarTrackingEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\CustobarTracking\CustobarTrackingEventSubscriber"; reason: abstract.
Removed service ".instanceof.Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber.0.Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\DataLake\DataLakeDoctrineEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\DataLake\DataLakeEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\DataLake\DataLakeEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElasticAppSearch\ElasticAppSearchEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchIndexingEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElasticAppSearch\ElasticAppSearchIndexingEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElasticAppSearch\ElasticAppSearchMigrationEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElasticAppSearch\ElasticAppSearchMigrationEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ElectronicShelfLabel\EwqSyncEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElectronicShelfLabel\EwqSyncEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Flow\EventListener\OrderChangedToOpenStateEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Flow\EventListener\OrderChangedToOpenStateEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Flow\EventListener\ProductReviewChangedToNewStateEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Flow\EventListener\ProductReviewChangedToNewStateEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsCustomerEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsCustomerEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsProductEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsProductEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleRecommendationsVisibilityEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleRecommendationsVisibilityEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\GoogleTracking\GoogleTrackingEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\GoogleTracking\GoogleTrackingEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\MetaTracking\MetaTrackingEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\MetaTracking\MetaTrackingEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductFeed\FacebookEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductFeed\FacebookEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductFeed\ProductFeedTaskEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductFeed\ProductFeedTaskEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\ProductSearch\EventListener\RefreshSortByNameOnProductUpdatedEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductSearch\EventListener\RefreshSortByNameOnProductUpdatedEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\Webhook\WebhookEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Webhook\WebhookEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Banners\BannerFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Banners\BannerFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\BuyXGetYFreeFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\Flow\BuyXGetYFreeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\CampaignDiscountCodeFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\Flow\DiscountCodes\CampaignDiscountCodeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Campaign\Flow\ShippingCampaignFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\Flow\ShippingCampaignFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Common\FeatureConfigOverrideFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Common\FeatureConfigOverrideFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Customer\Flow\CustomerFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\Flow\CustomerFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Counting\InventoryCountingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Flow\InventoryOperationFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Flow\InventoryOperationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\Flow\InventoryTransferFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Flow\InventoryTransferFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Inventory\StockLocationsFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\StockLocationsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\JoinMembershipFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\Membership\JoinMembershipFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\Membership\MembershipPointsFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\Membership\MembershipPointsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\LoyaltyProgram\Flow\RewardDiscountCodeRuleFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\Flow\RewardDiscountCodeRuleFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Pos\Flow\PosDrawerTransactionFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\Flow\PosDrawerTransactionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Pos\QuickActions\Discount\DiscountQuickActionFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\QuickActions\Discount\DiscountQuickActionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Printing\PrinterMaintenanceFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Printing\PrinterMaintenanceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Product\Flow\StockFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Product\Flow\StockFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\ProductReview\Flow\ProductReviewSettingsFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductReview\Flow\ProductReviewSettingsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableDashboardFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableDashboardFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableSettingsFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableSettingsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Component\Version\Flow\PosVersionFormType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Version\Flow\PosVersionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Component\DeviceDetection\BotDetectionListener"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\DeviceDetection\BotDetectionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\CampaignProductQuantityValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\CampaignProductQuantityValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\SameShippingCampaignTargetsValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\SameShippingCampaignTargetsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueCampaignCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\UniqueCampaignCodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueProductsValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\UniqueProductsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Campaign\UniqueShippingCampaignCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\UniqueShippingCampaignCodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidCustomerExternalIdValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\ValidCustomerExternalIdValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidEinvoiceAddressValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\ValidEinvoiceAddressValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidPhoneNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\ValidPhoneNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidPostalCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\ValidPostalCodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Customer\ValidVatCodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\ValidVatCodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Inventory\Validation\UniqueBarcodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Validation\UniqueBarcodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\ProductFeed\ProductFeedTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductFeed\ProductFeedTypeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\Redirect\NoRedirectLoopValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Redirect\NoRedirectLoopValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\User\Validator\PhoneNumberFormatValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\User\Validator\PhoneNumberFormatValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Mcf\Component\User\Validator\UserEmailUniqueValidator"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\User\Validator\UserEmailUniqueValidator"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Banners\BannerGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Banners\BannerGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Banners\BannerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Banners\BannerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Brand\BrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Brand\BrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Campaign\CampaignCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\CampaignCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Campaign\CampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Campaign\CampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Cart\CartCampaignCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Cart\CartCampaignCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Cart\CartRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Cart\CartRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Content\InfoPageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Content\InfoPageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Conversion\ConversionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Conversion\ConversionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerEinvoiceAddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\CustomerEinvoiceAddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerEmailSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\CustomerEmailSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\CustomerGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerGroupVisibilityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\CustomerGroupVisibilityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Customer\CustomerSmsSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Customer\CustomerSmsSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ElectronicShelfLabel\EslLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElectronicShelfLabel\EslLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ElectronicShelfLabel\UpdateQueue\ElectronicShelfLabelUpdateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ElectronicShelfLabel\UpdateQueue\ElectronicShelfLabelUpdateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Email\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Email\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\EventLog\EventRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\EventLog\EventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Counting\InventoryCountingItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\Counting\InventoryCountingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\Counting\InventoryCountingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\InventoryOperationProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\InventoryOperationProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\InventoryOperationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\InventoryOperationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockItemChangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\StockItemChangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\StockItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\StockLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Inventory\StockQuantityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Inventory\StockQuantityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\BlockAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Layout\BlockAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\BlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Layout\BlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Layout\SectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Layout\SectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\LoyaltyProgramRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\LoyaltyProgram\LoyaltyProgramTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\LoyaltyProgram\LoyaltyProgramTaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\MarketingPermissions\MarketingPermissionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\MarketingPermissions\MarketingPermissionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Order\OrderProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Order\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderShipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Order\OrderShipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Order\OrderUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Order\OrderUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Location\PosLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\Location\PosLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\QuickActions\QuickActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\QuickActions\QuickActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Session\PosSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\Session\PosSessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pos\Transaction\PosDrawerTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pos\Transaction\PosDrawerTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Pricing\PriceListRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Pricing\PriceListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductCategoryProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Product\ProductCategoryProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Product\ProductCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Product\ProductSupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Product\ProductSupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductBundle\ProductBundleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductBundle\ProductBundleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductFeed\ProductFeedRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductFeed\ProductFeedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductReview\ProductReviewCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductReview\ProductReviewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ProductReview\ProductReviewRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ProductReview\ProductReviewRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Redirect\RedirectRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Redirect\RedirectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\ShippingMethod\ShippingMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\ShippingMethod\ShippingMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Task\BatchTaskItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Task\BatchTaskItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Task\TaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Task\TaskRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Webhook\WebhookRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Webhook\WebhookRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Component\Wishlist\WishlistItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Wishlist\WishlistItemRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\ScheduledTaskService"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Task\ScheduledTaskService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Component\Task\TaskService"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Component\Task\TaskService"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Database\Cli\CreateDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Mcf\Core\Database\Cli\CreateDatabaseCommand.0.Mcf\Core\Database\Cli\CreateDatabaseCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Database\Cli\CreateDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Database\Cli\DropDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Mcf\Core\Database\Cli\DropDatabaseCommand.0.Mcf\Core\Database\Cli\DropDatabaseCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Database\Cli\DropDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Migration\Cli\RunMigrationCommand"; reason: abstract.
Removed service ".instanceof.Mcf\Core\Migration\Cli\RunMigrationCommand.0.Mcf\Core\Migration\Cli\RunMigrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Migration\Cli\RunMigrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Mcf\Core\Setup\Command\SetupShopCommand"; reason: abstract.
Removed service ".instanceof.Mcf\Core\Setup\Command\SetupShopCommand.0.Mcf\Core\Setup\Command\SetupShopCommand"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Setup\Command\SetupShopCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Core\Flow\Security\FlowSecurityEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Flow\Security\FlowSecurityEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Migration\MigrationService"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Migration\MigrationService"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Api\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Api\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Api\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Flow\FlowLoginAzureSsoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Flow\FlowLoginAzureSsoController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Flow\FlowLoginAzureSsoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Flow\FlowLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Flow\FlowLoginController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Flow\FlowLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Core\Migration\MigrationMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Core\Migration\MigrationMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Migration\MigrationMaintenanceController"; reason: abstract.
Removed service ".instanceof.Mcf\Core\Setup\SetupController.0.Mcf\Core\Setup\SetupController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\Setup\SetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Core\NewRelic\NewRelicRequestListener"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Core\NewRelic\NewRelicRequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Extensions\GoogleAnalytics4\GoogleAnalytics4EventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Extensions\GoogleAnalytics4\GoogleAnalytics4EventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateEventSubscriber"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateTaskRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaUpdateTaskRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\Component\Product\AvailabilityNotificationSendRequestedEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Legacy\Component\Product\AvailabilityNotificationSendRequestedEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\Component\Product\SendAvailabilitynotificationsWhenStockItemUpdatedEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Legacy\Component\Product\SendAvailabilitynotificationsWhenStockItemUpdatedEventSubscriber"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.Mcf\Infrastructure\ConfigCat\ConfigCatCache"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Infrastructure\ConfigCat\ConfigCatCache"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductDownloadRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Repository\ProductDownloadRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Repository\ProductImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductMediaLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Repository\ProductMediaLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\ProductVariationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Repository\ProductVariationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\VersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Repository\VersionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Mcf\Repository\VisibilityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Repository\VisibilityRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Flow\Controller\AbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Flow\Controller\AbstractController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Controller\AbstractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Mcf\Flow\Controller\Product\GiftCardProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Mcf\Flow\Controller\Product\GiftCardProductController"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Controller\Product\GiftCardProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Legacy\EventListener\InvalidateCachesOnLegacyModelUpdatedEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Legacy\EventListener\InvalidateCachesOnLegacyModelUpdatedEventSubscriber"; reason: abstract.
Removed service ".instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateFilteringByAvailabilityOnProductCreatedListener"; reason: abstract.
Removed service ".instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductPriceCacheOnUpdateListener"; reason: abstract.
Removed service ".instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateProductSortingsOnProductChangeListener"; reason: abstract.
Removed service ".instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber.0.Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Infrastructure\Database\EventSubscriber\InvalidateVisibilitiesOnVisibilityChangeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\EnvVarProcessorInterface.0.Mcf\Legacy\EnvironmentVariableProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Legacy\EnvironmentVariableProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Product\GiftCard\Form\GiftCardProductType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Product\GiftCard\Form\GiftCardProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Flow\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Mcf\Flow\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\CacheExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\CacheExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\FeatureConfigExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\FeatureConfigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\SvgExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\SvgExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Mcf\Flow\Common\View\Twig\Extension\TranslationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\View\Twig\Extension\TranslationExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\ChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ColorType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\ColorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\DateType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\DateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\HtmlMarkupType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\HtmlMarkupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ImageType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\ImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\InlineGroupType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\InlineGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyImageType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\LegacyImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyMoneyType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\LegacyMoneyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyRichContentType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\LegacyRichContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyVisibilitiesType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\LegacyVisibilitiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\LegacyWeightType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\LegacyWeightType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MoneyType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\MoneyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MultilangType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\MultilangType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\MultiselectType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\MultiselectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\NumberWithSuffixType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\NumberWithSuffixType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\PercentType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\PercentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\RangeSliderType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\RangeSliderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\RichContentType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\RichContentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\SeoType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\SeoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\ToggleFieldsType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\ToggleFieldsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Mcf\Flow\Common\Form\VisibilitiesType"; reason: abstract.
Removed service ".abstract.instanceof.Mcf\Flow\Common\Form\VisibilitiesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver"; reason: abstract.
Removed service ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\BlameableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\LoggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\SluggableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\SoftDeletableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\TimestampableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\TranslatableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\TreeEventSubscriber"; reason: abstract.
Removed service ".instanceof.Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber.0.Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Miets\DoctrineBehaviors\EventSubscriber\UuidableEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Tiime\NewRelicBundle\Command\NotifyDeploymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.Tiime\NewRelicBundle\Command\NotifyDeploymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\RequestListener"; reason: abstract.
Removed service ".abstract.instanceof.Tiime\NewRelicBundle\Listener\RequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\ResponseListener"; reason: abstract.
Removed service ".abstract.instanceof.Tiime\NewRelicBundle\Listener\ResponseListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\CommandListener"; reason: abstract.
Removed service ".abstract.instanceof.Tiime\NewRelicBundle\Listener\CommandListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Tiime\NewRelicBundle\Listener\ExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.Tiime\NewRelicBundle\Listener\ExceptionListener"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Tiime\NewRelicBundle\Twig\NewRelicExtension"; reason: abstract.
Removed service ".abstract.instanceof.Tiime\NewRelicBundle\Twig\NewRelicExtension"; reason: abstract.
170
Removed service "Monolog\Formatter\LogstashFormatter"; reason: unused.
Removed service "Mcf\Component\Banners\BannerService"; reason: unused.
Removed service "Mcf\Component\CustobarTracking\CustobarTrackingService"; reason: unused.
Removed service "Mcf\Component\Layout\LayoutFormService"; reason: unused.
Removed service "Mcf\Component\MetaTracking\MetaTrackingService"; reason: unused.
Removed service "Mcf\Component\ProductReview\ProductReviewRequestService"; reason: unused.
Removed service "Mcf\Core\Api\ViolationPathMapperService"; reason: unused.
Removed service "Mcf\Core\Session\SessionStorageServiceFactory"; reason: unused.
Removed service "Mcf\Extensions\ReferralCode\ReferralCodeService"; reason: unused.
Removed service "Mcf\Legacy\Component\ProductReview\ProductReviewCleanUpService"; reason: unused.
Removed service "MyCashflow\SessionHandler"; reason: unused.
Removed service "Mcf\Flow\Common\View\Twig\Value\TranslationArgument"; reason: unused.
Removed service "Mcf\Flow\Common\Form\Dto\ImageDto"; reason: unused.
Removed service "Mcf\Flow\Common\Form\Dto\RichContentDto"; reason: unused.
Removed service "Mcf\Flow\Common\Form\Dto\TranslationsDto"; reason: unused.
Removed service "Mcf\Flow\Common\Form\Dto\VisibilitiesDto"; reason: unused.
Removed service "Mcf\Flow\User\Marketing\Value\Contact"; reason: unused.
Removed service "Mcf\Flow\User\Marketing\Value\NewsletterInterest"; reason: unused.
Removed service "Mcf\Flow\User\Marketing\Value\NewsletterMember"; reason: unused.
Removed service "Mcf\Flow\User\Marketing\Value\Subscription"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.orm.entity_value_resolver"; reason: unused.
Removed service "doctrine.orm.entity_value_resolver.expression_language"; 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 "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.native"; 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 "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 "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; 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.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.azure_sso"; reason: unused.
Removed service "security.user_checker.chain.pos"; reason: unused.
Removed service "security.user_checker.chain.flow"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "Tiime\NewRelicBundle\NewRelic\AdaptiveInteractor"; reason: unused.
Removed service "Tiime\NewRelicBundle\NewRelic\LoggingInteractorDecorator"; reason: unused.
Removed service "Tiime\NewRelicBundle\TransactionNamingStrategy\ControllerNamingStrategy"; reason: unused.
Removed service "Tiime\NewRelicBundle\TransactionNamingStrategy\RouteNamingStrategy"; reason: unused.
Removed service ".service_locator.fxTF_s1"; reason: unused.
Removed service ".service_locator.fxTF_s1.Mcf\Component\Customer\CustomerApiController::delete()"; reason: unused.
Removed service ".service_locator.fxTF_s1.Mcf\Component\Customer\CustomerApiController::show()"; reason: unused.
Removed service ".service_locator.egipcEH"; reason: unused.
Removed service ".service_locator.egipcEH.Mcf\Component\Inventory\Api\StockApiController::setEntityManager()"; reason: unused.
Removed service ".service_locator.egipcEH.Mcf\Component\Inventory\Api\StockChangesApiController::setEntityManager()"; reason: unused.
Removed service ".service_locator.egipcEH.Mcf\Component\Inventory\StockItemNotificationsApiController::setEntityManager()"; reason: unused.
Removed service ".service_locator.ckIAtF4"; reason: unused.
Removed service ".service_locator.ckIAtF4.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController::simulate()"; reason: unused.
Removed service ".service_locator.ckIAtF4.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController::simulatePeriod()"; reason: unused.
Removed service ".service_locator.HeSwmuE"; reason: unused.
Removed service ".service_locator.HeSwmuE.Mcf\Component\Task\TaskController::run()"; reason: unused.
Removed service ".service_locator.egipcEH.Mcf\Core\Api\ApiController::setEntityManager()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "League\Flysystem\GoogleCloudStorage\PortableVisibilityHandler"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.PZ0UHmb"; reason: unused.
Removed service ".service_locator.0JufPVf"; reason: unused.
563
Inlined service ".1_MetadataBag~Shg3aq8" to "mcf_session_factory".
Inlined service ".service_locator._TgVa4U.Mcf\Component\AdditionalService\Flow\AdditionalServiceController" to "Mcf\Component\AdditionalService\Flow\AdditionalServiceController".
Inlined service "Mcf\Component\Campaign\UpdateCampaignEnabledService" to "Mcf\Component\Campaign\Flow\CampaignController".
Inlined service "Mcf\Component\Campaign\Flow\CampaignTableViewService" to "Mcf\Component\Campaign\Flow\CampaignController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Campaign\Flow\CampaignController" to "Mcf\Component\Campaign\Flow\CampaignController".
Inlined service "Mcf\Component\Campaign\CampaignProductChangesetService" to "Mcf\Component\Campaign\Flow\CampaignProductController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Campaign\Flow\CampaignProductController" to "Mcf\Component\Campaign\Flow\CampaignProductController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController" to "Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesCampaignController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Cart\FlowCartController" to "Mcf\Component\Cart\FlowCartController".
Inlined service "Mcf\Common\FeatureOverrideWriter" to "Mcf\Component\Common\FeatureConfigMaintenanceController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Common\FeatureConfigMaintenanceController" to "Mcf\Component\Common\FeatureConfigMaintenanceController".
Inlined service "Mcf\Component\CustomAttributes\CustomAttributeService" to "Mcf\Component\CustomAttributes\CustomAttributeApiController".
Inlined service ".service_locator.ZyP9f7K.Mcf\Component\Customer\CustomerApiController" to "Mcf\Component\Customer\CustomerApiController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Customer\Flow\CustomerController" to "Mcf\Component\Customer\Flow\CustomerController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\DataLake\DataLakeMaintenanceController" to "Mcf\Component\DataLake\DataLakeMaintenanceController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController" to "Mcf\Component\Development\Handbook\UserInterfaceComponentExamplesController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController" to "Mcf\Component\ElasticAppSearch\ElasticAppSearchMaintenanceController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController" to "Mcf\Component\ElectronicShelfLabel\EwqMaintenanceController".
Inlined service "Mcf\Component\ElectronicShelfLabel\EslLinkService" to "Mcf\Component\ElectronicShelfLabel\Flow\LinkController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\ElectronicShelfLabel\Flow\LinkController" to "Mcf\Component\ElectronicShelfLabel\Flow\LinkController".
Inlined service "Mcf\Component\Email\Flow\EmailSettingsService" to "Mcf\Component\Email\Flow\EmailSettingsController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Email\Flow\EmailSettingsController" to "Mcf\Component\Email\Flow\EmailSettingsController".
Inlined service "Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\MigrationReadinessCheckService" to "Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController" to "Mcf\Component\GoogleRecommendationsAi\MaintenanceRecommendationsTest\GoogleRecommendationsTestController".
Inlined service "Mcf\Component\Image\ImageService" to "Mcf\Component\Image\ImageController".
Inlined service ".service_locator.ZyP9f7K.Mcf\Component\Image\ImageController" to "Mcf\Component\Image\ImageController".
Inlined service ".service_locator.ZyP9f7K.Mcf\Component\Inventory\Api\StockApiController" to "Mcf\Component\Inventory\Api\StockApiController".
Inlined service ".service_locator.ZyP9f7K.Mcf\Component\Inventory\Api\StockChangesApiController" to "Mcf\Component\Inventory\Api\StockChangesApiController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Inventory\Api\StockItemApiController" to "Mcf\Component\Inventory\Api\StockItemApiController".
Inlined service "Mcf\Component\Inventory\Counting\MassInputParserService" to "Mcf\Component\Inventory\Counting\InventoryCountingController".
Inlined service "Mcf\Component\Inventory\Counting\Flow\ViewFactoryService" to "Mcf\Component\Inventory\Counting\InventoryCountingController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Inventory\Counting\InventoryCountingController" to "Mcf\Component\Inventory\Counting\InventoryCountingController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Inventory\Flow\InventoryOperationsController" to "Mcf\Component\Inventory\Flow\InventoryOperationsController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Inventory\Flow\StockHistoryController" to "Mcf\Component\Inventory\Flow\StockHistoryController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Inventory\Flow\StockHistoryProductsController" to "Mcf\Component\Inventory\Flow\StockHistoryProductsController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController" to "Mcf\Component\Inventory\Flow\StockLocationsMaintenanceController".
Inlined service "Mcf\Component\Inventory\PurchaseOrder\Flow\ViewActionService" to "Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController" to "Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController".
Inlined service ".service_locator.ZyP9f7K.Mcf\Component\Inventory\StockItemNotificationsApiController" to "Mcf\Component\Inventory\StockItemNotificationsApiController".
Inlined service "Mcf\Component\LoyaltyProgram\CancelLoyaltyProgramService" to "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController" to "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramExtensionController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController" to "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController".
Inlined service "Mcf\Component\LoyaltyProgram\Flow\Simulation\SimulationService" to "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController" to "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsSimulationController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController" to "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSimulationMaintenanceController".
Inlined service "Mcf\Component\LoyaltyProgram\Flow\Membership\MemberTransactionViewTransformerService" to "Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController" to "Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Order\Search\OrderSearchParametersController" to "Mcf\Component\Order\Search\OrderSearchParametersController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController" to "Mcf\Component\Payment\MyCashflowPayments\MyCashflowPaymentsMaintenanceController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Pos\Flow\ToggleViewController" to "Mcf\Component\Pos\Flow\ToggleViewController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Pos\Location\PosLocationController" to "Mcf\Component\Pos\Location\PosLocationController".
Inlined service "Mcf\Component\Pos\QuickActions\QuickActionService" to "Mcf\Component\Pos\QuickActions\QuickActionsController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Pos\QuickActions\QuickActionsController" to "Mcf\Component\Pos\QuickActions\QuickActionsController".
Inlined service "Mcf\Core\PDF\PdfGeneratorService" to "Mcf\Component\Pos\Report\ReportController".
Inlined service "Mcf\Component\Pos\Report\ReportViewService" to "Mcf\Component\Pos\Report\ReportController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Pos\Report\ReportController" to "Mcf\Component\Pos\Report\ReportController".
Inlined service "Mcf\Component\Pricing\PriceListService" to "Mcf\Component\Pricing\PriceListApiController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Printing\PrinterController" to "Mcf\Component\Printing\PrinterController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Printing\PrinterMaintenanceController" to "Mcf\Component\Printing\PrinterMaintenanceController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Product\Flow\ProductStockFlowController" to "Mcf\Component\Product\Flow\ProductStockFlowController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Product\GenaiTranslation\GenaiTranslationController" to "Mcf\Component\Product\GenaiTranslation\GenaiTranslationController".
Inlined service "Mcf\Component\Product\ProductPriceUpdateService" to "Mcf\Component\Product\ProductPricesApiController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\ProductReview\Flow\ProductReviewController" to "Mcf\Component\ProductReview\Flow\ProductReviewController".
Inlined service "Mcf\Component\MarketingPermissions\MarketingPermissionsService" to "Mcf\Component\ProductReview\ProductReviewController".
Inlined service ".service_locator.ZyP9f7K.Mcf\Component\ProductReview\ProductReviewController" to "Mcf\Component\ProductReview\ProductReviewController".
Inlined service ".service_locator.ZyP9f7K.Mcf\Component\ProductReview\ProductReviewMaintenanceController" to "Mcf\Component\ProductReview\ProductReviewMaintenanceController".
Inlined service "Mcf\Component\Redirect\RedirectService" to "Mcf\Component\Redirect\RedirectApiController".
Inlined service ".service_locator.ZyP9f7K.Mcf\Component\Redirect\RedirectApiController" to "Mcf\Component\Redirect\RedirectApiController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Report\Embeddable\EmbeddableReportController" to "Mcf\Component\Report\Embeddable\EmbeddableReportController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController" to "Mcf\Component\Report\Embeddable\Maintenance\EmbeddableMaintenanceController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\StaticFile\StaticFileController" to "Mcf\Component\StaticFile\StaticFileController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Task\ScheduledTaskApiController" to "Mcf\Component\Task\ScheduledTaskApiController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Task\ScheduledTaskMaintenanceController" to "Mcf\Component\Task\ScheduledTaskMaintenanceController".
Inlined service "Mcf\Component\Urn\ResourceResolverService" to "Mcf\Component\Urn\UrnController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Urn\UrnController" to "Mcf\Component\Urn\UrnController".
Inlined service "Mcf\Component\User\UserPasswordService" to "Mcf\Component\User\UserFlowController".
Inlined service "Mcf\Component\User\UserProfileService" to "Mcf\Component\User\UserFlowController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\User\UserFlowController" to "Mcf\Component\User\UserFlowController".
Inlined service "Mcf\Component\QrCode\QrCodeService" to "Mcf\Component\User\UserTwoFactorController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\User\UserTwoFactorController" to "Mcf\Component\User\UserTwoFactorController".
Inlined service ".service_locator._TgVa4U.Mcf\Component\Version\Flow\VersionController" to "Mcf\Component\Version\Flow\VersionController".
Inlined service "Mcf\Component\CampaignMonitor\CampaignMonitorTaskService" to "Mcf\Component\CampaignMonitor\CampaignMonitorEventSubscriber".
Inlined service "Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleCustomerEventTaskService" to "Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsCustomerEventSubscriber".
Inlined service "Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleRecommendationsTaskService" to "Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsProductEventSubscriber".
Inlined service "Mcf\Component\GoogleRecommendationsAi\TaskManagement\GoogleRecommendationsVisibilityService" to "Mcf\Component\GoogleRecommendationsAi\Subscriber\GoogleRecommendationsProductEventSubscriber".
Inlined service "Mcf\Component\LoyaltyProgram\Rule\AccruePointsForDeliveredOrdersRuleService" to "Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber".
Inlined service "Mcf\Component\LoyaltyProgram\Rule\EarnPointsForProductReviewRuleService" to "Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber".
Inlined service "Mcf\Component\LoyaltyProgram\LoyaltyProgramLogger" to "Mcf\Component\LoyaltyProgram\LoyaltyProgramEventSubscriber".
Inlined service "Mcf\Legacy\Component\ProductFeed\ProductFeedGeneratorService" to "Mcf\Component\ProductFeed\ProductFeedTaskEventSubscriber".
Inlined service "Mcf\Extensions\CurrencyConverter\CurrencyConverterService" to "Mcf\Component\Customer\Flow\CustomerFormType".
Inlined service "Mcf\Component\ShippingMethod\ShippingCountriesService" to "Mcf\Component\Customer\Flow\CustomerFormType".
Inlined service "Mcf\Component\Content\InfoPageIndexService" to "Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramSettingsFormType".
Inlined service "Mcf\Component\DeviceDetection\BrowserDetectorService" to "Mcf\Component\DeviceDetection\BotDetectionListener".
Inlined service "Mcf\Component\DeviceDetection\FakeBrowserDetectorService" to "Mcf\Component\DeviceDetection\BotDetectionListener".
Inlined service "VATChecker" to "Mcf\Component\Customer\ValidVatCodeValidator".
Inlined service "Mcf\Component\Account\ChargebeeService" to "Mcf\Component\Account\AccountService".
Inlined service "Mcf\Component\Account\IlmapuntariService" to "Mcf\Component\Account\AccountService".
Inlined service "Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodeViewTransformerService" to "Mcf\Component\Campaign\Flow\DiscountCodes\DiscountCodesTableViewService".
Inlined service "Mcf\Component\CampaignMonitor\CampaignMonitorLogger" to "Mcf\Component\CampaignMonitor\CampaignMonitorService".
Inlined service "Mcf\Component\DataLake\DataLakeStorageService" to "Mcf\Component\DataLake\DataLakeService".
Inlined service "Mcf\Component\DataLake\DataLakeLogger" to "Mcf\Component\DataLake\DataLakeService".
Inlined service "Mcf\Component\Email\EmailProviders\BrevoService" to "Mcf\Component\Email\EmailService".
Inlined service "Mcf\Component\Email\EmailLogger" to "Mcf\Component\Email\EmailService".
Inlined service "Mcf\Component\Email\EmailProviders\MailpitService" to "Mcf\Component\Email\EmailService".
Inlined service "Mcf\Component\Email\PostmarkAccountService" to "Mcf\Component\Email\EmailService".
Inlined service "Mcf\Component\Email\EmailProviders\PostmarkService" to "Mcf\Component\Email\EmailService".
Inlined service "Mcf\Component\Inventory\PurchaseOrder\Flow\View\StockItemViewService" to "Mcf\Component\Inventory\PurchaseOrder\Flow\PurchaseViewRenderService".
Inlined service "Mcf\Core\Flow\View\FlashMessageService" to "Mcf\Component\Inventory\PurchaseOrder\Flow\ViewActionService".
Inlined service "Mcf\Component\Inventory\PurchaseOrder\Flow\PurchaseViewRenderService" to "Mcf\Component\Inventory\PurchaseOrder\Flow\ViewActionService".
Inlined service "Mcf\Component\Inventory\PurchaseOrder\Flow\View\ViewService" to "Mcf\Component\Inventory\PurchaseOrder\Flow\ViewActionService".
Inlined service "Mcf\Component\LoyaltyProgram\Rule\AccruePointsForSignUpRuleService" to "Mcf\Component\LoyaltyProgram\LoyaltyProgramService".
Inlined service "Mcf\Component\LoyaltyProgram\LoyaltyProgramContentPagesService" to "Mcf\Component\LoyaltyProgram\LoyaltyProgramService".
Inlined service "Mcf\Core\Logger\PrivacyLoggerService" to "Mcf\Component\MarketingPermissions\MarketingPermissionsService".
Inlined service "Mcf\Component\Pos\State\PosStateService" to "Mcf\Component\Pos\PosService".
Inlined service "Mcf\Component\Pos\PosSettingsService" to "Mcf\Component\Pos\Report\PosReportService".
Inlined service "Mcf\Component\Printing\PrintingLogger" to "Mcf\Component\Printing\PrintingService".
Inlined service "Mcf\Legacy\Component\Order\OrderPrintService" to "Mcf\Component\Printing\PrintingService".
Inlined service "Mcf\Component\Report\Embeddable\EmbeddableApiTokenService" to "Mcf\Component\Report\Embeddable\EmbeddableService".
Inlined service ".service_locator.137eLzz.Mcf\Component\Task\ScheduledTaskService" to "Mcf\Component\Task\ScheduledTaskService".
Inlined service ".service_locator.39n6sHr.Mcf\Component\Task\TaskService" to "Mcf\Component\Task\TaskService".
Inlined service "Mcf\Component\Task\TaskLogger" to "Mcf\Component\Task\TaskService".
Inlined service "Mcf\Component\Task\TaskQueueService" to "Mcf\Component\Task\TaskService".
Inlined service "Mcf\Component\Urn\ProductResourceService" to "Mcf\Component\Urn\ResourceResolverService".
Inlined service "Mcf\Flow\User\Marketing\Service\NewsletterService" to "Mcf\Component\User\Migration\NewsletterMigrationService".
Inlined service "Mcf\Legacy\Api\ApiItemDataService" to "Mcf\Component\Webhook\WebhookService".
Inlined service "Mcf\Component\CampaignMonitor\CampaignMonitorService" to "Mcf\Component\CampaignMonitor\CampaignMonitorBatchTaskHandler".
Inlined service "Mcf\Component\ElectronicShelfLabel\EwqSyncService" to "Mcf\Component\ElectronicShelfLabel\UpdateQueue\UpdateElectronicShelfLabelTaskHandler".
Inlined service "Mcf\Component\GoogleRecommendationsAi\VertexAi\VertexAiUserEventSenderService" to "Mcf\Component\GoogleRecommendationsAi\VertexAi\VertexAiUserEventBatchTaskHandler".
Inlined service "Mcf\Component\LoyaltyProgram\Rule\RewardDiscountCodeForPointsRuleService" to "Mcf\Component\LoyaltyProgram\LoyaltyProgramDiscountQueueTaskHandler".
Inlined service "Mcf\Component\Webhook\WebhookLogger" to "Mcf\Component\Webhook\WebhookTaskHandler".
Inlined service "lock.default.factory" to "Mcf\Core\Lock\LockService".
Inlined service ".service_locator.H6gSfwS.Mcf\Core\Migration\MigrationService" to "Mcf\Core\Migration\MigrationService".
Inlined service "Tiime\NewRelicBundle\NewRelic\NewRelicInteractor" to "Mcf\Core\NewRelic\NewRelicInteractorService".
Inlined service "Tiime\NewRelicBundle\NewRelic\BlackholeInteractor" to "Mcf\Core\NewRelic\NewRelicInteractorService".
Inlined service ".service_locator.ZyP9f7K.Mcf\Core\Api\ApiController" to "Mcf\Core\Api\ApiController".
Inlined service "Mcf\Core\Flow\FlowUserShopLoginService" to "Mcf\Core\Flow\FlowSessionController".
Inlined service ".service_locator._TgVa4U.Mcf\Core\Migration\MigrationMaintenanceController" to "Mcf\Core\Migration\MigrationMaintenanceController".
Inlined service ".service_locator._TgVa4U.Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController" to "Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaMaintenanceController".
Inlined service "Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaOrderService" to "Mcf\Extensions\Verkkologistiikka\VerkkologistiikkaService".
Inlined service "Mcf\Legacy\Logging\HttpLogger" to "Mcf\Legacy\Logging\LegacyLogger".
Inlined service "Mcf\Legacy\Logging\PaymentLogger" to "Mcf\Legacy\Logging\LegacyLogger".
Inlined service "Mcf\Legacy\Component\Order\OrderReceiptFactoryService" to "Mcf\Legacy\Component\Order\OrderPrintService".
Inlined service "Mcf\Component\Account\AccountService" to "Mcf\Legacy\LegacyContainerService".
Inlined service "Mcf\Component\Inventory\BarcodeSearchService" to "Mcf\Legacy\LegacyContainerService".
Inlined service "Mcf\Component\Checkout\DiscountsService" to "Mcf\Legacy\LegacyContainerService".
Inlined service "Mcf\Legacy\LegacyViewService" to "Mcf\Legacy\LegacyContainerService".
Inlined service "Mcf\Component\Customer\NewPosCustomerService" to "Mcf\Legacy\LegacyContainerService".
Inlined service "Mcf\Component\Report\ReportService" to "Mcf\Legacy\LegacyContainerService".
Inlined service "Mcf\Component\Inventory\StockInformationService" to "Mcf\Legacy\LegacyContainerService".
Inlined service "Mcf\Component\Wishlist\WishlistService" to "Mcf\Legacy\LegacyContainerService".
Inlined service "Mcf\Component\Version\Flow\VersionViewService" to "Mcf\Legacy\LegacyViewService".
Inlined service "Mcf\Infrastructure\ConfigCat\ConfigCatCache" to "ConfigCat\ConfigCatClient".
Inlined service "Psr\Log\NullLogger" to "ConfigCat\ConfigCatClient".
Inlined service "ConfigCat\ConfigCatClient" to "Mcf\Infrastructure\ConfigCat\ConfigCat".
Inlined service "Mcf\Component\GoogleRecommendationsAi\VertexAiLogger" to "Mcf\Component\GoogleRecommendationsAi\BigQueryClient".
Inlined service ".service_locator._TgVa4U.Mcf\Flow\Controller\AbstractController" to "Mcf\Flow\Controller\AbstractController".
Inlined service ".service_locator._TgVa4U.Mcf\Flow\Controller\Product\GiftCardProductController" to "Mcf\Flow\Controller\Product\GiftCardProductController".
Inlined service "Mcf\Infrastructure\Cache\CacheRefreshConfig" to "Mcf\Infrastructure\Cache\CacheService".
Inlined service "Mcf\Flow\User\Marketing\Api\MailchimpApi" to "Mcf\Flow\User\Marketing\Service\NewsletterService".
Inlined service "Mcf\Flow\User\Marketing\Api\IntercomApi" to "Mcf\Flow\User\Marketing\Service\SubscriptionsService".
Inlined service "Mcf\Common\DevFeatureConfig.inner" to "Mcf\Common\DevFeatureConfig".
Inlined service "Mcf\Common\FeatureOverrideReader" to "Mcf\Common\DevFeatureConfig".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.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.vFd29CM" 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.91ZrBU_" to "doctrine.orm.container_repository_factory".
Inlined service "session.handler.native" to "doctrine.orm.listeners.pdo_session_handler_schema_listener".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "exercise_html_purifier.config.default" to "exercise_html_purifier.default".
Inlined service ".service_locator.39u8W1F" to "exercise_html_purifier.purifiers_registry".
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 "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.yVy5ixO" to "console.command.cache_pool_invalidate_tags".
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.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets._version_flow" to "assets._package_flow".
Inlined service "assets._version_shop" to "assets._package_shop".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "http_client.uri_template_expander.rize" to "http_client.uri_template".
Inlined service ".service_locator.ILdUWIS" 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.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.x13gt2F" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "default_cache_pool.recorder_inner" to "default_cache_pool".
Inlined service "mcf_session_factory" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.Rpq1vgP" 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 "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.oYotqyb" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "Mcf\Common\Profiler\FeatureConfigCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "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 "monolog.handler.logstash" to "monolog.handler.main_group".
Inlined service "monolog.handler.logstash_privacy" to "monolog.handler.privacy_group".
Inlined service "monolog.handler.security_stream" to "monolog.handler.security_group".
Inlined service "Monolog\Formatter\LineFormatter" to "monolog.handler.security_stream".
Inlined service "monolog.predis.client.69314a53656038.10451351" to "monolog.handler.logstash".
Inlined service "mcf_logstash_formatter" to "monolog.handler.logstash".
Inlined service "monolog.predis.client.69314a536560c0.50665011" to "monolog.handler.logstash_privacy".
Inlined service "mcf_privacy_formatter" to "monolog.handler.logstash_privacy".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.xT5KkY_" to "security.helper".
Inlined service ".service_locator.iUlC2LK" to "security.helper".
Inlined service ".service_locator.7jNjHtY" to "security.helper".
Inlined service ".service_locator.7lCUHyt" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.xiR17CO" to "security.access_map".
Inlined service ".security.request_matcher.n9tpm6A" to "security.access_map".
Inlined service ".security.request_matcher.ExXY5z8" to "security.access_map".
Inlined service ".security.request_matcher.yKNYR4E" to "security.access_map".
Inlined service ".security.request_matcher.bMHisl6" to "security.access_map".
Inlined service ".security.request_matcher.rFXC1U8" to "security.access_map".
Inlined service ".security.request_matcher.kpKqwpE" to "security.access_map".
Inlined service ".security.request_matcher.w2n84qg" to "security.access_map".
Inlined service ".security.request_matcher..Qv.trT" to "security.access_map".
Inlined service ".security.request_matcher.oEAzsZF" to "security.access_map".
Inlined service ".security.request_matcher.FOYcyYg" to "security.access_map".
Inlined service ".security.request_matcher.3VOfNDI" to "security.access_map".
Inlined service ".security.request_matcher.3Rkxym7" to "security.access_map".
Inlined service ".security.request_matcher.H.ilqce" to "security.access_map".
Inlined service ".security.request_matcher.inL.uRc" to "security.access_map".
Inlined service ".security.request_matcher.pkj2i9D" to "security.access_map".
Inlined service ".security.request_matcher.HH5PXhc" 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.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
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.Moi4YX9" to ".security.request_matcher.u9ogwDR".
Inlined service "debug.security.firewall.authenticator.azure_sso.inner" to "debug.security.firewall.authenticator.azure_sso".
Inlined service "security.exception_listener.azure_sso" to "security.firewall.map.context.azure_sso".
Inlined service "security.firewall.map.config.azure_sso" to "security.firewall.map.context.azure_sso".
Inlined service ".security.request_matcher.R0ZtTdW" to ".security.request_matcher.7hMCnbH".
Inlined service "security.authentication.success_handler.pos.form_login" to "security.authenticator.form_login.pos".
Inlined service "security.authentication.failure_handler.pos.form_login" to "security.authenticator.form_login.pos".
Inlined service "debug.security.firewall.authenticator.pos.inner" to "debug.security.firewall.authenticator.pos".
Inlined service "security.exception_listener.pos" to "security.firewall.map.context.pos".
Inlined service "security.firewall.map.config.pos" to "security.firewall.map.context.pos".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.flow".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.flow".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.flow".
Inlined service "security.authentication.success_handler.two_factor.flow" to "security.authenticator.two_factor.flow".
Inlined service "security.authentication.failure_handler.two_factor.flow" to "security.authenticator.two_factor.flow".
Inlined service "limiter.storage._login_local_flow" to "limiter._login_local_flow".
Inlined service "limiter.storage._login_global_flow" to "limiter._login_global_flow".
Inlined service "limiter._login_global_flow" to "security.login_throttling.flow.limiter".
Inlined service "limiter._login_local_flow" to "security.login_throttling.flow.limiter".
Inlined service "security.login_throttling.flow.limiter" to "security.listener.login_throttling.flow".
Inlined service "security.authentication.success_handler.flow.form_login" to "security.authenticator.form_login.flow".
Inlined service "security.authentication.failure_handler.flow.form_login" to "security.authenticator.form_login.flow".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.flow" to "security.authenticator.remember_me_handler.flow".
Inlined service "debug.security.firewall.authenticator.flow.inner" to "debug.security.firewall.authenticator.flow".
Inlined service "security.exception_listener.flow" to "security.firewall.map.context.flow".
Inlined service "security.logout_listener.flow" to "security.firewall.map.context.flow".
Inlined service "security.firewall.map.config.flow" to "security.firewall.map.context.flow".
Inlined service ".security.request_matcher._B8KcMB" to ".security.request_matcher.n9tpm6A".
Inlined service ".security.request_matcher.zic1Jc5" to ".security.request_matcher.ExXY5z8".
Inlined service ".security.request_matcher.nqufC3U" to ".security.request_matcher.yKNYR4E".
Inlined service ".security.request_matcher.YyZeMWe" to ".security.request_matcher.bMHisl6".
Inlined service ".security.request_matcher.FS7KebW" to ".security.request_matcher.rFXC1U8".
Inlined service ".security.request_matcher.zjGTiz1" to ".security.request_matcher.kpKqwpE".
Inlined service ".security.request_matcher.5h.9wvq" to ".security.request_matcher.w2n84qg".
Inlined service ".security.request_matcher.0.Zn9Ls" to ".security.request_matcher..Qv.trT".
Inlined service ".security.request_matcher.3JkmFE8" to ".security.request_matcher.oEAzsZF".
Inlined service ".security.request_matcher.F9FkRNn" to ".security.request_matcher.FOYcyYg".
Inlined service ".security.request_matcher.WMLaqxJ" to ".security.request_matcher.3VOfNDI".
Inlined service ".security.request_matcher.OqYmUgf" to ".security.request_matcher.3Rkxym7".
Inlined service ".security.request_matcher.oq5CArn" to ".security.request_matcher.H.ilqce".
Inlined service ".security.request_matcher.eU9bu4G" to ".security.request_matcher.inL.uRc".
Inlined service ".security.request_matcher.FE4xO.D" to ".security.request_matcher.pkj2i9D".
Inlined service ".security.request_matcher.HwcnGgD" to ".security.request_matcher.HH5PXhc".
Inlined service "twig.loader.native_filesystem" to "twig".
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.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.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 "Mcf\Flow\Common\View\Twig\Extension\AppExtension" to "twig".
Inlined service "Mcf\Flow\Common\View\Twig\Extension\CacheExtension" to "twig".
Inlined service "Mcf\Flow\Common\View\Twig\Extension\FeatureConfigExtension" to "twig".
Inlined service "Mcf\Flow\Common\View\Twig\Extension\SvgExtension" to "twig".
Inlined service "Mcf\Flow\Common\View\Twig\Extension\TranslationExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "exercise_html_purifier.twig.extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "Mcf\Flow\Common\View\Twig\Template" 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 "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.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.u6HV_v0" to "twig.runtime_loader".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.azure".
Inlined service "knpu.oauth2.provider.azure" to "knpu.oauth2.client.azure".
Inlined service ".service_locator.GLz6BoQ" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~ImJ0xUc" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.y6GIkUb" to "flysystem.adapter.lazy.factory".
Inlined service "Mcf\Component\DataLake\GoogleCloudStorageClient" to "flysystem.adapter.data_lake.storage.gcloud".
Inlined service "League\Flysystem\GoogleCloudStorage\UniformBucketLevelAccessVisibility" to "flysystem.adapter.data_lake.storage.gcloud".
Inlined service "flysystem.adapter.data_lake.storage.gcloud" to "data_lake.storage.gcloud".
Inlined service "flysystem.adapter.data_lake.storage.local" to "data_lake.storage.local".
Inlined service "flysystem.adapter.lazy.factory" to "data_lake.storage".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "Mcf\Core\NewRelic\NewRelicTransactionNamingService" to "Tiime\NewRelicBundle\Listener\RequestListener".
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 "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.azure_sso.inner" to "debug.security.event_dispatcher.azure_sso".
Inlined service "debug.security.event_dispatcher.pos.inner" to "debug.security.event_dispatcher.pos".
Inlined service "debug.security.event_dispatcher.flow.inner" to "debug.security.event_dispatcher.flow".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service ".service_locator.Gbu8sqE" to ".service_locator.Gbu8sqE.Mcf\Component\Campaign\CampaignApiController::createDiscountCode()".
Inlined service ".service_locator.64KgUs9" to ".service_locator.64KgUs9.Mcf\Component\Campaign\Flow\CampaignController::delete()".
Inlined service ".service_locator.jhXQTuW" to ".service_locator.jhXQTuW.Mcf\Component\Campaign\Flow\CampaignController::show()".
Inlined service ".service_locator.FjqDrwt" to ".service_locator.FjqDrwt.Mcf\Component\Campaign\Flow\CampaignProductController::massManageProducts()".
Inlined service ".service_locator.agOJglx" to ".service_locator.agOJglx.Mcf\Component\Campaign\Flow\CampaignProductController::searchProducts()".
Inlined service ".service_locator.POSkO9m" to ".service_locator.POSkO9m.Mcf\Component\Cart\FlowCartController::deleteOldCarts()".
Inlined service ".service_locator.M4ekPjn" to ".service_locator.M4ekPjn.Mcf\Component\CustomPHP\BottleDeposit\BottleDepositApiController::create()".
Inlined service ".service_locator.yzMRiBL" to ".service_locator.yzMRiBL.Mcf\Component\Customer\CustomerApiController::update()".
Inlined service ".service_locator.0xRxui4" to ".service_locator.0xRxui4.Mcf\Component\Customer\Flow\CustomerController::show()".
Inlined service ".service_locator.ZmJXAz9" to ".service_locator.ZmJXAz9.Mcf\Component\Inventory\Counting\InventoryCountingController::edit()".
Inlined service ".service_locator.6yo_AYr" to ".service_locator.6yo_AYr.Mcf\Component\LoyaltyProgram\Flow\LoyaltyProgramFlowController::index()".
Inlined service ".service_locator.Lkl447S" to ".service_locator.Lkl447S.Mcf\Component\LoyaltyProgram\Flow\Membership\LoyaltyProgramMembershipController::membership()".
Inlined service ".service_locator.I2yET7_" to ".service_locator.I2yET7_.Mcf\Component\Pos\Location\PosLocationController::index()".
Inlined service ".service_locator.MhK40yw" to ".service_locator.MhK40yw.Mcf\Component\Pos\Report\ReportController::printReport()".
Inlined service ".service_locator.ox2ftAn" to ".service_locator.ox2ftAn.Mcf\Component\Pricing\PriceListApiController::deletePrices()".
Inlined service ".service_locator.tQk5pki" to ".service_locator.tQk5pki.Mcf\Component\Pricing\PriceListApiController::updatePrices()".
Inlined service ".service_locator.Hfxe3Ty" to ".service_locator.Hfxe3Ty.Mcf\Component\User\UserMaintenanceController::disable2Fa()".
Inlined service ".service_locator.YpzTaDA" to ".service_locator.YpzTaDA.Mcf\Component\User\UserPinCodeController::updatePin()".
Inlined service ".service_locator.PMwe_wd" to ".service_locator.PMwe_wd.Mcf\Component\Version\Flow\VersionController::edit()".
Inlined service ".service_locator.gqhFr9T" to ".service_locator.gqhFr9T.Mcf\Component\Webhook\WebhookApiController::delete()".
Inlined service ".service_locator.ixLcjVU" to ".service_locator.ixLcjVU.Mcf\Flow\Controller\Product\GiftCardProductController::create()".
Inlined service ".service_locator.Jv1A7Ei" to ".service_locator.Jv1A7Ei.Mcf\Flow\Controller\Product\GiftCardProductController::edit()".
Inlined service ".service_locator.PUkuAdo" to ".service_locator.PUkuAdo.Mcf\Legacy\Controller\LegacyFrontController::__invoke()".
Inlined service "Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" to ".debug.value_resolver.Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver".
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 "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "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 "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.137eLzz" to ".service_locator.137eLzz.Mcf\Component\Task\ScheduledTaskService".
Inlined service ".service_locator.39n6sHr" to ".service_locator.39n6sHr.Mcf\Component\Task\TaskService".
Inlined service ".service_locator.H6gSfwS" to ".service_locator.H6gSfwS.Mcf\Core\Migration\MigrationService".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.LVEG_Wo" to ".service_locator.LVEG_Wo.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "Mcf\Infrastructure\ConfigCat\ConfigCat" to "Mcf\Common\DevFeatureConfig.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.GzySlWs" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.47djrdV" to "console.command_loader".
Inlined service ".service_locator.LVEG_Wo.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "Mcf\Component\Inventory\PurchaseOrder\Flow\View\PurchaseOrderRowViewService" to "Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController".
Inlined service "Mcf\Component\Inventory\PurchaseOrder\Flow\View\PurchaseOrderRowViewService" to "Mcf\Component\Inventory\PurchaseOrder\Flow\InventoryOperationController".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.trans" to "twig".
1
Tag "container.decorator" was defined on service(s) "Mcf\Common\DevFeatureConfig", "scheb_two_factor.security.authentication.trust_resolver", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.azure_sso", "debug.security.firewall.authenticator.pos", "debug.security.firewall.authenticator.flow", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.azure_sso", "debug.security.event_dispatcher.pos", "debug.security.event_dispatcher.flow", ".debug.http_client", "event_dispatcher", but was never used.