Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\DependencyInjection\Compiler\TurnstileLoggerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\MinSUpdateCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\ProductStatusModuleUpdateCommand".
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "App\Command\RenewedProductAvailableCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\MinSUpdateCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\ProductStatusModuleUpdateCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "App\Command\RenewedProductAvailableCommand" class instead.
User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)
"SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.password AS password_4, t0.roles AS roles_5, t0.enabled AS enabled_6, t0.locked AS locked_7, t0.expired AS expired_8, t0.credentials_expired AS credentials_expired_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.last_login AS last_login_12, t0.salt AS salt_13, t0.deleted AS deleted_14, t0.firstname AS firstname_15, t0.lastname AS lastname_16, t0.company AS company_17, t0.birthdate AS birthdate_18, t0.phone AS phone_19, t0.fax AS fax_20, t0.bad_credit AS bad_credit_21, t0.review_reminder AS review_reminder_22, t0.city AS city_23, t0.zipcode AS zipcode_24, t0.address AS address_25, t0.address2 AS address2_26, t0.house_number AS house_number_27, t0.gender AS gender_28, t0.marital_status AS marital_status_29, t0.image AS image_30, t0.account_type AS account_type_31, t0.approval_status AS approval_status_32, t0.information AS information_33, t0.ip AS ip_34, t0.fields AS fields_35, t0.access_auth AS access_auth_36, t0.role_access AS role_access_37, t0.access_token AS access_token_38, t0.b2b_email_channel_setting AS b2b_email_channel_setting_39, t0.b2b_order_confirmation_email AS b2b_order_confirmation_email_40, t0.b2b_shipped_notification_email AS b2b_shipped_notification_email_41, t0.b2b_invoice_payment_advice_email AS b2b_invoice_payment_advice_email_42, t0.message AS message_43, t0.invoice_slip_ka AS invoice_slip_ka_44, t0.old_customer AS old_customer_45, t0.created_at AS created_at_46, t0.country_id AS country_id_47 FROM fos_user t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.password AS password_4, t0.roles AS roles_5, t0.enabled AS enabled_6, t0.locked AS locked_7, t0.expired AS expired_8, t0.credentials_expired AS credentials_expired_9, t0.confirmation_token AS confirmation_token_10, t0.password_requested_at AS password_requested_at_11, t0.last_login AS last_login_12, t0.salt AS salt_13, t0.deleted AS deleted_14, t0.firstname AS firstname_15, t0.lastname AS lastname_16, t0.company AS company_17, t0.birthdate AS birthdate_18, t0.phone AS phone_19, t0.fax AS fax_20, t0.bad_credit AS bad_credit_21, t0.review_reminder AS review_reminder_22, t0.city AS city_23, t0.zipcode AS zipcode_24, t0.address AS address_25, t0.address2 AS address2_26, t0.house_number AS house_number_27, t0.gender AS gender_28, t0.marital_status AS marital_status_29, t0.image AS image_30, t0.account_type AS account_type_31, t0.approval_status AS approval_status_32, t0.information AS information_33, t0.ip AS ip_34, t0.fields AS fields_35, t0.access_auth AS access_auth_36, t0.role_access AS role_access_37, t0.access_token AS access_token_38, t0.b2b_email_channel_setting AS b2b_email_channel_setting_39, t0.b2b_order_confirmation_email AS b2b_order_confirmation_email_40, t0.b2b_shipped_notification_email AS b2b_shipped_notification_email_41, t0.b2b_invoice_payment_advice_email AS b2b_invoice_payment_advice_email_42, t0.message AS message_43, t0.invoice_slip_ka AS invoice_slip_ka_44, t0.old_customer AS old_customer_45, t0.created_at AS created_at_46, t0.country_id AS country_id_47 FROM fos_user t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#804
+name: "INTEGER"
}
]
]
[
"sql" => "SELECT t0.id AS id_1, t0.ip AS ip_2 FROM customer_ban_ip t0 WHERE t0.ip = ?"
"params" => [1 => "103.90.45.161"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#984
+name: "STRING"
}
]
]
debug
Executing query:
"SELECT s0_.current_timezone AS current_timezone_0 FROM settings s0_ LIMIT 1"
doctrine
[
"sql" => "SELECT s0_.current_timezone AS current_timezone_0 FROM settings s0_ LIMIT 1"
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.fos_user_id AS fos_user_id_4 FROM cart t0 WHERE t0.fos_user_id = ? LIMIT 1"
Log messages generated during the compilation of the service container.
Messages
Class
1007
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ABSProductsUpdateCommand" (parent: .abstract.instanceof.App\Command\ABSProductsUpdateCommand).
Resolving inheritance for "App\Command\ABSProductsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ABSProductsUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AbsolutBikeProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\AbsolutBikeProductStatusUpdateCommand).
Resolving inheritance for "App\Command\AbsolutBikeProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AbsolutBikeProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInHistoricIntQuantityCommand" (parent: .abstract.instanceof.App\Command\AddInHistoricIntQuantityCommand).
Resolving inheritance for "App\Command\AddInHistoricIntQuantityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInHistoricIntQuantityCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInHistoricIntQuantityPastCommand" (parent: .abstract.instanceof.App\Command\AddInHistoricIntQuantityPastCommand).
Resolving inheritance for "App\Command\AddInHistoricIntQuantityPastCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInHistoricIntQuantityPastCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllDISupplierProductsUpdateCommand" (parent: .abstract.instanceof.App\Command\AllDISupplierProductsUpdateCommand).
Resolving inheritance for "App\Command\AllDISupplierProductsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllDISupplierProductsUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllProductChangeDateCommand" (parent: .abstract.instanceof.App\Command\AllProductChangeDateCommand).
Resolving inheritance for "App\Command\AllProductChangeDateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllProductChangeDateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllSupplierProductsUpdateCommand" (parent: .abstract.instanceof.App\Command\AllSupplierProductsUpdateCommand).
Resolving inheritance for "App\Command\AllSupplierProductsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllSupplierProductsUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllSupplierProductsUpdateNewCommand" (parent: .abstract.instanceof.App\Command\AllSupplierProductsUpdateNewCommand).
Resolving inheritance for "App\Command\AllSupplierProductsUpdateNewCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllSupplierProductsUpdateNewCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlpinaProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\AlpinaProductStatusUpdateCommand).
Resolving inheritance for "App\Command\AlpinaProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlpinaProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AmslerDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\AmslerDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\AmslerDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AmslerDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AmslerProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\AmslerProductStatusUpdateCommand).
Resolving inheritance for "App\Command\AmslerProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AmslerProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ArthurProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\ArthurProductStatusUpdateCommand).
Resolving inheritance for "App\Command\ArthurProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ArthurProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AspireDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\AspireDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\AspireDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AspireDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignOrderToUsersCommand" (parent: .abstract.instanceof.App\Command\AssignOrderToUsersCommand).
Resolving inheritance for "App\Command\AssignOrderToUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignOrderToUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateCurrencyCommand" (parent: .abstract.instanceof.App\Command\AutoUpdateCurrencyCommand).
Resolving inheritance for "App\Command\AutoUpdateCurrencyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateCurrencyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateTimeZoneCommand" (parent: .abstract.instanceof.App\Command\AutoUpdateTimeZoneCommand).
Resolving inheritance for "App\Command\AutoUpdateTimeZoneCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateTimeZoneCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BWDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\BWDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\BWDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BWDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BikeCoProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\BikeCoProductStatusUpdateCommand).
Resolving inheritance for "App\Command\BikeCoProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BikeCoProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateNetPriceCommand" (parent: .abstract.instanceof.App\Command\CalculateNetPriceCommand).
Resolving inheritance for "App\Command\CalculateNetPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateNetPriceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateSpecialNetPriceCommand" (parent: .abstract.instanceof.App\Command\CalculateSpecialNetPriceCommand).
Resolving inheritance for "App\Command\CalculateSpecialNetPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateSpecialNetPriceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeNotUpdatedSupplierCommand" (parent: .abstract.instanceof.App\Command\ChangeNotUpdatedSupplierCommand).
Resolving inheritance for "App\Command\ChangeNotUpdatedSupplierCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeNotUpdatedSupplierCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeNotUpdatedSupplierINTCommand" (parent: .abstract.instanceof.App\Command\ChangeNotUpdatedSupplierINTCommand).
Resolving inheritance for "App\Command\ChangeNotUpdatedSupplierINTCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeNotUpdatedSupplierINTCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeProductSupplierCommand" (parent: .abstract.instanceof.App\Command\ChangeProductSupplierCommand).
Resolving inheritance for "App\Command\ChangeProductSupplierCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeProductSupplierCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeVCTToEXTCommand" (parent: .abstract.instanceof.App\Command\ChangeVCTToEXTCommand).
Resolving inheritance for "App\Command\ChangeVCTToEXTCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeVCTToEXTCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckIsMinQtySupplierProductBasePriceCommand" (parent: .abstract.instanceof.App\Command\CheckIsMinQtySupplierProductBasePriceCommand).
Resolving inheritance for "App\Command\CheckIsMinQtySupplierProductBasePriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckIsMinQtySupplierProductBasePriceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductAlpinaUpdateCommand" (parent: .abstract.instanceof.App\Command\ChildProductAlpinaUpdateCommand).
Resolving inheritance for "App\Command\ChildProductAlpinaUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductAlpinaUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceAmslerUpdateCommand" (parent: .abstract.instanceof.App\Command\ChildProductBasePriceAmslerUpdateCommand).
Resolving inheritance for "App\Command\ChildProductBasePriceAmslerUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceAmslerUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceArthurUpdateCommand" (parent: .abstract.instanceof.App\Command\ChildProductBasePriceArthurUpdateCommand).
Resolving inheritance for "App\Command\ChildProductBasePriceArthurUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceArthurUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceIndianSummerUpdateCommand" (parent: .abstract.instanceof.App\Command\ChildProductBasePriceIndianSummerUpdateCommand).
Resolving inheritance for "App\Command\ChildProductBasePriceIndianSummerUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceIndianSummerUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductChrissportsUpdateCommand" (parent: .abstract.instanceof.App\Command\ChildProductChrissportsUpdateCommand).
Resolving inheritance for "App\Command\ChildProductChrissportsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductChrissportsUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductCombinedImageCommand" (parent: .abstract.instanceof.App\Command\ChildProductCombinedImageCommand).
Resolving inheritance for "App\Command\ChildProductCombinedImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductCombinedImageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\ChildProductStatusUpdateCommand).
Resolving inheritance for "App\Command\ChildProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\ChrissportsDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\ChrissportsDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsDISelectedProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\ChrissportsDISelectedProductStatusUpdateCommand).
Resolving inheritance for "App\Command\ChrissportsDISelectedProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsDISelectedProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\ChrissportsProductStatusUpdateCommand).
Resolving inheritance for "App\Command\ChrissportsProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIChildProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\DIChildProductStatusUpdateCommand).
Resolving inheritance for "App\Command\DIChildProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIChildProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIContinuesUpdateCommand" (parent: .abstract.instanceof.App\Command\DIContinuesUpdateCommand).
Resolving inheritance for "App\Command\DIContinuesUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIContinuesUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\DIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\DIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DISimpleProductAvailabilityCommand" (parent: .abstract.instanceof.App\Command\DISimpleProductAvailabilityCommand).
Resolving inheritance for "App\Command\DISimpleProductAvailabilityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DISimpleProductAvailabilityCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DItoVCTSwitchCommand" (parent: .abstract.instanceof.App\Command\DItoVCTSwitchCommand).
Resolving inheritance for "App\Command\DItoVCTSwitchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DItoVCTSwitchCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EXTCommand" (parent: .abstract.instanceof.App\Command\EXTCommand).
Resolving inheritance for "App\Command\EXTCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EXTCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FRBikeDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\FRBikeDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\FRBikeDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FRBikeDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfEXTCommand" (parent: .abstract.instanceof.App\Command\FallbackOfEXTCommand).
Resolving inheritance for "App\Command\FallbackOfEXTCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfEXTCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfINTCommand" (parent: .abstract.instanceof.App\Command\FallbackOfINTCommand).
Resolving inheritance for "App\Command\FallbackOfINTCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfINTCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfVCTCommand" (parent: .abstract.instanceof.App\Command\FallbackOfVCTCommand).
Resolving inheritance for "App\Command\FallbackOfVCTCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfVCTCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FuchsMovesaDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\FuchsMovesaDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\FuchsMovesaDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FuchsMovesaDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FuchsMovesaProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\FuchsMovesaProductStatusUpdateCommand).
Resolving inheritance for "App\Command\FuchsMovesaProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FuchsMovesaProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GPRDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\GPRDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\GPRDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GPRDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GPRProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\GPRProductStatusUpdateCommand).
Resolving inheritance for "App\Command\GPRProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GPRProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GcpPrintCommand" (parent: .abstract.instanceof.App\Command\GcpPrintCommand).
Resolving inheritance for "App\Command\GcpPrintCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GcpPrintCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleFeederCommand" (parent: .abstract.instanceof.App\Command\GoogleFeederCommand).
Resolving inheritance for "App\Command\GoogleFeederCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleFeederCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCommand" (parent: .abstract.instanceof.App\Command\GoogleSitemapCommand).
Resolving inheritance for "App\Command\GoogleSitemapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoBarCommand" (parent: .abstract.instanceof.App\Command\InfoBarCommand).
Resolving inheritance for "App\Command\InfoBarCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoBarCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntProductCommand" (parent: .abstract.instanceof.App\Command\IntProductCommand).
Resolving inheritance for "App\Command\IntProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntProductCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\IntercycleDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\IntercycleDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleDISelectedProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\IntercycleDISelectedProductStatusUpdateCommand).
Resolving inheritance for "App\Command\IntercycleDISelectedProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleDISelectedProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\IntercycleProductStatusUpdateCommand).
Resolving inheritance for "App\Command\IntercycleProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JbsDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\JbsDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\JbsDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JbsDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KishanCommand" (parent: .abstract.instanceof.App\Command\KishanCommand).
Resolving inheritance for "App\Command\KishanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KishanCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MRCTradingDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\MRCTradingDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\MRCTradingDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MRCTradingDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MinSUpdateCommand" (parent: .abstract.instanceof.App\Command\MinSUpdateCommand).
Resolving inheritance for "App\Command\MinSUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MinSUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MohawkDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\MohawkDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\MohawkDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MohawkDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewmenProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\NewmenProductStatusUpdateCommand).
Resolving inheritance for "App\Command\NewmenProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewmenProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotUnder500DaysCommand" (parent: .abstract.instanceof.App\Command\NotUnder500DaysCommand).
Resolving inheritance for "App\Command\NotUnder500DaysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotUnder500DaysCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParentStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\ParentStatusUpdateCommand).
Resolving inheritance for "App\Command\ParentStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParentStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentLogUpdateCommand" (parent: .abstract.instanceof.App\Command\PaymentLogUpdateCommand).
Resolving inheritance for "App\Command\PaymentLogUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentLogUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductFilterUpdateCommand" (parent: .abstract.instanceof.App\Command\ProductFilterUpdateCommand).
Resolving inheritance for "App\Command\ProductFilterUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductFilterUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPriceRoundingCommand" (parent: .abstract.instanceof.App\Command\ProductPriceRoundingCommand).
Resolving inheritance for "App\Command\ProductPriceRoundingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPriceRoundingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusActiveCommand" (parent: .abstract.instanceof.App\Command\ProductStatusActiveCommand).
Resolving inheritance for "App\Command\ProductStatusActiveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusActiveCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusModuleUpdateCommand" (parent: .abstract.instanceof.App\Command\ProductStatusModuleUpdateCommand).
Resolving inheritance for "App\Command\ProductStatusModuleUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusModuleUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\ProductStatusUpdateCommand).
Resolving inheritance for "App\Command\ProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductURLUpdateCommand" (parent: .abstract.instanceof.App\Command\ProductURLUpdateCommand).
Resolving inheritance for "App\Command\ProductURLUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductURLUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RMSDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\RMSDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\RMSDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RMSDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RMSProductsUpdateCommand" (parent: .abstract.instanceof.App\Command\RMSProductsUpdateCommand).
Resolving inheritance for "App\Command\RMSProductsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RMSProductsUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RacoProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\RacoProductStatusUpdateCommand).
Resolving inheritance for "App\Command\RacoProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RacoProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RedirectUrlsCommand" (parent: .abstract.instanceof.App\Command\RedirectUrlsCommand).
Resolving inheritance for "App\Command\RedirectUrlsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RedirectUrlsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveSupplierProductsCommand" (parent: .abstract.instanceof.App\Command\RemoveSupplierProductsCommand).
Resolving inheritance for "App\Command\RemoveSupplierProductsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveSupplierProductsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenewedProductAvailableCommand" (parent: .abstract.instanceof.App\Command\RenewedProductAvailableCommand).
Resolving inheritance for "App\Command\RenewedProductAvailableCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenewedProductAvailableCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReviewReminderCommand" (parent: .abstract.instanceof.App\Command\ReviewReminderCommand).
Resolving inheritance for "App\Command\ReviewReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReviewReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SentMailCommand" (parent: .abstract.instanceof.App\Command\SentMailCommand).
Resolving inheritance for "App\Command\SentMailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SentMailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SentMailDeliveryCommand" (parent: .abstract.instanceof.App\Command\SentMailDeliveryCommand).
Resolving inheritance for "App\Command\SentMailDeliveryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SentMailDeliveryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeoKeywordsCommand" (parent: .abstract.instanceof.App\Command\SeoKeywordsCommand).
Resolving inheritance for "App\Command\SeoKeywordsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeoKeywordsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductAlpinaUpdateCommand" (parent: .abstract.instanceof.App\Command\SimpleProductAlpinaUpdateCommand).
Resolving inheritance for "App\Command\SimpleProductAlpinaUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductAlpinaUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceAmslerUpdateCommand" (parent: .abstract.instanceof.App\Command\SimpleProductBasePriceAmslerUpdateCommand).
Resolving inheritance for "App\Command\SimpleProductBasePriceAmslerUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceAmslerUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceArthurUpdateCommand" (parent: .abstract.instanceof.App\Command\SimpleProductBasePriceArthurUpdateCommand).
Resolving inheritance for "App\Command\SimpleProductBasePriceArthurUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceArthurUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceIndianSummerUpdateCommand" (parent: .abstract.instanceof.App\Command\SimpleProductBasePriceIndianSummerUpdateCommand).
Resolving inheritance for "App\Command\SimpleProductBasePriceIndianSummerUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceIndianSummerUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductChrissportsUpdateCommand" (parent: .abstract.instanceof.App\Command\SimpleProductChrissportsUpdateCommand).
Resolving inheritance for "App\Command\SimpleProductChrissportsUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductChrissportsUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SpecialPriceUpdateCommand" (parent: .abstract.instanceof.App\Command\SpecialPriceUpdateCommand).
Resolving inheritance for "App\Command\SpecialPriceUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SpecialPriceUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SportimportProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\SportimportProductStatusUpdateCommand).
Resolving inheritance for "App\Command\SportimportProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SportimportProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SupplierFallbackSyncCommand" (parent: .abstract.instanceof.App\Command\SupplierFallbackSyncCommand).
Resolving inheritance for "App\Command\SupplierFallbackSyncCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SupplierFallbackSyncCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SupplierProductUpdateCommand" (parent: .abstract.instanceof.App\Command\SupplierProductUpdateCommand).
Resolving inheritance for "App\Command\SupplierProductUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SupplierProductUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TDSProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\TDSProductStatusUpdateCommand).
Resolving inheritance for "App\Command\TDSProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TDSProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TSDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\TSDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\TSDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TSDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TehavaProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\TehavaProductStatusUpdateCommand).
Resolving inheritance for "App\Command\TehavaProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TehavaProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TopFunDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\TopFunDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\TopFunDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TopFunDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UniqueChildProductCodeCommand" (parent: .abstract.instanceof.App\Command\UniqueChildProductCodeCommand).
Resolving inheritance for "App\Command\UniqueChildProductCodeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UniqueChildProductCodeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCompanyVCTProductCommand" (parent: .abstract.instanceof.App\Command\UpdateCompanyVCTProductCommand).
Resolving inheritance for "App\Command\UpdateCompanyVCTProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCompanyVCTProductCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateProductAttrImageColorCommand" (parent: .abstract.instanceof.App\Command\UpdateProductAttrImageColorCommand).
Resolving inheritance for "App\Command\UpdateProductAttrImageColorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateProductAttrImageColorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateSupplierCategoriesCommand" (parent: .abstract.instanceof.App\Command\UpdateSupplierCategoriesCommand).
Resolving inheritance for "App\Command\UpdateSupplierCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateSupplierCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateSupplierProductsToCatalogProducts" (parent: .abstract.instanceof.App\Command\UpdateSupplierProductsToCatalogProducts).
Resolving inheritance for "App\Command\UpdateSupplierProductsToCatalogProducts" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateSupplierProductsToCatalogProducts).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpgradeBikesDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\UpgradeBikesDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\UpgradeBikesDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpgradeBikesDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadChildProductCombinedImageCommand" (parent: .abstract.instanceof.App\Command\UploadChildProductCombinedImageCommand).
Resolving inheritance for "App\Command\UploadChildProductCombinedImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadChildProductCombinedImageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadProductMainImageCommand" (parent: .abstract.instanceof.App\Command\UploadProductMainImageCommand).
Resolving inheritance for "App\Command\UploadProductMainImageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadProductMainImageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UvexDIProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\UvexDIProductStatusUpdateCommand).
Resolving inheritance for "App\Command\UvexDIProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UvexDIProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UvexProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\UvexProductStatusUpdateCommand).
Resolving inheritance for "App\Command\UvexProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UvexProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VCTCostPriceCommand" (parent: .abstract.instanceof.App\Command\VCTCostPriceCommand).
Resolving inheritance for "App\Command\VCTCostPriceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VCTCostPriceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VelokProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\VelokProductStatusUpdateCommand).
Resolving inheritance for "App\Command\VelokProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VelokProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VitelliProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\VitelliProductStatusUpdateCommand).
Resolving inheritance for "App\Command\VitelliProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VitelliProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WienerBPProductStatusUpdateCommand" (parent: .abstract.instanceof.App\Command\WienerBPProductStatusUpdateCommand).
Resolving inheritance for "App\Command\WienerBPProductStatusUpdateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WienerBPProductStatusUpdateCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ChangePasswordController" (parent: .abstract.instanceof.App\Controller\Acme\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ChangePasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ChangePasswordController).
Resolving inheritance for "App\Controller\Acme\ChangePasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\DefaultController" (parent: .abstract.instanceof.App\Controller\Acme\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\DefaultController).
Resolving inheritance for "App\Controller\Acme\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ProfileController" (parent: .abstract.instanceof.App\Controller\Acme\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ProfileController).
Resolving inheritance for "App\Controller\Acme\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\RegistrationController" (parent: .abstract.instanceof.App\Controller\Acme\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\RegistrationController).
Resolving inheritance for "App\Controller\Acme\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ResettingController" (parent: .abstract.instanceof.App\Controller\Acme\ResettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ResettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ResettingController).
Resolving inheritance for "App\Controller\Acme\ResettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ResettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\SecurityController" (parent: .abstract.instanceof.App\Controller\Acme\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\SecurityController).
Resolving inheritance for "App\Controller\Acme\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AlternativeadminController" (parent: .abstract.instanceof.App\Controller\Admin\AlternativeadminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AlternativeadminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AlternativeadminController).
Resolving inheritance for "App\Controller\Admin\AlternativeadminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AlternativeadminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppereanceController" (parent: .abstract.instanceof.App\Controller\Admin\AppereanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppereanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppereanceController).
Resolving inheritance for "App\Controller\Admin\AppereanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppereanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributeController" (parent: .abstract.instanceof.App\Controller\Admin\AttributeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributeController).
Resolving inheritance for "App\Controller\Admin\AttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BannerController" (parent: .abstract.instanceof.App\Controller\Admin\BannerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BannerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BannerController).
Resolving inheritance for "App\Controller\Admin\BannerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BannerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CatalogController" (parent: .abstract.instanceof.App\Controller\Admin\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CatalogController).
Resolving inheritance for "App\Controller\Admin\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController).
Resolving inheritance for "App\Controller\Admin\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductController).
Resolving inheritance for "App\Controller\Admin\CategoryProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductReturnRuleController" (parent: .abstract.instanceof.App\Controller\Admin\CategoryProductReturnRuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductReturnRuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductReturnRuleController).
Resolving inheritance for "App\Controller\Admin\CategoryProductReturnRuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductReturnRuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChildProductController" (parent: .abstract.instanceof.App\Controller\Admin\ChildProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChildProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChildProductController).
Resolving inheritance for "App\Controller\Admin\ChildProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChildProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CmsController" (parent: .abstract.instanceof.App\Controller\Admin\CmsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CmsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CmsController).
Resolving inheritance for "App\Controller\Admin\CmsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CmsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyCalendarController" (parent: .abstract.instanceof.App\Controller\Admin\CompanyCalendarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyCalendarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyCalendarController).
Resolving inheritance for "App\Controller\Admin\CompanyCalendarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyCalendarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryController" (parent: .abstract.instanceof.App\Controller\Admin\CountryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryController).
Resolving inheritance for "App\Controller\Admin\CountryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryZonesController" (parent: .abstract.instanceof.App\Controller\Admin\CountryZonesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryZonesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryZonesController).
Resolving inheritance for "App\Controller\Admin\CountryZonesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryZonesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CouponController" (parent: .abstract.instanceof.App\Controller\Admin\CouponController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CouponController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CouponController).
Resolving inheritance for "App\Controller\Admin\CouponController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CouponController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourierController" (parent: .abstract.instanceof.App\Controller\Admin\CourierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourierController).
Resolving inheritance for "App\Controller\Admin\CourierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyController" (parent: .abstract.instanceof.App\Controller\Admin\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyController).
Resolving inheritance for "App\Controller\Admin\CurrencyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerBanIpController" (parent: .abstract.instanceof.App\Controller\Admin\CustomerBanIpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerBanIpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerBanIpController).
Resolving inheritance for "App\Controller\Admin\CustomerBanIpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerBanIpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController" (parent: .abstract.instanceof.App\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController).
Resolving inheritance for "App\Controller\Admin\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController" (parent: .abstract.instanceof.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController).
Resolving inheritance for "App\Controller\Admin\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DshDeliveryNewController" (parent: .abstract.instanceof.App\Controller\Admin\DshDeliveryNewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DshDeliveryNewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DshDeliveryNewController).
Resolving inheritance for "App\Controller\Admin\DshDeliveryNewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DshDeliveryNewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EanTypesController" (parent: .abstract.instanceof.App\Controller\Admin\EanTypesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EanTypesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EanTypesController).
Resolving inheritance for "App\Controller\Admin\EanTypesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EanTypesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventsController" (parent: .abstract.instanceof.App\Controller\Admin\EventsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventsController).
Resolving inheritance for "App\Controller\Admin\EventsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GiftVoucherController" (parent: .abstract.instanceof.App\Controller\Admin\GiftVoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GiftVoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GiftVoucherController).
Resolving inheritance for "App\Controller\Admin\GiftVoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GiftVoucherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\HighlightProductController" (parent: .abstract.instanceof.App\Controller\Admin\HotProduct\HighlightProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\HighlightProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\HighlightProductController).
Resolving inheritance for "App\Controller\Admin\HotProduct\HighlightProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\HighlightProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\NewProductController" (parent: .abstract.instanceof.App\Controller\Admin\HotProduct\NewProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\NewProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\NewProductController).
Resolving inheritance for "App\Controller\Admin\HotProduct\NewProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\NewProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\PopularProductController" (parent: .abstract.instanceof.App\Controller\Admin\HotProduct\PopularProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\PopularProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\PopularProductController).
Resolving inheritance for "App\Controller\Admin\HotProduct\PopularProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\PopularProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\TopBrandController" (parent: .abstract.instanceof.App\Controller\Admin\HotProduct\TopBrandController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\TopBrandController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\TopBrandController).
Resolving inheritance for "App\Controller\Admin\HotProduct\TopBrandController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\TopBrandController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InfoBarController" (parent: .abstract.instanceof.App\Controller\Admin\InfoBarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InfoBarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InfoBarController).
Resolving inheritance for "App\Controller\Admin\InfoBarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InfoBarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InventorySingleController" (parent: .abstract.instanceof.App\Controller\Admin\InventorySingleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InventorySingleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InventorySingleController).
Resolving inheritance for "App\Controller\Admin\InventorySingleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InventorySingleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController" (parent: .abstract.instanceof.App\Controller\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController).
Resolving inheritance for "App\Controller\Admin\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguagesController" (parent: .abstract.instanceof.App\Controller\Admin\LanguagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguagesController).
Resolving inheritance for "App\Controller\Admin\LanguagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LengthController" (parent: .abstract.instanceof.App\Controller\Admin\LengthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LengthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LengthController).
Resolving inheritance for "App\Controller\Admin\LengthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LengthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailTemplateController" (parent: .abstract.instanceof.App\Controller\Admin\MailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailTemplateController).
Resolving inheritance for "App\Controller\Admin\MailTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ManufacturerController" (parent: .abstract.instanceof.App\Controller\Admin\ManufacturerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ManufacturerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ManufacturerController).
Resolving inheritance for "App\Controller\Admin\ManufacturerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ManufacturerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MessagesController" (parent: .abstract.instanceof.App\Controller\Admin\MessagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MessagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MessagesController).
Resolving inheritance for "App\Controller\Admin\MessagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MessagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderProductsController" (parent: .abstract.instanceof.App\Controller\Admin\OrderProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderProductsController).
Resolving inheritance for "App\Controller\Admin\OrderProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController" (parent: .abstract.instanceof.App\Controller\Admin\OrderStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController).
Resolving inheritance for "App\Controller\Admin\OrderStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderTimelinesController" (parent: .abstract.instanceof.App\Controller\Admin\OrderTimelinesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderTimelinesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderTimelinesController).
Resolving inheritance for "App\Controller\Admin\OrderTimelinesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderTimelinesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrdersController" (parent: .abstract.instanceof.App\Controller\Admin\OrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrdersController).
Resolving inheritance for "App\Controller\Admin\OrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController" (parent: .abstract.instanceof.App\Controller\Admin\PaymentMethodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController).
Resolving inheritance for "App\Controller\Admin\PaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodSettingsController" (parent: .abstract.instanceof.App\Controller\Admin\PaymentMethodSettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodSettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodSettingsController).
Resolving inheritance for "App\Controller\Admin\PaymentMethodSettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodSettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductAttributeController" (parent: .abstract.instanceof.App\Controller\Admin\ProductAttributeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductAttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductAttributeController).
Resolving inheritance for "App\Controller\Admin\ProductAttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductAttributeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCharacteristicController" (parent: .abstract.instanceof.App\Controller\Admin\ProductCharacteristicController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCharacteristicController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCharacteristicController).
Resolving inheritance for "App\Controller\Admin\ProductCharacteristicController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCharacteristicController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCharacteristicValueController" (parent: .abstract.instanceof.App\Controller\Admin\ProductCharacteristicValueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCharacteristicValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCharacteristicValueController).
Resolving inheritance for "App\Controller\Admin\ProductCharacteristicValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCharacteristicValueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductConfigureController" (parent: .abstract.instanceof.App\Controller\Admin\ProductConfigureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductConfigureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductConfigureController).
Resolving inheritance for "App\Controller\Admin\ProductConfigureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductConfigureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController" (parent: .abstract.instanceof.App\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController).
Resolving inheritance for "App\Controller\Admin\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductDiscountController" (parent: .abstract.instanceof.App\Controller\Admin\ProductDiscountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductDiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductDiscountController).
Resolving inheritance for "App\Controller\Admin\ProductDiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductDiscountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductLabelController" (parent: .abstract.instanceof.App\Controller\Admin\ProductLabelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductLabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductLabelController).
Resolving inheritance for "App\Controller\Admin\ProductLabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductLabelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductOptionController" (parent: .abstract.instanceof.App\Controller\Admin\ProductOptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductOptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductOptionController).
Resolving inheritance for "App\Controller\Admin\ProductOptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductOptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductOptionValueController" (parent: .abstract.instanceof.App\Controller\Admin\ProductOptionValueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductOptionValueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductOptionValueController).
Resolving inheritance for "App\Controller\Admin\ProductOptionValueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductOptionValueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPreviewController" (parent: .abstract.instanceof.App\Controller\Admin\ProductPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPreviewController).
Resolving inheritance for "App\Controller\Admin\ProductPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductProductAttributeController" (parent: .abstract.instanceof.App\Controller\Admin\ProductProductAttributeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductProductAttributeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductProductAttributeController).
Resolving inheritance for "App\Controller\Admin\ProductProductAttributeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductProductAttributeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductRequestController" (parent: .abstract.instanceof.App\Controller\Admin\ProductRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductRequestController).
Resolving inheritance for "App\Controller\Admin\ProductRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductReturnsController" (parent: .abstract.instanceof.App\Controller\Admin\ProductReturnsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductReturnsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductReturnsController).
Resolving inheritance for "App\Controller\Admin\ProductReturnsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductReturnsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductReviewController" (parent: .abstract.instanceof.App\Controller\Admin\ProductReviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductReviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductReviewController).
Resolving inheritance for "App\Controller\Admin\ProductReviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductReviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductSpecialPriceController" (parent: .abstract.instanceof.App\Controller\Admin\ProductSpecialPriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductSpecialPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductSpecialPriceController).
Resolving inheritance for "App\Controller\Admin\ProductSpecialPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductSpecialPriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductSpecificController" (parent: .abstract.instanceof.App\Controller\Admin\ProductSpecificController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductSpecificController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductSpecificController).
Resolving inheritance for "App\Controller\Admin\ProductSpecificController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductSpecificController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductStatusController" (parent: .abstract.instanceof.App\Controller\Admin\ProductStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductStatusController).
Resolving inheritance for "App\Controller\Admin\ProductStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController" (parent: .abstract.instanceof.App\Controller\Admin\PromotionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController).
Resolving inheritance for "App\Controller\Admin\PromotionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReorderedStockController" (parent: .abstract.instanceof.App\Controller\Admin\ReorderedStockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReorderedStockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReorderedStockController).
Resolving inheritance for "App\Controller\Admin\ReorderedStockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReorderedStockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportsController" (parent: .abstract.instanceof.App\Controller\Admin\ReportsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportsController).
Resolving inheritance for "App\Controller\Admin\ReportsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReserveStockController" (parent: .abstract.instanceof.App\Controller\Admin\ReserveStockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReserveStockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReserveStockController).
Resolving inheritance for "App\Controller\Admin\ReserveStockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReserveStockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnActionController" (parent: .abstract.instanceof.App\Controller\Admin\ReturnActionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnActionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnActionController).
Resolving inheritance for "App\Controller\Admin\ReturnActionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnActionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnPolicyController" (parent: .abstract.instanceof.App\Controller\Admin\ReturnPolicyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnPolicyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnPolicyController).
Resolving inheritance for "App\Controller\Admin\ReturnPolicyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnPolicyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnReasonController" (parent: .abstract.instanceof.App\Controller\Admin\ReturnReasonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnReasonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnReasonController).
Resolving inheritance for "App\Controller\Admin\ReturnReasonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnReasonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnRuleController" (parent: .abstract.instanceof.App\Controller\Admin\ReturnRuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnRuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnRuleController).
Resolving inheritance for "App\Controller\Admin\ReturnRuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnRuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnStatusController" (parent: .abstract.instanceof.App\Controller\Admin\ReturnStatusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnStatusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnStatusController).
Resolving inheritance for "App\Controller\Admin\ReturnStatusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnStatusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesController" (parent: .abstract.instanceof.App\Controller\Admin\SalesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesController).
Resolving inheritance for "App\Controller\Admin\SalesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SettingsController" (parent: .abstract.instanceof.App\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SettingsController).
Resolving inheritance for "App\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShippingMethodController" (parent: .abstract.instanceof.App\Controller\Admin\ShippingMethodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShippingMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShippingMethodController).
Resolving inheritance for "App\Controller\Admin\ShippingMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShippingMethodController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SimpleProductController" (parent: .abstract.instanceof.App\Controller\Admin\SimpleProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SimpleProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SimpleProductController).
Resolving inheritance for "App\Controller\Admin\SimpleProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SimpleProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SliderController" (parent: .abstract.instanceof.App\Controller\Admin\SliderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SliderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SliderController).
Resolving inheritance for "App\Controller\Admin\SliderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SliderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SpecialDealsController" (parent: .abstract.instanceof.App\Controller\Admin\SpecialDealsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SpecialDealsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SpecialDealsController).
Resolving inheritance for "App\Controller\Admin\SpecialDealsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SpecialDealsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SpecialPriceController" (parent: .abstract.instanceof.App\Controller\Admin\SpecialPriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SpecialPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SpecialPriceController).
Resolving inheritance for "App\Controller\Admin\SpecialPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SpecialPriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockIndicatorsController" (parent: .abstract.instanceof.App\Controller\Admin\StockIndicatorsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockIndicatorsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockIndicatorsController).
Resolving inheritance for "App\Controller\Admin\StockIndicatorsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockIndicatorsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubTaxZonesController" (parent: .abstract.instanceof.App\Controller\Admin\SubTaxZonesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubTaxZonesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubTaxZonesController).
Resolving inheritance for "App\Controller\Admin\SubTaxZonesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubTaxZonesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscribeController" (parent: .abstract.instanceof.App\Controller\Admin\SubscribeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscribeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscribeController).
Resolving inheritance for "App\Controller\Admin\SubscribeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscribeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SystemController" (parent: .abstract.instanceof.App\Controller\Admin\SystemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SystemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SystemController).
Resolving inheritance for "App\Controller\Admin\SystemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SystemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxZonesController" (parent: .abstract.instanceof.App\Controller\Admin\TaxZonesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxZonesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxZonesController).
Resolving inheritance for "App\Controller\Admin\TaxZonesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxZonesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxesController" (parent: .abstract.instanceof.App\Controller\Admin\TaxesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxesController).
Resolving inheritance for "App\Controller\Admin\TaxesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAddressController" (parent: .abstract.instanceof.App\Controller\Admin\UserAddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAddressController).
Resolving inheritance for "App\Controller\Admin\UserAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherThemeController" (parent: .abstract.instanceof.App\Controller\Admin\VoucherThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherThemeController).
Resolving inheritance for "App\Controller\Admin\VoucherThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WeightController" (parent: .abstract.instanceof.App\Controller\Admin\WeightController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WeightController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WeightController).
Resolving inheritance for "App\Controller\Admin\WeightController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WeightController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdyenNotificationController" (parent: .abstract.instanceof.App\Controller\AdyenNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdyenNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdyenNotificationController).
Resolving inheritance for "App\Controller\AdyenNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdyenNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\DefaultController" (parent: .abstract.instanceof.App\Controller\ERP\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\DefaultController).
Resolving inheritance for "App\Controller\ERP\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\IncomingGoodsController" (parent: .abstract.instanceof.App\Controller\ERP\IncomingGoodsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\IncomingGoodsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\IncomingGoodsController).
Resolving inheritance for "App\Controller\ERP\IncomingGoodsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\IncomingGoodsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\IncompleteProductController" (parent: .abstract.instanceof.App\Controller\ERP\IncompleteProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\IncompleteProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\IncompleteProductController).
Resolving inheritance for "App\Controller\ERP\IncompleteProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\IncompleteProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\OutgoingGoodsController" (parent: .abstract.instanceof.App\Controller\ERP\OutgoingGoodsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\OutgoingGoodsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\OutgoingGoodsController).
Resolving inheritance for "App\Controller\ERP\OutgoingGoodsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\OutgoingGoodsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\RestoreGoodsController" (parent: .abstract.instanceof.App\Controller\ERP\RestoreGoodsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\RestoreGoodsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\RestoreGoodsController).
Resolving inheritance for "App\Controller\ERP\RestoreGoodsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\RestoreGoodsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\ReturnStockController" (parent: .abstract.instanceof.App\Controller\ERP\ReturnStockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\ReturnStockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\ReturnStockController).
Resolving inheritance for "App\Controller\ERP\ReturnStockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\ReturnStockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\SupplierController" (parent: .abstract.instanceof.App\Controller\ERP\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\SupplierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\SupplierController).
Resolving inheritance for "App\Controller\ERP\SupplierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\SupplierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\SupplierOrdersController" (parent: .abstract.instanceof.App\Controller\ERP\SupplierOrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\SupplierOrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\SupplierOrdersController).
Resolving inheritance for "App\Controller\ERP\SupplierOrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\SupplierOrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\WarehouseController" (parent: .abstract.instanceof.App\Controller\ERP\WarehouseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\WarehouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\WarehouseController).
Resolving inheritance for "App\Controller\ERP\WarehouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\WarehouseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\WarehouseERPController" (parent: .abstract.instanceof.App\Controller\ERP\WarehouseERPController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\WarehouseERPController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\WarehouseERPController).
Resolving inheritance for "App\Controller\ERP\WarehouseERPController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\WarehouseERPController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController" (parent: .abstract.instanceof.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController).
Resolving inheritance for "App\Controller\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\CartManageController" (parent: .abstract.instanceof.App\Controller\Mobile\CartManageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\CartManageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\CartManageController).
Resolving inheritance for "App\Controller\Mobile\CartManageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\CartManageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\CategoryController" (parent: .abstract.instanceof.App\Controller\Mobile\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\CategoryController).
Resolving inheritance for "App\Controller\Mobile\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DefaultController" (parent: .abstract.instanceof.App\Controller\Mobile\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DefaultController).
Resolving inheritance for "App\Controller\Mobile\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ManufacturerController" (parent: .abstract.instanceof.App\Controller\Mobile\ManufacturerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ManufacturerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ManufacturerController).
Resolving inheritance for "App\Controller\Mobile\ManufacturerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ManufacturerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ProductController" (parent: .abstract.instanceof.App\Controller\Mobile\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ProductController).
Resolving inheritance for "App\Controller\Mobile\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ProductListingController" (parent: .abstract.instanceof.App\Controller\Mobile\ProductListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ProductListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ProductListingController).
Resolving inheritance for "App\Controller\Mobile\ProductListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ProductListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\UserAddressController" (parent: .abstract.instanceof.App\Controller\Mobile\UserAddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\UserAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\UserAddressController).
Resolving inheritance for "App\Controller\Mobile\UserAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\UserAddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TurnstileController" (parent: .abstract.instanceof.App\Controller\TurnstileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TurnstileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TurnstileController).
Resolving inheritance for "App\Controller\TurnstileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TurnstileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\CartManageController" (parent: .abstract.instanceof.App\Controller\User\CartManageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\CartManageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\CartManageController).
Resolving inheritance for "App\Controller\User\CartManageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\CartManageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\CategoryController" (parent: .abstract.instanceof.App\Controller\User\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\CategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\CategoryController).
Resolving inheritance for "App\Controller\User\CategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\CategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\DefaultController" (parent: .abstract.instanceof.App\Controller\User\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\DefaultController).
Resolving inheritance for "App\Controller\User\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\GetProductsController" (parent: .abstract.instanceof.App\Controller\User\GetProductsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\GetProductsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\GetProductsController).
Resolving inheritance for "App\Controller\User\GetProductsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\GetProductsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ManufacturerController" (parent: .abstract.instanceof.App\Controller\User\ManufacturerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ManufacturerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ManufacturerController).
Resolving inheritance for "App\Controller\User\ManufacturerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ManufacturerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OrdersController" (parent: .abstract.instanceof.App\Controller\User\OrdersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OrdersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OrdersController).
Resolving inheritance for "App\Controller\User\OrdersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OrdersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductController" (parent: .abstract.instanceof.App\Controller\User\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductController).
Resolving inheritance for "App\Controller\User\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductListingController" (parent: .abstract.instanceof.App\Controller\User\ProductListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductListingController).
Resolving inheritance for "App\Controller\User\ProductListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductRequestController" (parent: .abstract.instanceof.App\Controller\User\ProductRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductRequestController).
Resolving inheritance for "App\Controller\User\ProductRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductReturnsController" (parent: .abstract.instanceof.App\Controller\User\ProductReturnsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductReturnsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductReturnsController).
Resolving inheritance for "App\Controller\User\ProductReturnsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductReturnsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserAddressController" (parent: .abstract.instanceof.App\Controller\User\UserAddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserAddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserAddressController).
Resolving inheritance for "App\Controller\User\UserAddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserAddressController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Mobile\LogoutEventListener" (parent: .abstract.instanceof.App\EventListener\Mobile\LogoutEventListener).
Resolving inheritance for "App\EventListener\Mobile\LogoutEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Mobile\LogoutEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\SitemapSubscriber" (parent: .abstract.instanceof.App\EventListener\User\SitemapSubscriber).
Resolving inheritance for "App\EventListener\User\SitemapSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\SitemapSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminPreviewHostSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AdminPreviewHostSubscriber).
Resolving inheritance for "App\EventSubscriber\AdminPreviewHostSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminPreviewHostSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TurnstileExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TurnstileExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\TurnstileExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TurnstileExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AddCustomerType" (parent: .abstract.instanceof.App\Form\Acme\AddCustomerType).
Resolving inheritance for "App\Form\Acme\AddCustomerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AddCustomerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AddUserType" (parent: .abstract.instanceof.App\Form\Acme\AddUserType).
Resolving inheritance for "App\Form\Acme\AddUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AddUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminChangePasswordType" (parent: .abstract.instanceof.App\Form\Acme\AdminChangePasswordType).
Resolving inheritance for "App\Form\Acme\AdminChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminProfileFormType" (parent: .abstract.instanceof.App\Form\Acme\AdminProfileFormType).
Resolving inheritance for "App\Form\Acme\AdminProfileFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminProfileFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminResettingFormType" (parent: .abstract.instanceof.App\Form\Acme\AdminResettingFormType).
Resolving inheritance for "App\Form\Acme\AdminResettingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminResettingFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\ChangePasswordType" (parent: .abstract.instanceof.App\Form\Acme\ChangePasswordType).
Resolving inheritance for "App\Form\Acme\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\CustomerEditType" (parent: .abstract.instanceof.App\Form\Acme\CustomerEditType).
Resolving inheritance for "App\Form\Acme\CustomerEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\CustomerEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\DashboardProfileFormType" (parent: .abstract.instanceof.App\Form\Acme\DashboardProfileFormType).
Resolving inheritance for "App\Form\Acme\DashboardProfileFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\DashboardProfileFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\EditUserType" (parent: .abstract.instanceof.App\Form\Acme\EditUserType).
Resolving inheritance for "App\Form\Acme\EditUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\EditUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\RegistrationType" (parent: .abstract.instanceof.App\Form\Acme\RegistrationType).
Resolving inheritance for "App\Form\Acme\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\RegistrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\ResetPasswordType" (parent: .abstract.instanceof.App\Form\Acme\ResetPasswordType).
Resolving inheritance for "App\Form\Acme\ResetPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\ResetPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AppereanceType" (parent: .abstract.instanceof.App\Form\Admin\AppereanceType).
Resolving inheritance for "App\Form\Admin\AppereanceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AppereanceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AttributeType" (parent: .abstract.instanceof.App\Form\Admin\AttributeType).
Resolving inheritance for "App\Form\Admin\AttributeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AttributeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\BannerType" (parent: .abstract.instanceof.App\Form\Admin\BannerType).
Resolving inheritance for "App\Form\Admin\BannerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\BannerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CategoryProductReturnRuleType" (parent: .abstract.instanceof.App\Form\Admin\CategoryProductReturnRuleType).
Resolving inheritance for "App\Form\Admin\CategoryProductReturnRuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CategoryProductReturnRuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CategoryType" (parent: .abstract.instanceof.App\Form\Admin\CategoryType).
Resolving inheritance for "App\Form\Admin\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CmsType" (parent: .abstract.instanceof.App\Form\Admin\CmsType).
Resolving inheritance for "App\Form\Admin\CmsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CmsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ConfigureChildProductType" (parent: .abstract.instanceof.App\Form\Admin\ConfigureChildProductType).
Resolving inheritance for "App\Form\Admin\ConfigureChildProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ConfigureChildProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CountryType" (parent: .abstract.instanceof.App\Form\Admin\CountryType).
Resolving inheritance for "App\Form\Admin\CountryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CountryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CountryZonesType" (parent: .abstract.instanceof.App\Form\Admin\CountryZonesType).
Resolving inheritance for "App\Form\Admin\CountryZonesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CountryZonesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CouponType" (parent: .abstract.instanceof.App\Form\Admin\CouponType).
Resolving inheritance for "App\Form\Admin\CouponType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CouponType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CourierType" (parent: .abstract.instanceof.App\Form\Admin\CourierType).
Resolving inheritance for "App\Form\Admin\CourierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CourierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CurrencyType" (parent: .abstract.instanceof.App\Form\Admin\CurrencyType).
Resolving inheritance for "App\Form\Admin\CurrencyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CurrencyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CustomerBanIpType" (parent: .abstract.instanceof.App\Form\Admin\CustomerBanIpType).
Resolving inheritance for "App\Form\Admin\CustomerBanIpType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CustomerBanIpType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DshDeliveryNewType" (parent: .abstract.instanceof.App\Form\Admin\DshDeliveryNewType).
Resolving inheritance for "App\Form\Admin\DshDeliveryNewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DshDeliveryNewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmailType" (parent: .abstract.instanceof.App\Form\Admin\EmailType).
Resolving inheritance for "App\Form\Admin\EmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EventsType" (parent: .abstract.instanceof.App\Form\Admin\EventsType).
Resolving inheritance for "App\Form\Admin\EventsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EventsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FosUserType" (parent: .abstract.instanceof.App\Form\Admin\FosUserType).
Resolving inheritance for "App\Form\Admin\FosUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FosUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GiftVoucherType" (parent: .abstract.instanceof.App\Form\Admin\GiftVoucherType).
Resolving inheritance for "App\Form\Admin\GiftVoucherType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GiftVoucherType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InfoBarType" (parent: .abstract.instanceof.App\Form\Admin\InfoBarType).
Resolving inheritance for "App\Form\Admin\InfoBarType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InfoBarType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LanguageType" (parent: .abstract.instanceof.App\Form\Admin\LanguageType).
Resolving inheritance for "App\Form\Admin\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LengthType" (parent: .abstract.instanceof.App\Form\Admin\LengthType).
Resolving inheritance for "App\Form\Admin\LengthType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LengthType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailTemplateType" (parent: .abstract.instanceof.App\Form\Admin\MailTemplateType).
Resolving inheritance for "App\Form\Admin\MailTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ManufacturerType" (parent: .abstract.instanceof.App\Form\Admin\ManufacturerType).
Resolving inheritance for "App\Form\Admin\ManufacturerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ManufacturerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MessagesType" (parent: .abstract.instanceof.App\Form\Admin\MessagesType).
Resolving inheritance for "App\Form\Admin\MessagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MessagesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NewsEmailType" (parent: .abstract.instanceof.App\Form\Admin\NewsEmailType).
Resolving inheritance for "App\Form\Admin\NewsEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NewsEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderProductsType" (parent: .abstract.instanceof.App\Form\Admin\OrderProductsType).
Resolving inheritance for "App\Form\Admin\OrderProductsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderProductsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderStatusType" (parent: .abstract.instanceof.App\Form\Admin\OrderStatusType).
Resolving inheritance for "App\Form\Admin\OrderStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrdersType" (parent: .abstract.instanceof.App\Form\Admin\OrdersType).
Resolving inheritance for "App\Form\Admin\OrdersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrdersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PaymentMethodSettingsType" (parent: .abstract.instanceof.App\Form\Admin\PaymentMethodSettingsType).
Resolving inheritance for "App\Form\Admin\PaymentMethodSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PaymentMethodSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PaymentMethodType" (parent: .abstract.instanceof.App\Form\Admin\PaymentMethodType).
Resolving inheritance for "App\Form\Admin\PaymentMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PaymentMethodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PositionType" (parent: .abstract.instanceof.App\Form\Admin\PositionType).
Resolving inheritance for "App\Form\Admin\PositionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PositionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductAttributeType" (parent: .abstract.instanceof.App\Form\Admin\ProductAttributeType).
Resolving inheritance for "App\Form\Admin\ProductAttributeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductAttributeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductCharacteristicType" (parent: .abstract.instanceof.App\Form\Admin\ProductCharacteristicType).
Resolving inheritance for "App\Form\Admin\ProductCharacteristicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductCharacteristicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductCharacteristicValueType" (parent: .abstract.instanceof.App\Form\Admin\ProductCharacteristicValueType).
Resolving inheritance for "App\Form\Admin\ProductCharacteristicValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductCharacteristicValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductDiscountType" (parent: .abstract.instanceof.App\Form\Admin\ProductDiscountType).
Resolving inheritance for "App\Form\Admin\ProductDiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductDiscountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductLabelType" (parent: .abstract.instanceof.App\Form\Admin\ProductLabelType).
Resolving inheritance for "App\Form\Admin\ProductLabelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductLabelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductMediaType" (parent: .abstract.instanceof.App\Form\Admin\ProductMediaType).
Resolving inheritance for "App\Form\Admin\ProductMediaType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductMediaType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductOptionType" (parent: .abstract.instanceof.App\Form\Admin\ProductOptionType).
Resolving inheritance for "App\Form\Admin\ProductOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductOptionValueType" (parent: .abstract.instanceof.App\Form\Admin\ProductOptionValueType).
Resolving inheritance for "App\Form\Admin\ProductOptionValueType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductOptionValueType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductReturnsType" (parent: .abstract.instanceof.App\Form\Admin\ProductReturnsType).
Resolving inheritance for "App\Form\Admin\ProductReturnsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductReturnsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductReviewType" (parent: .abstract.instanceof.App\Form\Admin\ProductReviewType).
Resolving inheritance for "App\Form\Admin\ProductReviewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductReviewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductType" (parent: .abstract.instanceof.App\Form\Admin\ProductType).
Resolving inheritance for "App\Form\Admin\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PromotionType" (parent: .abstract.instanceof.App\Form\Admin\PromotionType).
Resolving inheritance for "App\Form\Admin\PromotionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PromotionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnActionType" (parent: .abstract.instanceof.App\Form\Admin\ReturnActionType).
Resolving inheritance for "App\Form\Admin\ReturnActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnOrderType" (parent: .abstract.instanceof.App\Form\Admin\ReturnOrderType).
Resolving inheritance for "App\Form\Admin\ReturnOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnOrderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnPolicyType" (parent: .abstract.instanceof.App\Form\Admin\ReturnPolicyType).
Resolving inheritance for "App\Form\Admin\ReturnPolicyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnPolicyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnReasonType" (parent: .abstract.instanceof.App\Form\Admin\ReturnReasonType).
Resolving inheritance for "App\Form\Admin\ReturnReasonType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnReasonType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnRuleType" (parent: .abstract.instanceof.App\Form\Admin\ReturnRuleType).
Resolving inheritance for "App\Form\Admin\ReturnRuleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnRuleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnStatusType" (parent: .abstract.instanceof.App\Form\Admin\ReturnStatusType).
Resolving inheritance for "App\Form\Admin\ReturnStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnsType" (parent: .abstract.instanceof.App\Form\Admin\ReturnsType).
Resolving inheritance for "App\Form\Admin\ReturnsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SettingsType" (parent: .abstract.instanceof.App\Form\Admin\SettingsType).
Resolving inheritance for "App\Form\Admin\SettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ShippingMethodType" (parent: .abstract.instanceof.App\Form\Admin\ShippingMethodType).
Resolving inheritance for "App\Form\Admin\ShippingMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ShippingMethodType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SliderType" (parent: .abstract.instanceof.App\Form\Admin\SliderType).
Resolving inheritance for "App\Form\Admin\SliderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SliderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SpecialDealsType" (parent: .abstract.instanceof.App\Form\Admin\SpecialDealsType).
Resolving inheritance for "App\Form\Admin\SpecialDealsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SpecialDealsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SpecialPriceType" (parent: .abstract.instanceof.App\Form\Admin\SpecialPriceType).
Resolving inheritance for "App\Form\Admin\SpecialPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SpecialPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StockIndicatorsType" (parent: .abstract.instanceof.App\Form\Admin\StockIndicatorsType).
Resolving inheritance for "App\Form\Admin\StockIndicatorsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StockIndicatorsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StockStatusType" (parent: .abstract.instanceof.App\Form\Admin\StockStatusType).
Resolving inheritance for "App\Form\Admin\StockStatusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StockStatusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SubTaxZonesType" (parent: .abstract.instanceof.App\Form\Admin\SubTaxZonesType).
Resolving inheritance for "App\Form\Admin\SubTaxZonesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SubTaxZonesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SubscribeType" (parent: .abstract.instanceof.App\Form\Admin\SubscribeType).
Resolving inheritance for "App\Form\Admin\SubscribeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SubscribeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TaxZonesType" (parent: .abstract.instanceof.App\Form\Admin\TaxZonesType).
Resolving inheritance for "App\Form\Admin\TaxZonesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TaxZonesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TaxesType" (parent: .abstract.instanceof.App\Form\Admin\TaxesType).
Resolving inheritance for "App\Form\Admin\TaxesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TaxesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserAddressType" (parent: .abstract.instanceof.App\Form\Admin\UserAddressType).
Resolving inheritance for "App\Form\Admin\UserAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\VoucherThemeType" (parent: .abstract.instanceof.App\Form\Admin\VoucherThemeType).
Resolving inheritance for "App\Form\Admin\VoucherThemeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\VoucherThemeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\WeightType" (parent: .abstract.instanceof.App\Form\Admin\WeightType).
Resolving inheritance for "App\Form\Admin\WeightType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\WeightType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\OrderProductsType" (parent: .abstract.instanceof.App\Form\ERP\OrderProductsType).
Resolving inheritance for "App\Form\ERP\OrderProductsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\OrderProductsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\OrdersType" (parent: .abstract.instanceof.App\Form\ERP\OrdersType).
Resolving inheritance for "App\Form\ERP\OrdersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\OrdersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\ProductType" (parent: .abstract.instanceof.App\Form\ERP\ProductType).
Resolving inheritance for "App\Form\ERP\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\ProductType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\SupplierType" (parent: .abstract.instanceof.App\Form\ERP\SupplierType).
Resolving inheritance for "App\Form\ERP\SupplierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\SupplierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\WarehouseType" (parent: .abstract.instanceof.App\Form\ERP\WarehouseType).
Resolving inheritance for "App\Form\ERP\WarehouseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\WarehouseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\BillingFormType" (parent: .abstract.instanceof.App\Form\Mobile\BillingFormType).
Resolving inheritance for "App\Form\Mobile\BillingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\BillingFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\CheckoutFormType" (parent: .abstract.instanceof.App\Form\Mobile\CheckoutFormType).
Resolving inheritance for "App\Form\Mobile\CheckoutFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\CheckoutFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\ContactFormType" (parent: .abstract.instanceof.App\Form\Mobile\ContactFormType).
Resolving inheritance for "App\Form\Mobile\ContactFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\ContactFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\DefaultUserAddressType" (parent: .abstract.instanceof.App\Form\Mobile\DefaultUserAddressType).
Resolving inheritance for "App\Form\Mobile\DefaultUserAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\DefaultUserAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\DropShippingFormType" (parent: .abstract.instanceof.App\Form\Mobile\DropShippingFormType).
Resolving inheritance for "App\Form\Mobile\DropShippingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\DropShippingFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\GuestCreateAccountType" (parent: .abstract.instanceof.App\Form\Mobile\GuestCreateAccountType).
Resolving inheritance for "App\Form\Mobile\GuestCreateAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\GuestCreateAccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\GuestRegisterType" (parent: .abstract.instanceof.App\Form\Mobile\GuestRegisterType).
Resolving inheritance for "App\Form\Mobile\GuestRegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\GuestRegisterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\ShippingFormType" (parent: .abstract.instanceof.App\Form\Mobile\ShippingFormType).
Resolving inheritance for "App\Form\Mobile\ShippingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\ShippingFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\UserAddressType" (parent: .abstract.instanceof.App\Form\Mobile\UserAddressType).
Resolving inheritance for "App\Form\Mobile\UserAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\UserAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\UserPersonalDetailsType" (parent: .abstract.instanceof.App\Form\Mobile\UserPersonalDetailsType).
Resolving inheritance for "App\Form\Mobile\UserPersonalDetailsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\UserPersonalDetailsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AdvancedSearchType" (parent: .abstract.instanceof.App\Form\User\AdvancedSearchType).
Resolving inheritance for "App\Form\User\AdvancedSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AdvancedSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AskQuestionType" (parent: .abstract.instanceof.App\Form\User\AskQuestionType).
Resolving inheritance for "App\Form\User\AskQuestionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AskQuestionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CartManageType" (parent: .abstract.instanceof.App\Form\User\CartManageType).
Resolving inheritance for "App\Form\User\CartManageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CartManageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckoutType" (parent: .abstract.instanceof.App\Form\User\CheckoutType).
Resolving inheritance for "App\Form\User\CheckoutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckoutType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckoutUserAddressType" (parent: .abstract.instanceof.App\Form\User\CheckoutUserAddressType).
Resolving inheritance for "App\Form\User\CheckoutUserAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckoutUserAddressType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ContactFormType" (parent: .abstract.instanceof.App\Form\User\ContactFormType).
Resolving inheritance for "App\Form\User\ContactFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ContactFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ContactType" (parent: .abstract.instanceof.App\Form\User\ContactType).
Resolving inheritance for "App\Form\User\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EuropeBestPriceType" (parent: .abstract.instanceof.App\Form\User\EuropeBestPriceType).
Resolving inheritance for "App\Form\User\EuropeBestPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EuropeBestPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\OrderProductsType" (parent: .abstract.instanceof.App\Form\User\OrderProductsType).
Resolving inheritance for "App\Form\User\OrderProductsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\OrderProductsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\OrdersType" (parent: .abstract.instanceof.App\Form\User\OrdersType).
Resolving inheritance for "App\Form\User\OrdersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\OrdersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductNotifyStockType" (parent: .abstract.instanceof.App\Form\User\ProductNotifyStockType).
Resolving inheritance for "App\Form\User\ProductNotifyStockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductNotifyStockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductRequestType" (parent: .abstract.instanceof.App\Form\User\ProductRequestType).
Resolving inheritance for "App\Form\User\ProductRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductReturnsType" (parent: .abstract.instanceof.App\Form\User\ProductReturnsType).
Resolving inheritance for "App\Form\User\ProductReturnsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductReturnsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductReviewType" (parent: .abstract.instanceof.App\Form\User\ProductReviewType).
Resolving inheritance for "App\Form\User\ProductReviewType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductReviewType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ReturnsType" (parent: .abstract.instanceof.App\Form\User\ReturnsType).
Resolving inheritance for "App\Form\User\ReturnsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ReturnsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\SubscribeType" (parent: .abstract.instanceof.App\Form\User\SubscribeType).
Resolving inheritance for "App\Form\User\SubscribeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\SubscribeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserAddressType" (parent: .abstract.instanceof.App\Form\User\UserAddressType).
Resolving inheritance for "App\Form\User\UserAddressType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserAddressType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChildProductCharacteristicValueRepository" (parent: .abstract.instanceof.App\Repository\ChildProductCharacteristicValueRepository).
Resolving inheritance for "App\Repository\ChildProductCharacteristicValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChildProductCharacteristicValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CmsRepository" (parent: .abstract.instanceof.App\Repository\CmsRepository).
Resolving inheritance for "App\Repository\CmsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CmsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierRepository" (parent: .abstract.instanceof.App\Repository\CourierRepository).
Resolving inheritance for "App\Repository\CourierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtraFieldsRepository" (parent: .abstract.instanceof.App\Repository\ExtraFieldsRepository).
Resolving inheritance for "App\Repository\ExtraFieldsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtraFieldsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FosUserRepository" (parent: .abstract.instanceof.App\Repository\FosUserRepository).
Resolving inheritance for "App\Repository\FosUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FosUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncomingGoodsProductRepository" (parent: .abstract.instanceof.App\Repository\IncomingGoodsProductRepository).
Resolving inheritance for "App\Repository\IncomingGoodsProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncomingGoodsProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository" (parent: .abstract.instanceof.App\Repository\ManufacturerRepository).
Resolving inheritance for "App\Repository\ManufacturerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTimelinesRepository" (parent: .abstract.instanceof.App\Repository\OrderTimelinesRepository).
Resolving inheritance for "App\Repository\OrderTimelinesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTimelinesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository" (parent: .abstract.instanceof.App\Repository\PaymentMethodRepository).
Resolving inheritance for "App\Repository\PaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository" (parent: .abstract.instanceof.App\Repository\ProductAttributeRepository).
Resolving inheritance for "App\Repository\ProductAttributeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductStatusRepository" (parent: .abstract.instanceof.App\Repository\ProductStatusRepository).
Resolving inheritance for "App\Repository\ProductStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReorderStockRepository" (parent: .abstract.instanceof.App\Repository\ReorderStockRepository).
Resolving inheritance for "App\Repository\ReorderStockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReorderStockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingMethodSettingsRepository" (parent: .abstract.instanceof.App\Repository\ShippingMethodSettingsRepository).
Resolving inheritance for "App\Repository\ShippingMethodSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingMethodSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierCartProductsRepository" (parent: .abstract.instanceof.App\Repository\SupplierCartProductsRepository).
Resolving inheritance for "App\Repository\SupplierCartProductsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierCartProductsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierProductsRepository" (parent: .abstract.instanceof.App\Repository\SupplierProductsRepository).
Resolving inheritance for "App\Repository\SupplierProductsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierProductsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserMediaRepository" (parent: .abstract.instanceof.App\Repository\UserMediaRepository).
Resolving inheritance for "App\Repository\UserMediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserMediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension" (parent: .abstract.instanceof.App\Twig\TwigExtension).
Resolving inheritance for "App\Twig\TwigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Acme\Constraints\EmailValidator" (parent: .abstract.instanceof.App\Validator\Acme\Constraints\EmailValidator).
Resolving inheritance for "App\Validator\Acme\Constraints\EmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Acme\Constraints\EmailValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\CategoryuniquenameValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\CategoryuniquenameValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\CategoryuniquenameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\CategoryuniquenameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\EancodeValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\EancodeValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\EancodeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\EancodeValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ManufactureruniquenameValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\ManufactureruniquenameValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\ManufactureruniquenameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ManufactureruniquenameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\MaxEntitiesValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\MaxEntitiesValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\MaxEntitiesValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\MaxEntitiesValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductcharacteristicuniquenameValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\ProductcharacteristicuniquenameValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\ProductcharacteristicuniquenameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductcharacteristicuniquenameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductoptionuniquenameValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\ProductoptionuniquenameValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\ProductoptionuniquenameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductoptionuniquenameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductuniquenameValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\ProductuniquenameValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\ProductuniquenameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductuniquenameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ShippingMethodNameValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\ShippingMethodNameValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\ShippingMethodNameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ShippingMethodNameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\StockindicatorValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\StockindicatorValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\StockindicatorValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\StockindicatorValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniqueCustomerEmailValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\UniqueCustomerEmailValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\UniqueCustomerEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniqueCustomerEmailValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquenameValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\UniquenameValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\UniquenameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquenameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniqueorderstatusValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\UniqueorderstatusValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\UniqueorderstatusValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniqueorderstatusValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquestatusValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\UniquestatusValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\UniquestatusValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquestatusValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquesubtaxzoneValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\UniquesubtaxzoneValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\UniquesubtaxzoneValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquesubtaxzoneValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UseremailuniquenameValidator" (parent: .abstract.instanceof.App\Validator\Admin\Constraints\UseremailuniquenameValidator).
Resolving inheritance for "App\Validator\Admin\Constraints\UseremailuniquenameValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UseremailuniquenameValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\User\Constraints\OrdersValidator" (parent: .abstract.instanceof.App\Validator\User\Constraints\OrdersValidator).
Resolving inheritance for "App\Validator\User\Constraints\OrdersValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\User\Constraints\OrdersValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.admin.validator.max_entities" (parent: .abstract.instanceof.admin.validator.max_entities).
Resolving inheritance for "admin.validator.max_entities" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.admin.validator.max_entities).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.monolog.logger.turnstile" (parent: .abstract.instanceof.monolog.logger.turnstile).
Resolving inheritance for "monolog.logger.turnstile" (parent: .instanceof.Monolog\ResettableInterface.0.monolog.logger.turnstile).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.admin_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.users_in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.firewall.map.config.adyen_webhook" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.adyen_webhook" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.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.admin" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.mobile" (parent: security.firewall.config).
Resolving inheritance for "security.listener.mobile.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.mobile" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.mobile" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.mobile" (parent: security.logout.listener.default).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.mobile" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.mobile" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.mobile" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.mobile" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.mobile" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.mobile" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.mobile" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.mobile" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.mobile" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.mobile" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
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 "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 "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.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
2
Skipping service "App\EventListener\User\SitemapListener": Class or interface "App\EventListener\User\SitemapListener" cannot be loaded.
Skipping service "admin.product": Class or interface "App\Service\Admin\ProductService" cannot be loaded.
236
Removed service "Symfony\Component\Security\Http\Logout\LogoutUrlGenerator"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "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 "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.mobile"; reason: private alias.
Removed service "security.user_checker.mobile"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\GeneratorInterface"; reason: private alias.
Removed service "Presta\SitemapBundle\Service\DumperInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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 "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator._ZtTqYX"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.gx.Av.v"; reason: private alias.
Removed service ".service_locator._09hyTZ"; reason: private alias.
Removed service ".service_locator.U4ULTo2"; reason: private alias.
Removed service ".service_locator.6MSl35U"; reason: private alias.
Removed service ".service_locator.rOYYb37"; reason: private alias.
Removed service ".service_locator.rubTuRL"; reason: private alias.
Removed service ".service_locator.JmnM.vN"; reason: private alias.
Removed service ".service_locator.XTOfFb0"; reason: private alias.
Removed service ".service_locator.zMW_h0W"; reason: private alias.
Removed service ".service_locator.5kE8Yl7"; reason: private alias.
Removed service ".service_locator.1.eWQtY"; reason: private alias.
Removed service ".service_locator.SoJvOJS"; reason: private alias.
Removed service ".service_locator.zxoe4zh"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.gdaKo7z"; 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 "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.mobile"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.mobile"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.e94KPw6"; reason: private alias.
Removed service ".service_locator.ZtzvFxW"; reason: private alias.
Removed service ".service_locator.j1u2glN"; reason: private alias.
Removed service ".service_locator.M96jn.M"; reason: private alias.
Removed service ".service_locator.l0jl4QL"; reason: private alias.
Removed service ".service_locator.W47vLMj"; reason: private alias.
Removed service ".service_locator._lLkNDT"; reason: private alias.
Removed service ".service_locator.JTv8Ez9"; reason: private alias.
Removed service ".service_locator.rDF9y5F"; reason: private alias.
Removed service ".service_locator.5wjs2RD"; reason: private alias.
Removed service ".service_locator.inpWn4D"; reason: private alias.
Removed service ".service_locator.iJj51DU"; reason: private alias.
Removed service ".service_locator.OKGEl6a"; reason: private alias.
Removed service ".service_locator.BWtNjEM"; reason: private alias.
Removed service ".service_locator.wcupif6"; reason: private alias.
Removed service ".service_locator.72pxXVD"; reason: private alias.
Removed service ".service_locator.n00L9mm"; reason: private alias.
Removed service ".service_locator.m7fAE_z"; reason: private alias.
Removed service ".service_locator.BpOtXew"; reason: private alias.
Removed service ".service_locator.P_qcY33"; reason: private alias.
Removed service ".service_locator.no1jQxA"; reason: private alias.
Removed service ".service_locator.wKbwyAu"; reason: private alias.
Removed service ".service_locator.sOAOGBj"; reason: private alias.
Removed service ".service_locator.BAuMIbO"; reason: private alias.
Removed service ".service_locator.eU26Y3Q"; reason: private alias.
Removed service ".service_locator.VBY.Lav"; reason: private alias.
Removed service ".service_locator.wjOeb3e"; reason: private alias.
Removed service ".service_locator.m0ckXUo"; reason: private alias.
Removed service ".service_locator.tUEBm5t"; reason: private alias.
Removed service ".service_locator.EuNsNg3"; reason: private alias.
Removed service ".service_locator.WuyQEjQ"; reason: private alias.
Removed service ".service_locator.Es5I6k2"; reason: private alias.
Removed service ".service_locator.5amdnHl"; reason: private alias.
Removed service ".service_locator.yBwvBRN"; reason: private alias.
Removed service ".service_locator.cWLgkSz"; reason: private alias.
Removed service ".service_locator.fdwhbXu"; reason: private alias.
Removed service ".service_locator.GeFND7u"; reason: private alias.
Removed service ".service_locator.geiC2LE"; reason: private alias.
Removed service ".service_locator.yUPfe_K"; reason: private alias.
Removed service ".service_locator.eOCg3fS"; reason: private alias.
Removed service ".service_locator.dGUCsbe"; reason: private alias.
Removed service ".service_locator.3L0QQ2B"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
Removed service ".service_locator.BDQk2nl"; reason: private alias.
179
Changed reference of service "App\Command\RenewedProductAvailableCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Command\RenewedProductAvailableCommand" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Acme\ChangePasswordController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Acme\ProfileController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Acme\RegistrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Acme\RegistrationController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Acme\RegistrationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Acme\ResettingController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Acme\ResettingController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Acme\SecurityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Acme\SecurityController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Admin\CustomerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\CustomerController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Admin\CustomerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\OrderProductsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\OrdersController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Admin\UserController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ERP\IncompleteProductController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\ERP\SupplierOrdersController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ERP\SupplierOrdersController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Mobile\CartManageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Mobile\CartManageController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Mobile\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Mobile\DefaultController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Mobile\ProductController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Mobile\ProductController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\Mobile\ProductListingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\CartManageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\DefaultController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\User\GetProductsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\OrdersController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\OrdersController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\User\ProductController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\ProductController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\User\ProductListingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\ProductRequestController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\User\ProductReturnsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListener\Admin\AdminRoleCheckListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\Admin\ResponseListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\AdminForceLogoutListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\Mobile\AuthenticationEventListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\Mobile\AuthenticationEventListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListener\Mobile\LogoutEventListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\User\AuthenticationEventListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\User\AuthenticationEventListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListener\User\BeforeControllerListener" previously pointing to "router.default" to "router".
Changed reference of service "App\EventListener\User\SitemapSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\AdminPreviewHostSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\TurnstileExceptionSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Acme\AdminChangePasswordType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Acme\ChangePasswordType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Acme\DashboardProfileFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Acme\RegistrationType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\BillingFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\CheckoutFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\ContactFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\DefaultUserAddressType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\DropShippingFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\GuestCreateAccountType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\GuestRegisterType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\ShippingFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\UserAddressType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\Mobile\UserPersonalDetailsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\AskQuestionType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\ContactFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\ContactType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\EuropeBestPriceType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\OrderProductsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\OrdersType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\ProductReturnsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\ProductReviewType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\ReturnsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\User\UserAddressType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\AuthenticationEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\MobileLoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\MobileLoginFormAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\CartManageService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\CheckoutService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\CheckoutService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\CustomerOrderService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\MobileCheckoutService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\MobileCheckoutService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\ProductPriceService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\StockIndicator\IndicatorHelperService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\StockIndicator\IndicatorHelperService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\StockIndicator\OrderStockAndStockIndicatorService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\StockIndicatorService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\StockIndicatorService" previously pointing to "router.default" to "router".
Changed reference of service "App\Tool\Admin\Functions" previously pointing to "router.default" to "router".
Changed reference of service "App\Tool\Admin\Functions" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tool\Admin\Message" previously pointing to "router.default" to "router".
Changed reference of service "App\Tool\User\Functions" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Tool\User\Functions" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\TwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\Acme\Constraints\EmailValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Validator\User\Constraints\OrdersValidator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.exception_listener" previously pointing to "router.default" to "router".
Changed reference of service "authentication.mobile.success.listener" previously pointing to "router.default" to "router".
Changed reference of service "admin_bundle.functions" previously pointing to "router.default" to "router".
Changed reference of service "admin_bundle.functions" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "user_bundle.functions" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "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 "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "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 "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 "presta_sitemap.dump_command" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dump_command" previously pointing to "presta_sitemap.dumper_default" to "presta_sitemap.dumper".
Changed reference of service "presta_sitemap.controller" previously pointing to "presta_sitemap.generator_default" to "presta_sitemap.generator".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.eventlistener.route_annotation" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.fMmtzeo" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.4d_Kp6." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.generator" previously pointing to "router.default" to "router".
Changed reference of service "presta_sitemap.dumper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "presta_sitemap.dumper" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.App\Command\KishanCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.public_alias.App\Command\KishanCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.App\Command\ReviewReminderCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.public_alias.App\Command\ReviewReminderCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.App\Command\SentMailCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.public_alias.App\Command\SentMailCommand" previously pointing to "router.default" to "router".
Changed reference of service "console.command.public_alias.App\Command\SentMailDeliveryCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.public_alias.App\Command\SentMailDeliveryCommand" previously pointing to "router.default" to "router".
1022
Removed service "App\DependencyInjection"; reason: abstract.
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "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 "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 "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.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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ABSProductsUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ABSProductsUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AbsolutBikeProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AbsolutBikeProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInHistoricIntQuantityCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddInHistoricIntQuantityCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInHistoricIntQuantityPastCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddInHistoricIntQuantityPastCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllDISupplierProductsUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AllDISupplierProductsUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllProductChangeDateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AllProductChangeDateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllSupplierProductsUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AllSupplierProductsUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AllSupplierProductsUpdateNewCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AllSupplierProductsUpdateNewCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AlpinaProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AlpinaProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AmslerDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AmslerDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AmslerProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AmslerProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ArthurProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ArthurProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AspireDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AspireDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignOrderToUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AssignOrderToUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateCurrencyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AutoUpdateCurrencyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AutoUpdateTimeZoneCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AutoUpdateTimeZoneCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BWDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BWDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BikeCoProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BikeCoProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateNetPriceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CalculateNetPriceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CalculateSpecialNetPriceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CalculateSpecialNetPriceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeNotUpdatedSupplierCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChangeNotUpdatedSupplierCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeNotUpdatedSupplierINTCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChangeNotUpdatedSupplierINTCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeProductSupplierCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChangeProductSupplierCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChangeVCTToEXTCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChangeVCTToEXTCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckIsMinQtySupplierProductBasePriceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CheckIsMinQtySupplierProductBasePriceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductAlpinaUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChildProductAlpinaUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceAmslerUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChildProductBasePriceAmslerUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceArthurUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChildProductBasePriceArthurUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductBasePriceIndianSummerUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChildProductBasePriceIndianSummerUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductChrissportsUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChildProductChrissportsUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductCombinedImageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChildProductCombinedImageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChildProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChildProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChrissportsDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsDISelectedProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChrissportsDISelectedProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ChrissportsProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ChrissportsProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIChildProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DIChildProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIContinuesUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DIContinuesUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DISimpleProductAvailabilityCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DISimpleProductAvailabilityCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DItoVCTSwitchCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DItoVCTSwitchCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EXTCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EXTCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FRBikeDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FRBikeDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfEXTCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FallbackOfEXTCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfINTCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FallbackOfINTCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FallbackOfVCTCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FallbackOfVCTCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FuchsMovesaDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FuchsMovesaDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FuchsMovesaProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FuchsMovesaProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GPRDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GPRDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GPRProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GPRProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GcpPrintCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GcpPrintCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleFeederCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GoogleFeederCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GoogleSitemapCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GoogleSitemapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoBarCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InfoBarCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntProductCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IntProductCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IntercycleDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleDISelectedProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IntercycleDISelectedProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IntercycleProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IntercycleProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\JbsDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\JbsDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\KishanCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\KishanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MRCTradingDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MRCTradingDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MinSUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MinSUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MohawkDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MohawkDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NewmenProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\NewmenProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NotUnder500DaysCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\NotUnder500DaysCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ParentStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ParentStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PaymentLogUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PaymentLogUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductFilterUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductFilterUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductPriceRoundingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductPriceRoundingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusActiveCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductStatusActiveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusModuleUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductStatusModuleUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ProductURLUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ProductURLUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RMSDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RMSDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RMSProductsUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RMSProductsUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RacoProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RacoProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RedirectUrlsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RedirectUrlsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveSupplierProductsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveSupplierProductsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RenewedProductAvailableCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RenewedProductAvailableCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReviewReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReviewReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SentMailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SentMailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SentMailDeliveryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SentMailDeliveryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeoKeywordsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SeoKeywordsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductAlpinaUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SimpleProductAlpinaUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceAmslerUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SimpleProductBasePriceAmslerUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceArthurUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SimpleProductBasePriceArthurUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductBasePriceIndianSummerUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SimpleProductBasePriceIndianSummerUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SimpleProductChrissportsUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SimpleProductChrissportsUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SpecialPriceUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SpecialPriceUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SportimportProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SportimportProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SupplierFallbackSyncCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SupplierFallbackSyncCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SupplierProductUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SupplierProductUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TDSProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TDSProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TSDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TSDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TehavaProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TehavaProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TopFunDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TopFunDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UniqueChildProductCodeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UniqueChildProductCodeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCompanyVCTProductCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateCompanyVCTProductCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateProductAttrImageColorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateProductAttrImageColorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateSupplierCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateSupplierCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateSupplierProductsToCatalogProducts"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateSupplierProductsToCatalogProducts"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpgradeBikesDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpgradeBikesDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadChildProductCombinedImageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UploadChildProductCombinedImageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UploadProductMainImageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UploadProductMainImageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UvexDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UvexDIProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UvexProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UvexProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VCTCostPriceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VCTCostPriceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VelokProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VelokProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VitelliProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VitelliProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WienerBPProductStatusUpdateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\WienerBPProductStatusUpdateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ChangePasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Acme\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Acme\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Acme\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Acme\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\ResettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\ResettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Acme\ResettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Acme\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Acme\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Acme\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AlternativeadminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AlternativeadminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AlternativeadminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AppereanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AppereanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AppereanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AttributeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BannerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\BannerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CategoryProductReturnRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CategoryProductReturnRuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CategoryProductReturnRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChildProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChildProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ChildProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CmsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CmsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyCalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyCalendarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CompanyCalendarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CountryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CountryZonesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CountryZonesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CountryZonesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CouponController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CourierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CourierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CurrencyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CurrencyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerBanIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerBanIpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomerBanIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DshDeliveryNewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DshDeliveryNewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DshDeliveryNewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EanTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EanTypesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EanTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GiftVoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GiftVoucherController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\GiftVoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\HighlightProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\HighlightProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HotProduct\HighlightProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\NewProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\NewProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HotProduct\NewProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\PopularProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\PopularProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HotProduct\PopularProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HotProduct\TopBrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HotProduct\TopBrandController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HotProduct\TopBrandController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InfoBarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InfoBarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\InfoBarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\InventorySingleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\InventorySingleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\InventorySingleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LanguagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LanguagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LengthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LengthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LengthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MailTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ManufacturerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ManufacturerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ManufacturerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MessagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MessagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MessagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrderTimelinesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrderTimelinesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrderTimelinesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\OrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\OrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\OrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PaymentMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaymentMethodSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaymentMethodSettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PaymentMethodSettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductAttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductAttributeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductAttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCharacteristicController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCharacteristicController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductCharacteristicController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductCharacteristicValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductCharacteristicValueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductCharacteristicValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductConfigureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductConfigureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductConfigureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductDiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductLabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductLabelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductLabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductOptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductOptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductOptionValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductOptionValueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductOptionValueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductProductAttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductProductAttributeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductProductAttributeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductReturnsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductReturnsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductReturnsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductReviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductReviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductSpecialPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductSpecialPriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductSpecialPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductSpecificController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductSpecificController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductSpecificController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProductStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProductStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProductStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PromotionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PromotionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PromotionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReorderedStockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReorderedStockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReorderedStockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReportsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReportsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReportsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReserveStockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReserveStockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReserveStockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnActionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReturnActionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnPolicyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnPolicyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReturnPolicyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnReasonController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReturnReasonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnRuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReturnRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReturnStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReturnStatusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReturnStatusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SalesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SalesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SalesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ShippingMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ShippingMethodController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ShippingMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SimpleProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SimpleProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SimpleProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SliderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SliderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SpecialDealsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SpecialDealsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SpecialDealsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SpecialPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SpecialPriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SpecialPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\StockIndicatorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\StockIndicatorsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\StockIndicatorsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubTaxZonesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubTaxZonesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SubTaxZonesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscribeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SystemController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SystemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxZonesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxZonesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TaxZonesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TaxesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TaxesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TaxesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserAddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VoucherThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VoucherThemeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VoucherThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WeightController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WeightController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\WeightController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdyenNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdyenNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdyenNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\IncomingGoodsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\IncomingGoodsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\IncomingGoodsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\IncompleteProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\IncompleteProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\IncompleteProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\OutgoingGoodsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\OutgoingGoodsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\OutgoingGoodsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\RestoreGoodsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\RestoreGoodsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\RestoreGoodsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\ReturnStockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\ReturnStockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\ReturnStockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\SupplierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\SupplierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\SupplierOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\SupplierOrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\SupplierOrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\WarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\WarehouseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\WarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ERP\WarehouseERPController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ERP\WarehouseERPController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ERP\WarehouseERPController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\CartManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\CartManageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\CartManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ManufacturerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ManufacturerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\ManufacturerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\ProductListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\ProductListingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\ProductListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Mobile\UserAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Mobile\UserAddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Mobile\UserAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TurnstileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TurnstileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TurnstileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\CartManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\CartManageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\CartManageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\CategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\CategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\GetProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\GetProductsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\GetProductsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ManufacturerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ManufacturerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ManufacturerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\OrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\OrdersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\OrdersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductListingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ProductListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ProductRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\ProductReturnsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\ProductReturnsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\ProductReturnsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\User\UserAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\User\UserAddressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\User\UserAddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\Mobile\LogoutEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Mobile\LogoutEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\User\SitemapSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\User\SitemapSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AdminPreviewHostSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AdminPreviewHostSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TurnstileExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TurnstileExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AddCustomerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\AddCustomerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AddUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\AddUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\AdminChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminProfileFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\AdminProfileFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\AdminResettingFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\AdminResettingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\CustomerEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\CustomerEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\DashboardProfileFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\DashboardProfileFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\EditUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\EditUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\RegistrationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\RegistrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Acme\ResetPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Acme\ResetPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AppereanceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AppereanceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AttributeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\BannerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\BannerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CategoryProductReturnRuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CategoryProductReturnRuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CmsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CmsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ConfigureChildProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ConfigureChildProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CountryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CountryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CountryZonesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CountryZonesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CouponType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CouponType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CourierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CourierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CurrencyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CurrencyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CustomerBanIpType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\CustomerBanIpType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DshDeliveryNewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DshDeliveryNewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\EmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EventsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\EventsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\FosUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\FosUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GiftVoucherType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\GiftVoucherType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\InfoBarType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\InfoBarType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\LanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LengthType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\LengthType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MailTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ManufacturerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ManufacturerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MessagesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MessagesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\NewsEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\NewsEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderProductsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\OrderProductsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrderStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\OrderStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\OrdersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\OrdersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PaymentMethodSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\PaymentMethodSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PaymentMethodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\PaymentMethodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PositionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\PositionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductAttributeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductAttributeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductCharacteristicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductCharacteristicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductCharacteristicValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductCharacteristicValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductDiscountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductDiscountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductLabelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductLabelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductMediaType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductMediaType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductOptionValueType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductOptionValueType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductReturnsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductReturnsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductReviewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductReviewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PromotionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\PromotionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ReturnActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnOrderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ReturnOrderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnPolicyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ReturnPolicyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnReasonType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ReturnReasonType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnRuleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ReturnRuleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ReturnStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReturnsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ReturnsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SettingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ShippingMethodType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ShippingMethodType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SliderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SliderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SpecialDealsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SpecialDealsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SpecialPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SpecialPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StockIndicatorsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\StockIndicatorsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\StockStatusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\StockStatusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SubTaxZonesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SubTaxZonesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SubscribeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SubscribeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TaxZonesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\TaxZonesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\TaxesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\TaxesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\UserAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\VoucherThemeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\VoucherThemeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\WeightType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\WeightType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\OrderProductsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ERP\OrderProductsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\OrdersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ERP\OrdersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\ProductType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ERP\ProductType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\SupplierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ERP\SupplierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ERP\WarehouseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ERP\WarehouseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\BillingFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\BillingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\CheckoutFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\CheckoutFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\ContactFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\ContactFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\DefaultUserAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\DefaultUserAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\DropShippingFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\DropShippingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\GuestCreateAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\GuestCreateAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\GuestRegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\GuestRegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\ShippingFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\ShippingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\UserAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\UserAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Mobile\UserPersonalDetailsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Mobile\UserPersonalDetailsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AdvancedSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\AdvancedSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\AskQuestionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\AskQuestionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CartManageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\CartManageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckoutType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\CheckoutType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\CheckoutUserAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\CheckoutUserAddressType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ContactFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\ContactFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\EuropeBestPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\EuropeBestPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\OrderProductsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\OrderProductsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\OrdersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\OrdersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductNotifyStockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\ProductNotifyStockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\ProductRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductReturnsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\ProductReturnsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ProductReviewType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\ProductReviewType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\ReturnsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\ReturnsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\SubscribeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\SubscribeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\User\UserAddressType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\User\UserAddressType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ChildProductCharacteristicValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ChildProductCharacteristicValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CmsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CmsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CourierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CourierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExtraFieldsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ExtraFieldsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FosUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FosUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncomingGoodsProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IncomingGoodsProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ManufacturerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ManufacturerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderTimelinesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderTimelinesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAttributeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductAttributeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProductStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReorderStockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReorderStockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ShippingMethodSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ShippingMethodSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierCartProductsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierCartProductsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupplierProductsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SupplierProductsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserMediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserMediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TwigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TwigExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Acme\Constraints\EmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Acme\Constraints\EmailValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\CategoryuniquenameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\CategoryuniquenameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\EancodeValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\EancodeValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ManufactureruniquenameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\ManufactureruniquenameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\MaxEntitiesValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\MaxEntitiesValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductcharacteristicuniquenameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\ProductcharacteristicuniquenameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductoptionuniquenameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\ProductoptionuniquenameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ProductuniquenameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\ProductuniquenameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\ShippingMethodNameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\ShippingMethodNameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\StockindicatorValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\StockindicatorValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniqueCustomerEmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\UniqueCustomerEmailValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquenameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\UniquenameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniqueorderstatusValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\UniqueorderstatusValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquestatusValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\UniquestatusValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UniquesubtaxzoneValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\UniquesubtaxzoneValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\Admin\Constraints\UseremailuniquenameValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\Admin\Constraints\UseremailuniquenameValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\User\Constraints\OrdersValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\User\Constraints\OrdersValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.admin.validator.max_entities"; reason: abstract.
Removed service ".abstract.instanceof.admin.validator.max_entities"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.monolog.logger.turnstile"; reason: abstract.
Removed service ".abstract.instanceof.monolog.logger.turnstile"; reason: abstract.
114
Removed service "App\EventListener\User\ExceptionListener"; reason: unused.
Removed service "App\EventListener\User\SitemapListener"; reason: unused.
Removed service "App\Exception\TurnstileVerificationException"; reason: unused.
Removed service "App\Image\GDAdapterFixed"; reason: unused.
Removed service "App\Mailer\FOSUserMailer"; reason: unused.
Removed service "App\Migrations\Factory\MigrationFactoryDecorator"; reason: unused.
Removed service "App\Query\Mysql\Date"; reason: unused.
Removed service "App\Query\Mysql\Field"; reason: unused.
Removed service "App\Query\Mysql\GroupConcat"; reason: unused.
Removed service "App\Query\Mysql\IfNull"; reason: unused.
Removed service "App\Query\Mysql\StrToDate"; reason: unused.
Removed service "App\Security\TurnstileValidator"; reason: unused.
Removed service "App\Service\CombinedReadFilter"; reason: unused.
Removed service "App\Service\Feed\ProductFeedService"; reason: unused.
Removed service "App\Service\GlobalVariableService"; reason: unused.
Removed service "App\Tool\Admin\DPDAuthorisation"; reason: unused.
Removed service "App\Tool\Admin\DPDParcelStatus"; reason: unused.
Removed service "App\Tool\Admin\DPDShipment"; reason: unused.
Removed service "App\Tool\Admin\UploadHandler"; reason: unused.
Removed service "App\Tool\Admin\gapi"; reason: unused.
Removed service "App\Tool\User\MobileDetect"; reason: unused.
Removed service "App\Util\PriceHelper"; reason: unused.
Removed service "App\Validator\Acme\Constraints\Email"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Categoryuniquename"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Eancode"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Manufactureruniquename"; reason: unused.
Removed service "App\Validator\Admin\Constraints\MaxEntities"; reason: unused.
Removed service "App\Validator\Admin\Constraints\MaxEntitiesValidator"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Productcharacteristicuniquename"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Productoptionuniquename"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Productuniquename"; reason: unused.
Removed service "App\Validator\Admin\Constraints\ShippingMethodName"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Stockindicator"; reason: unused.
Removed service "App\Validator\Admin\Constraints\UniqueCustomerEmail"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Uniquename"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Uniqueorderstatus"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Uniquestatus"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Uniquesubtaxzone"; reason: unused.
Removed service "App\Validator\Admin\Constraints\Useremailuniquename"; reason: unused.
Removed service "App\Validator\User\Constraints\Orders"; reason: unused.
Removed service "authentication.mobile.success.listener"; reason: unused.
Removed service "admin.product"; reason: unused.
Removed service "admin_bundle.functions"; reason: unused.
Removed service "user_bundle.functions"; 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 "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_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 ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.admin"; 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 "security.user_checker.chain.mobile"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; 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 "webpack_encore.cache"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.4FeJltG"; reason: unused.
487
Inlined service "App\Service\CostPriceService" to "App\Command\GoogleFeederCommand".
Inlined service "App\Service\Feed\FileTransferService" to "App\Command\GoogleFeederCommand".
Inlined service "App\Service\Feed\FeedBuilderService" to "App\Command\GoogleFeederCommand".
Inlined service "App\Service\ProductStatusService" to "App\Command\RenewedProductAvailableCommand".
Inlined service ".service_locator.fMmtzeo.App\Controller\Acme\ChangePasswordController" to "App\Controller\Acme\ChangePasswordController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Acme\DefaultController" to "App\Controller\Acme\DefaultController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Acme\ProfileController" to "App\Controller\Acme\ProfileController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Acme\RegistrationController" to "App\Controller\Acme\RegistrationController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Acme\ResettingController" to "App\Controller\Acme\ResettingController".
Inlined service "security.authentication_utils" to "App\Controller\Acme\SecurityController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Acme\SecurityController" to "App\Controller\Acme\SecurityController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\AlternativeadminController" to "App\Controller\Admin\AlternativeadminController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\AppereanceController" to "App\Controller\Admin\AppereanceController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\AttributeController" to "App\Controller\Admin\AttributeController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\BannerController" to "App\Controller\Admin\BannerController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CatalogController" to "App\Controller\Admin\CatalogController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CategoryController" to "App\Controller\Admin\CategoryController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CategoryProductController" to "App\Controller\Admin\CategoryProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CategoryProductReturnRuleController" to "App\Controller\Admin\CategoryProductReturnRuleController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ChildProductController" to "App\Controller\Admin\ChildProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CmsController" to "App\Controller\Admin\CmsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CompanyCalendarController" to "App\Controller\Admin\CompanyCalendarController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CountryController" to "App\Controller\Admin\CountryController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CountryZonesController" to "App\Controller\Admin\CountryZonesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CouponController" to "App\Controller\Admin\CouponController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CourierController" to "App\Controller\Admin\CourierController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CurrencyController" to "App\Controller\Admin\CurrencyController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CustomerBanIpController" to "App\Controller\Admin\CustomerBanIpController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\CustomerController" to "App\Controller\Admin\CustomerController".
Inlined service "App\Tool\Admin\Message" to "App\Controller\Admin\DefaultController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\DefaultController" to "App\Controller\Admin\DefaultController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\DshDeliveryNewController" to "App\Controller\Admin\DshDeliveryNewController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\EanTypesController" to "App\Controller\Admin\EanTypesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\EventsController" to "App\Controller\Admin\EventsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\GiftVoucherController" to "App\Controller\Admin\GiftVoucherController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\HotProduct\HighlightProductController" to "App\Controller\Admin\HotProduct\HighlightProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\HotProduct\NewProductController" to "App\Controller\Admin\HotProduct\NewProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\HotProduct\PopularProductController" to "App\Controller\Admin\HotProduct\PopularProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\HotProduct\TopBrandController" to "App\Controller\Admin\HotProduct\TopBrandController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\InfoBarController" to "App\Controller\Admin\InfoBarController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\InventorySingleController" to "App\Controller\Admin\InventorySingleController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\LanguageController" to "App\Controller\Admin\LanguageController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\LanguagesController" to "App\Controller\Admin\LanguagesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\LengthController" to "App\Controller\Admin\LengthController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\MailTemplateController" to "App\Controller\Admin\MailTemplateController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ManufacturerController" to "App\Controller\Admin\ManufacturerController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\MessagesController" to "App\Controller\Admin\MessagesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\OrderProductsController" to "App\Controller\Admin\OrderProductsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\OrderStatusController" to "App\Controller\Admin\OrderStatusController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\OrderTimelinesController" to "App\Controller\Admin\OrderTimelinesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\OrdersController" to "App\Controller\Admin\OrdersController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\PaymentMethodController" to "App\Controller\Admin\PaymentMethodController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\PaymentMethodSettingsController" to "App\Controller\Admin\PaymentMethodSettingsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductAttributeController" to "App\Controller\Admin\ProductAttributeController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductCharacteristicController" to "App\Controller\Admin\ProductCharacteristicController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductCharacteristicValueController" to "App\Controller\Admin\ProductCharacteristicValueController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductConfigureController" to "App\Controller\Admin\ProductConfigureController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductController" to "App\Controller\Admin\ProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductDiscountController" to "App\Controller\Admin\ProductDiscountController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductLabelController" to "App\Controller\Admin\ProductLabelController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductOptionController" to "App\Controller\Admin\ProductOptionController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductOptionValueController" to "App\Controller\Admin\ProductOptionValueController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductPreviewController" to "App\Controller\Admin\ProductPreviewController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductProductAttributeController" to "App\Controller\Admin\ProductProductAttributeController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductRequestController" to "App\Controller\Admin\ProductRequestController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductReturnsController" to "App\Controller\Admin\ProductReturnsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductReviewController" to "App\Controller\Admin\ProductReviewController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductSpecialPriceController" to "App\Controller\Admin\ProductSpecialPriceController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductSpecificController" to "App\Controller\Admin\ProductSpecificController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ProductStatusController" to "App\Controller\Admin\ProductStatusController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\PromotionController" to "App\Controller\Admin\PromotionController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ReorderedStockController" to "App\Controller\Admin\ReorderedStockController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ReportsController" to "App\Controller\Admin\ReportsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ReserveStockController" to "App\Controller\Admin\ReserveStockController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ReturnActionController" to "App\Controller\Admin\ReturnActionController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ReturnPolicyController" to "App\Controller\Admin\ReturnPolicyController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ReturnReasonController" to "App\Controller\Admin\ReturnReasonController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ReturnRuleController" to "App\Controller\Admin\ReturnRuleController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ReturnStatusController" to "App\Controller\Admin\ReturnStatusController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SalesController" to "App\Controller\Admin\SalesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SettingsController" to "App\Controller\Admin\SettingsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\ShippingMethodController" to "App\Controller\Admin\ShippingMethodController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SimpleProductController" to "App\Controller\Admin\SimpleProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SliderController" to "App\Controller\Admin\SliderController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SpecialDealsController" to "App\Controller\Admin\SpecialDealsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SpecialPriceController" to "App\Controller\Admin\SpecialPriceController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\StockIndicatorsController" to "App\Controller\Admin\StockIndicatorsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SubTaxZonesController" to "App\Controller\Admin\SubTaxZonesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SubscribeController" to "App\Controller\Admin\SubscribeController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\SystemController" to "App\Controller\Admin\SystemController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\TaxZonesController" to "App\Controller\Admin\TaxZonesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\TaxesController" to "App\Controller\Admin\TaxesController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\UserAddressController" to "App\Controller\Admin\UserAddressController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\VoucherThemeController" to "App\Controller\Admin\VoucherThemeController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Admin\WeightController" to "App\Controller\Admin\WeightController".
Inlined service ".service_locator.fMmtzeo.App\Controller\AdyenNotificationController" to "App\Controller\AdyenNotificationController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\DefaultController" to "App\Controller\ERP\DefaultController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\IncomingGoodsController" to "App\Controller\ERP\IncomingGoodsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\IncompleteProductController" to "App\Controller\ERP\IncompleteProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\OutgoingGoodsController" to "App\Controller\ERP\OutgoingGoodsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\RestoreGoodsController" to "App\Controller\ERP\RestoreGoodsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\ReturnStockController" to "App\Controller\ERP\ReturnStockController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\SupplierController" to "App\Controller\ERP\SupplierController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\SupplierOrdersController" to "App\Controller\ERP\SupplierOrdersController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\WarehouseController" to "App\Controller\ERP\WarehouseController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ERP\WarehouseERPController" to "App\Controller\ERP\WarehouseERPController".
Inlined service ".service_locator.fMmtzeo.App\Controller\ErrorController" to "App\Controller\ErrorController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Mobile\CartManageController" to "App\Controller\Mobile\CartManageController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Mobile\CategoryController" to "App\Controller\Mobile\CategoryController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Mobile\DefaultController" to "App\Controller\Mobile\DefaultController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Mobile\ManufacturerController" to "App\Controller\Mobile\ManufacturerController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Mobile\ProductController" to "App\Controller\Mobile\ProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Mobile\ProductListingController" to "App\Controller\Mobile\ProductListingController".
Inlined service ".service_locator.fMmtzeo.App\Controller\Mobile\UserAddressController" to "App\Controller\Mobile\UserAddressController".
Inlined service ".service_locator.fMmtzeo.App\Controller\TurnstileController" to "App\Controller\TurnstileController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\CartManageController" to "App\Controller\User\CartManageController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\CategoryController" to "App\Controller\User\CategoryController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\DefaultController" to "App\Controller\User\DefaultController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\GetProductsController" to "App\Controller\User\GetProductsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\ManufacturerController" to "App\Controller\User\ManufacturerController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\OrdersController" to "App\Controller\User\OrdersController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\ProductController" to "App\Controller\User\ProductController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\ProductListingController" to "App\Controller\User\ProductListingController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\ProductRequestController" to "App\Controller\User\ProductRequestController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\ProductReturnsController" to "App\Controller\User\ProductReturnsController".
Inlined service ".service_locator.fMmtzeo.App\Controller\User\UserAddressController" to "App\Controller\User\UserAddressController".
Inlined service "App\EventListener\Mobile\AuthenticationEventListener" to "App\Security\MobileLoginFormAuthenticator".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.h8eLrpQ" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.Rk.Hse7" to "validator.validator_factory".
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.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.RRqtkZY" to "security.helper".
Inlined service ".service_locator.Fv.4EXX" to "security.helper".
Inlined service ".service_locator.JfCA0EP" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.EwVKVDM" to "security.access_map".
Inlined service ".security.request_matcher.0Tr6F1W" to "security.access_map".
Inlined service ".security.request_matcher.CgfRQRn" to "security.access_map".
Inlined service ".security.request_matcher.yXhuReD" to "security.access_map".
Inlined service ".security.request_matcher.roweGqX" to "security.access_map".
Inlined service ".security.request_matcher._e1dHOF" to "security.access_map".
Inlined service ".security.request_matcher.WbLO9P8" to "security.access_map".
Inlined service ".security.request_matcher.QpfkTP4" to "security.access_map".
Inlined service ".security.request_matcher.MszDNg1" to "security.access_map".
Inlined service ".security.request_matcher.EweLsKZ" to "security.access_map".
Inlined service ".security.request_matcher.L0VuEzW" to "security.access_map".
Inlined service ".security.request_matcher.Q2bFhZI" to "security.access_map".
Inlined service ".security.request_matcher.1FJSJ7l" to "security.access_map".
Inlined service ".security.request_matcher.7EricP1" to "security.access_map".
Inlined service ".security.request_matcher.cu2zy0o" to "security.access_map".
Inlined service ".security.request_matcher.umKxDnG" to "security.access_map".
Inlined service ".security.request_matcher.fH8B98J" to "security.access_map".
Inlined service ".security.request_matcher.qQuR_Eo" to "security.access_map".
Inlined service ".security.request_matcher.f2HHK9I" to "security.access_map".
Inlined service ".security.request_matcher.DAg_XW6" to "security.access_map".
Inlined service ".security.request_matcher.Viofe6Z" to "security.access_map".
Inlined service ".security.request_matcher.mzhnicI" to "security.access_map".
Inlined service ".security.request_matcher.EHCumwk" to "security.access_map".
Inlined service ".security.request_matcher.3gEhKZ2" to "security.access_map".
Inlined service ".security.request_matcher.NjYFCp1" to "security.access_map".
Inlined service ".security.request_matcher._ddn2Kq" to "security.access_map".
Inlined service ".security.request_matcher.bm7FGbc" to "security.access_map".
Inlined service ".security.request_matcher.K.BZ57r" to "security.access_map".
Inlined service ".security.request_matcher.Lc5Lc4L" to "security.access_map".
Inlined service ".security.request_matcher.OYyHz9k" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.vGreW61" to ".security.request_matcher.edo0W4f".
Inlined service "security.firewall.map.config.adyen_webhook" to "security.firewall.map.context.adyen_webhook".
Inlined service ".security.request_matcher.7edIuFL" to ".security.request_matcher.6iyXpDB".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin" to "security.authenticator.remember_me_handler.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service ".security.request_matcher.293yZlK" to ".security.request_matcher.qlkKY4D".
Inlined service "security.authenticator.remember_me_signature_hasher.mobile" to "security.authenticator.remember_me_handler.mobile".
Inlined service "debug.security.firewall.authenticator.mobile.inner" to "debug.security.firewall.authenticator.mobile".
Inlined service "security.exception_listener.mobile" to "security.firewall.map.context.mobile".
Inlined service "security.logout_listener.mobile" to "security.firewall.map.context.mobile".
Inlined service "security.firewall.map.config.mobile" to "security.firewall.map.context.mobile".
Inlined service ".security.request_matcher.efuIWci" to ".security.request_matcher.OYfcY1_".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.yM7vOJ9" to ".security.request_matcher.0Tr6F1W".
Inlined service ".security.request_matcher.FwYAc4W" to ".security.request_matcher.yXhuReD".
Inlined service ".security.request_matcher.aBC0AUd" to ".security.request_matcher.roweGqX".
Inlined service ".security.request_matcher.pDD4Dsq" to ".security.request_matcher._e1dHOF".
Inlined service ".security.request_matcher.Y_EHCiX" to ".security.request_matcher.WbLO9P8".
Inlined service ".security.request_matcher.wD1yLwP" to ".security.request_matcher.QpfkTP4".
Inlined service ".security.request_matcher.7vC_Fav" to ".security.request_matcher.MszDNg1".
Inlined service ".security.request_matcher.rM.tJWf" to ".security.request_matcher.EweLsKZ".
Inlined service ".security.request_matcher.Uk5ki4s" to ".security.request_matcher.L0VuEzW".
Inlined service ".security.request_matcher.LxF82gB" to ".security.request_matcher.Q2bFhZI".
Inlined service ".security.request_matcher.tAaK2Nn" to ".security.request_matcher.1FJSJ7l".
Inlined service ".security.request_matcher.rhpXXli" to ".security.request_matcher.7EricP1".
Inlined service ".security.request_matcher.jZIlYDi" to ".security.request_matcher.cu2zy0o".
Inlined service ".security.request_matcher.MU7N.T2" to ".security.request_matcher.umKxDnG".
Inlined service ".security.request_matcher.x17_zdx" to ".security.request_matcher.fH8B98J".
Inlined service ".security.request_matcher.ViiebOI" to ".security.request_matcher.qQuR_Eo".
Inlined service ".security.request_matcher.BfLIW8h" to ".security.request_matcher.f2HHK9I".
Inlined service ".security.request_matcher.NnL.rbQ" to ".security.request_matcher.DAg_XW6".
Inlined service ".security.request_matcher.3jpZQK9" to ".security.request_matcher.Viofe6Z".
Inlined service ".security.request_matcher.vYTvwE_" to ".security.request_matcher.EHCumwk".
Inlined service ".security.request_matcher.UfVp1uf" to ".security.request_matcher.3gEhKZ2".
Inlined service ".security.request_matcher.n4.yXos" to ".security.request_matcher.NjYFCp1".
Inlined service ".security.request_matcher.CFi_6LW" to ".security.request_matcher.bm7FGbc".
Inlined service ".security.request_matcher._nxiWia" to ".security.request_matcher.K.BZ57r".
Inlined service ".security.request_matcher.I1KlWSq" to ".security.request_matcher.Lc5Lc4L".
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.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" 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 "App\Twig\TwigExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.image" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~PfXhaBJ" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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 "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.sortable".
Inlined service ".stof_doctrine_extensions.reader" to "stof_doctrine_extensions.listener.sortable".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.ha57ldg" 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.vGAyyoh" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "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 "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.mobile.inner" to "debug.security.event_dispatcher.mobile".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.otfny_1" to ".service_locator.otfny_1.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service ".service_locator.9UtwB7Y" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.otfny_1.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service ".security.request_matcher.dIXHc1." to "security.access_map".
Inlined service ".security.request_matcher.3mSed7r" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.3mSed7r" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.dIXHc1." to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
Inlined service ".security.request_matcher.FR.cPAe" to "security.access_map".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.mobile", "debug.security.firewall.authenticator.main", "doctrine.migrations.container_aware_migrations_factory", ".debug.http_client", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.mobile", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.