"SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.host AS host_4, t0.host_presta AS host_presta_5, t0.api_key_presta AS api_key_presta_6 FROM company t0 WHERE t0.host = ? LIMIT 1"
(parameters:
[1 => "api.preprod.macantine.ideelgarden.com"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.host AS host_4, t0.host_presta AS host_presta_5, t0.api_key_presta AS api_key_presta_6 FROM company t0 WHERE t0.host = ? LIMIT 1"
"params" => [1 => "api.preprod.macantine.ideelgarden.com"
]
"types" => [1 => 2]
]
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://api.preprod.macantine.ideelgarden.com/robots.txt" (from "https://api.preprod.macantine.ideelgarden.com")" at /data/www/preprod_platform_api/vendor/symfony/http-kernel/EventListener/RouterListener.php line 128
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'preprod_platform_api' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "preprod_platform_api"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'preprod_platform_api'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'preprod_platform_api'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "preprod_platform_api"
2 => "preprod_platform_api"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
Log messages generated during the compilation of the service container.
Messages
Class
612
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\CreateUserCompanyCommand" (parent: .abstract.instanceof.App\Command\Company\CreateUserCompanyCommand).
Resolving inheritance for "App\Command\Company\CreateUserCompanyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\CreateUserCompanyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreatCompanyCommand" (parent: .abstract.instanceof.App\Command\CreatCompanyCommand).
Resolving inheritance for "App\Command\CreatCompanyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreatCompanyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFolderInitCommand" (parent: .abstract.instanceof.App\Command\CreateFolderInitCommand).
Resolving inheritance for "App\Command\CreateFolderInitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFolderInitCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateUserBackOfficeCommand" (parent: .abstract.instanceof.App\Command\CreateUserBackOfficeCommand).
Resolving inheritance for "App\Command\CreateUserBackOfficeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateUserBackOfficeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUserNotVerifiedCommand" (parent: .abstract.instanceof.App\Command\DeleteUserNotVerifiedCommand).
Resolving inheritance for "App\Command\DeleteUserNotVerifiedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUserNotVerifiedCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BackOffice\FailedMessageController" (parent: .abstract.instanceof.App\Controller\Api\BackOffice\FailedMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BackOffice\FailedMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BackOffice\FailedMessageController).
Resolving inheritance for "App\Controller\Api\BackOffice\FailedMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BackOffice\FailedMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Account\DeleteUserController" (parent: .abstract.instanceof.App\Controller\Api\Front\Account\DeleteUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Account\DeleteUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Account\DeleteUserController).
Resolving inheritance for "App\Controller\Api\Front\Account\DeleteUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Account\DeleteUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Auth\Security\SecurityController" (parent: .abstract.instanceof.App\Controller\Api\Front\Auth\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Auth\Security\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Auth\Security\SecurityController).
Resolving inheritance for "App\Controller\Api\Front\Auth\Security\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Auth\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Auth\UserController" (parent: .abstract.instanceof.App\Controller\Api\Front\Auth\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Auth\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Auth\UserController).
Resolving inheritance for "App\Controller\Api\Front\Auth\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Auth\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Dashboard\DashboardController" (parent: .abstract.instanceof.App\Controller\Api\Front\Dashboard\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Dashboard\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Dashboard\DashboardController).
Resolving inheritance for "App\Controller\Api\Front\Dashboard\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Dashboard\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Device\CatalogController" (parent: .abstract.instanceof.App\Controller\Api\Front\Device\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Device\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Device\CatalogController).
Resolving inheritance for "App\Controller\Api\Front\Device\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Device\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Device\DeviceController" (parent: .abstract.instanceof.App\Controller\Api\Front\Device\DeviceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Device\DeviceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Device\DeviceController).
Resolving inheritance for "App\Controller\Api\Front\Device\DeviceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Device\DeviceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Faq\FaqController" (parent: .abstract.instanceof.App\Controller\Api\Front\Faq\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Faq\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Faq\FaqController).
Resolving inheritance for "App\Controller\Api\Front\Faq\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Faq\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\AllergenController" (parent: .abstract.instanceof.App\Controller\Api\Front\FoodLabelling\AllergenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\AllergenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\AllergenController).
Resolving inheritance for "App\Controller\Api\Front\FoodLabelling\AllergenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\AllergenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\DietController" (parent: .abstract.instanceof.App\Controller\Api\Front\FoodLabelling\DietController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\DietController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\DietController).
Resolving inheritance for "App\Controller\Api\Front\FoodLabelling\DietController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\DietController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\LabelController" (parent: .abstract.instanceof.App\Controller\Api\Front\FoodLabelling\LabelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\LabelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\LabelController).
Resolving inheritance for "App\Controller\Api\Front\FoodLabelling\LabelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\LabelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Notification\FcmController" (parent: .abstract.instanceof.App\Controller\Api\Front\Notification\FcmController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Notification\FcmController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Notification\FcmController).
Resolving inheritance for "App\Controller\Api\Front\Notification\FcmController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Notification\FcmController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Order\OrderController" (parent: .abstract.instanceof.App\Controller\Api\Front\Order\OrderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Order\OrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Order\OrderController).
Resolving inheritance for "App\Controller\Api\Front\Order\OrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Order\OrderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Reward\Reward" (parent: .abstract.instanceof.App\Controller\Api\Front\Reward\Reward).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Reward\Reward" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Reward\Reward).
Resolving inheritance for "App\Controller\Api\Front\Reward\Reward" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Reward\Reward).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\Card" (parent: .abstract.instanceof.App\Controller\Api\Front\Wallet\Card).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\Card" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\Card).
Resolving inheritance for "App\Controller\Api\Front\Wallet\Card" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\Card).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\TestController" (parent: .abstract.instanceof.App\Controller\Api\Front\Wallet\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\TestController).
Resolving inheritance for "App\Controller\Api\Front\Wallet\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\WalletV2" (parent: .abstract.instanceof.App\Controller\Api\Front\Wallet\WalletV2).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\WalletV2" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\WalletV2).
Resolving inheritance for "App\Controller\Api\Front\Wallet\WalletV2" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\WalletV2).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\DashboardController" (parent: .abstract.instanceof.App\Controller\Web\BackOffice\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\DashboardController).
Resolving inheritance for "App\Controller\Web\BackOffice\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\ProductController" (parent: .abstract.instanceof.App\Controller\Web\BackOffice\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\ProductController).
Resolving inheritance for "App\Controller\Web\BackOffice\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\Security\LoginController" (parent: .abstract.instanceof.App\Controller\Web\BackOffice\Security\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\Security\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\Security\LoginController).
Resolving inheritance for "App\Controller\Web\BackOffice\Security\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\Security\LoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Dashboard\DashboardController" (parent: .abstract.instanceof.App\Controller\Web\Front\Dashboard\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Dashboard\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Dashboard\DashboardController).
Resolving inheritance for "App\Controller\Web\Front\Dashboard\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Dashboard\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\HomeController" (parent: .abstract.instanceof.App\Controller\Web\Front\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\HomeController).
Resolving inheritance for "App\Controller\Web\Front\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController" (parent: .abstract.instanceof.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController).
Resolving inheritance for "App\Controller\Web\Front\Payment\PayGreen\RegisterCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Security\SecurityController" (parent: .abstract.instanceof.App\Controller\Web\Front\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Security\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Security\SecurityController).
Resolving inheritance for "App\Controller\Web\Front\Security\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Security\SecurityController).
Resolving inheritance for ".instanceof.App\EventListener\DatabaseActivitySubscriber.0.App\EventListener\DatabaseActivitySubscriber" (parent: .abstract.instanceof.App\EventListener\DatabaseActivitySubscriber).
Resolving inheritance for "App\EventListener\DatabaseActivitySubscriber" (parent: .instanceof.App\EventListener\DatabaseActivitySubscriber.0.App\EventListener\DatabaseActivitySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckPassportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CheckPassportSubscriber).
Resolving inheritance for "App\EventSubscriber\CheckPassportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckPassportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CommandSubscriber).
Resolving inheritance for "App\EventSubscriber\CommandSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerArgumentSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ControllerArgumentSubscriber).
Resolving inheritance for "App\EventSubscriber\ControllerArgumentSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerArgumentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ControllerEventSubscriber).
Resolving inheritance for "App\EventSubscriber\ControllerEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CustomerCardDeletedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\CustomerCardDeletedSubscriber).
Resolving inheritance for "App\EventSubscriber\CustomerCardDeletedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CustomerCardDeletedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EndPaymentDoneSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\EndPaymentDoneSubscriber).
Resolving inheritance for "App\EventSubscriber\EndPaymentDoneSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EndPaymentDoneSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FailedMessageSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\FailedMessageSubscriber).
Resolving inheritance for "App\EventSubscriber\FailedMessageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FailedMessageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FcmMessageFailedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\FcmMessageFailedSubscriber).
Resolving inheritance for "App\EventSubscriber\FcmMessageFailedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FcmMessageFailedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\GesdinetRefreshTokenSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\GesdinetRefreshTokenSubscriber).
Resolving inheritance for "App\EventSubscriber\GesdinetRefreshTokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\GesdinetRefreshTokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtAuthenticationFailureSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\JwtAuthenticationFailureSubscriber).
Resolving inheritance for "App\EventSubscriber\JwtAuthenticationFailureSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtAuthenticationFailureSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtCreatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\JwtCreatedSubscriber).
Resolving inheritance for "App\EventSubscriber\JwtCreatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtCreatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtDecodedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\JwtDecodedSubscriber).
Resolving inheritance for "App\EventSubscriber\JwtDecodedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtDecodedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\KernelRequestSubscriber).
Resolving inheritance for "App\EventSubscriber\KernelRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LexikJwtAuthSuccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LexikJwtAuthSuccessSubscriber).
Resolving inheritance for "App\EventSubscriber\LexikJwtAuthSuccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LexikJwtAuthSuccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OnUserCompanyVerifiedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\OnUserCompanyVerifiedSubscriber).
Resolving inheritance for "App\EventSubscriber\OnUserCompanyVerifiedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OnUserCompanyVerifiedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderReportSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\OrderReportSubscriber).
Resolving inheritance for "App\EventSubscriber\OrderReportSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderReportSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendEmailMagikLinkSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SendEmailMagikLinkSubscriber).
Resolving inheritance for "App\EventSubscriber\SendEmailMagikLinkSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendEmailMagikLinkSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TransactionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TransactionSubscriber).
Resolving inheritance for "App\EventSubscriber\TransactionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TransactionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TransactionUpdatedSuccessSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\TransactionUpdatedSuccessSubscriber).
Resolving inheritance for "App\EventSubscriber\TransactionUpdatedSuccessSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TransactionUpdatedSuccessSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserCardAddedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserCardAddedSubscriber).
Resolving inheritance for "App\EventSubscriber\UserCardAddedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserCardAddedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserDeletedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserDeletedSubscriber).
Resolving inheritance for "App\EventSubscriber\UserDeletedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserDeletedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserOnCreatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserOnCreatedSubscriber).
Resolving inheritance for "App\EventSubscriber\UserOnCreatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserOnCreatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserWalletUpdatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserWalletUpdatedSubscriber).
Resolving inheritance for "App\EventSubscriber\UserWalletUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserWalletUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WorkerMessageReceivedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\WorkerMessageReceivedSubscriber).
Resolving inheritance for "App\EventSubscriber\WorkerMessageReceivedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WorkerMessageReceivedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RegistrationFormType" (parent: .abstract.instanceof.App\Form\Admin\RegistrationFormType).
Resolving inheritance for "App\Form\Admin\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AbstractTypeFrom" (parent: .abstract.instanceof.App\Form\App\AbstractTypeFrom).
Resolving inheritance for "App\Form\App\AbstractTypeFrom" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AbstractTypeFrom).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AuthSendEmailType" (parent: .abstract.instanceof.App\Form\App\AuthSendEmailType).
Resolving inheritance for "App\Form\App\AuthSendEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AuthSendEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AuthUserInfoType" (parent: .abstract.instanceof.App\Form\App\AuthUserInfoType).
Resolving inheritance for "App\Form\App\AuthUserInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AuthUserInfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\DevicePairType" (parent: .abstract.instanceof.App\Form\App\DevicePairType).
Resolving inheritance for "App\Form\App\DevicePairType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\DevicePairType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmAndroidConfigType" (parent: .abstract.instanceof.App\Form\App\FcmAndroidConfigType).
Resolving inheritance for "App\Form\App\FcmAndroidConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmAndroidConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmAndroidNotificationType" (parent: .abstract.instanceof.App\Form\App\FcmAndroidNotificationType).
Resolving inheritance for "App\Form\App\FcmAndroidNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmAndroidNotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsConfigType" (parent: .abstract.instanceof.App\Form\App\FcmApnsConfigType).
Resolving inheritance for "App\Form\App\FcmApnsConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsHeadersType" (parent: .abstract.instanceof.App\Form\App\FcmApnsHeadersType).
Resolving inheritance for "App\Form\App\FcmApnsHeadersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsHeadersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsPayloadType" (parent: .abstract.instanceof.App\Form\App\FcmApnsPayloadType).
Resolving inheritance for "App\Form\App\FcmApnsPayloadType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsPayloadType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApsAlertType" (parent: .abstract.instanceof.App\Form\App\FcmApsAlertType).
Resolving inheritance for "App\Form\App\FcmApsAlertType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApsAlertType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApsType" (parent: .abstract.instanceof.App\Form\App\FcmApsType).
Resolving inheritance for "App\Form\App\FcmApsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmDataType" (parent: .abstract.instanceof.App\Form\App\FcmDataType).
Resolving inheritance for "App\Form\App\FcmDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmMessageType" (parent: .abstract.instanceof.App\Form\App\FcmMessageType).
Resolving inheritance for "App\Form\App\FcmMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmNotificationBaseType" (parent: .abstract.instanceof.App\Form\App\FcmNotificationBaseType).
Resolving inheritance for "App\Form\App\FcmNotificationBaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmNotificationBaseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmTokenType" (parent: .abstract.instanceof.App\Form\App\FcmTokenType).
Resolving inheritance for "App\Form\App\FcmTokenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmTokenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebActionType" (parent: .abstract.instanceof.App\Form\App\FcmWebActionType).
Resolving inheritance for "App\Form\App\FcmWebActionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebActionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebNotificationType" (parent: .abstract.instanceof.App\Form\App\FcmWebNotificationType).
Resolving inheritance for "App\Form\App\FcmWebNotificationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebNotificationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebOptionType" (parent: .abstract.instanceof.App\Form\App\FcmWebOptionType).
Resolving inheritance for "App\Form\App\FcmWebOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebPushConfigType" (parent: .abstract.instanceof.App\Form\App\FcmWebPushConfigType).
Resolving inheritance for "App\Form\App\FcmWebPushConfigType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebPushConfigType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FoodLabellingType" (parent: .abstract.instanceof.App\Form\App\FoodLabellingType).
Resolving inheritance for "App\Form\App\FoodLabellingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FoodLabellingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\IdsType" (parent: .abstract.instanceof.App\Form\App\IdsType).
Resolving inheritance for "App\Form\App\IdsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\IdsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderProductRateType" (parent: .abstract.instanceof.App\Form\App\OrderProductRateType).
Resolving inheritance for "App\Form\App\OrderProductRateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderProductRateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderRateType" (parent: .abstract.instanceof.App\Form\App\OrderRateType).
Resolving inheritance for "App\Form\App\OrderRateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderRateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderReportType" (parent: .abstract.instanceof.App\Form\App\OrderReportType).
Resolving inheritance for "App\Form\App\OrderReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderReportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\PayGreenRegisterCardType" (parent: .abstract.instanceof.App\Form\App\PayGreenRegisterCardType).
Resolving inheritance for "App\Form\App\PayGreenRegisterCardType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\PayGreenRegisterCardType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\PushTokenType" (parent: .abstract.instanceof.App\Form\App\PushTokenType).
Resolving inheritance for "App\Form\App\PushTokenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\PushTokenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\RechargePayType" (parent: .abstract.instanceof.App\Form\App\RechargePayType).
Resolving inheritance for "App\Form\App\RechargePayType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\RechargePayType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\FirebaseType" (parent: .abstract.instanceof.App\Form\Security\FirebaseType).
Resolving inheritance for "App\Form\Security\FirebaseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\FirebaseType).
Resolving inheritance for ".instanceof.App\MessageHandler\DeleteExpiredRefreshTokenHandler.0.App\MessageHandler\DeleteExpiredRefreshTokenHandler" (parent: .abstract.instanceof.App\MessageHandler\DeleteExpiredRefreshTokenHandler).
Resolving inheritance for "App\MessageHandler\DeleteExpiredRefreshTokenHandler" (parent: .instanceof.App\MessageHandler\DeleteExpiredRefreshTokenHandler.0.App\MessageHandler\DeleteExpiredRefreshTokenHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\UpdateSynchroPrestaTableHandler.0.App\MessageHandler\UpdateSynchroPrestaTableHandler" (parent: .abstract.instanceof.App\MessageHandler\UpdateSynchroPrestaTableHandler).
Resolving inheritance for "App\MessageHandler\UpdateSynchroPrestaTableHandler" (parent: .instanceof.App\MessageHandler\UpdateSynchroPrestaTableHandler.0.App\MessageHandler\UpdateSynchroPrestaTableHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AddressRepository" (parent: .abstract.instanceof.App\Repository\Company\AddressRepository).
Resolving inheritance for "App\Repository\Company\AddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenLangRepository" (parent: .abstract.instanceof.App\Repository\Company\AllergenLangRepository).
Resolving inheritance for "App\Repository\Company\AllergenLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenLangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenProductRepository" (parent: .abstract.instanceof.App\Repository\Company\AllergenProductRepository).
Resolving inheritance for "App\Repository\Company\AllergenProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenRepository" (parent: .abstract.instanceof.App\Repository\Company\AllergenRepository).
Resolving inheritance for "App\Repository\Company\AllergenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryLangRepository" (parent: .abstract.instanceof.App\Repository\Company\CategoryLangRepository).
Resolving inheritance for "App\Repository\Company\CategoryLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryLangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryProductRepository" (parent: .abstract.instanceof.App\Repository\Company\CategoryProductRepository).
Resolving inheritance for "App\Repository\Company\CategoryProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryRepository" (parent: .abstract.instanceof.App\Repository\Company\CategoryRepository).
Resolving inheritance for "App\Repository\Company\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ConfigurationRepository" (parent: .abstract.instanceof.App\Repository\Company\ConfigurationRepository).
Resolving inheritance for "App\Repository\Company\ConfigurationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ConfigurationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CountryLangRepository" (parent: .abstract.instanceof.App\Repository\Company\CountryLangRepository).
Resolving inheritance for "App\Repository\Company\CountryLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CountryLangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CustomerCardRepository" (parent: .abstract.instanceof.App\Repository\Company\CustomerCardRepository).
Resolving inheritance for "App\Repository\Company\CustomerCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CustomerCardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeleteUserGroupRepository" (parent: .abstract.instanceof.App\Repository\Company\DeleteUserGroupRepository).
Resolving inheritance for "App\Repository\Company\DeleteUserGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeleteUserGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceCategoryRepository" (parent: .abstract.instanceof.App\Repository\Company\DeviceCategoryRepository).
Resolving inheritance for "App\Repository\Company\DeviceCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceProductRepository" (parent: .abstract.instanceof.App\Repository\Company\DeviceProductRepository).
Resolving inheritance for "App\Repository\Company\DeviceProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceRepository" (parent: .abstract.instanceof.App\Repository\Company\DeviceRepository).
Resolving inheritance for "App\Repository\Company\DeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceScreensaverRepository" (parent: .abstract.instanceof.App\Repository\Company\DeviceScreensaverRepository).
Resolving inheritance for "App\Repository\Company\DeviceScreensaverRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceScreensaverRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceSelectionRepository" (parent: .abstract.instanceof.App\Repository\Company\DeviceSelectionRepository).
Resolving inheritance for "App\Repository\Company\DeviceSelectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceSelectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceShelfRepository" (parent: .abstract.instanceof.App\Repository\Company\DeviceShelfRepository).
Resolving inheritance for "App\Repository\Company\DeviceShelfRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceShelfRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceTypeRepository" (parent: .abstract.instanceof.App\Repository\Company\DeviceTypeRepository).
Resolving inheritance for "App\Repository\Company\DeviceTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DietLangRepository" (parent: .abstract.instanceof.App\Repository\Company\DietLangRepository).
Resolving inheritance for "App\Repository\Company\DietLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DietLangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DietRepository" (parent: .abstract.instanceof.App\Repository\Company\DietRepository).
Resolving inheritance for "App\Repository\Company\DietRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DietRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitCodeRepository" (parent: .abstract.instanceof.App\Repository\Company\DigitCodeRepository).
Resolving inheritance for "App\Repository\Company\DigitCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizDietProductRepository" (parent: .abstract.instanceof.App\Repository\Company\DigitizDietProductRepository).
Resolving inheritance for "App\Repository\Company\DigitizDietProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizDietProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizOrderRepository" (parent: .abstract.instanceof.App\Repository\Company\DigitizOrderRepository).
Resolving inheritance for "App\Repository\Company\DigitizOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizOrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizProductRepository" (parent: .abstract.instanceof.App\Repository\Company\DigitizProductRepository).
Resolving inheritance for "App\Repository\Company\DigitizProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizUserRepository" (parent: .abstract.instanceof.App\Repository\Company\DigitizUserRepository).
Resolving inheritance for "App\Repository\Company\DigitizUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\FaqLangRepository" (parent: .abstract.instanceof.App\Repository\Company\FaqLangRepository).
Resolving inheritance for "App\Repository\Company\FaqLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\FaqLangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\FaqRepository" (parent: .abstract.instanceof.App\Repository\Company\FaqRepository).
Resolving inheritance for "App\Repository\Company\FaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\FaqRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupRepository" (parent: .abstract.instanceof.App\Repository\Company\GroupRepository).
Resolving inheritance for "App\Repository\Company\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupeProductCombinationRepository" (parent: .abstract.instanceof.App\Repository\Company\GroupeProductCombinationRepository).
Resolving inheritance for "App\Repository\Company\GroupeProductCombinationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupeProductCombinationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupeProductRepository" (parent: .abstract.instanceof.App\Repository\Company\GroupeProductRepository).
Resolving inheritance for "App\Repository\Company\GroupeProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupeProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GrouplangRepository" (parent: .abstract.instanceof.App\Repository\Company\GrouplangRepository).
Resolving inheritance for "App\Repository\Company\GrouplangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GrouplangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ImageShopRepository" (parent: .abstract.instanceof.App\Repository\Company\ImageShopRepository).
Resolving inheritance for "App\Repository\Company\ImageShopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ImageShopRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelDigitizProductRepository" (parent: .abstract.instanceof.App\Repository\Company\LabelDigitizProductRepository).
Resolving inheritance for "App\Repository\Company\LabelDigitizProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelDigitizProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelLangRepository" (parent: .abstract.instanceof.App\Repository\Company\LabelLangRepository).
Resolving inheritance for "App\Repository\Company\LabelLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelLangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelRepository" (parent: .abstract.instanceof.App\Repository\Company\LabelRepository).
Resolving inheritance for "App\Repository\Company\LabelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LangRepository" (parent: .abstract.instanceof.App\Repository\Company\LangRepository).
Resolving inheritance for "App\Repository\Company\LangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ManufacturerRepository" (parent: .abstract.instanceof.App\Repository\Company\ManufacturerRepository).
Resolving inheritance for "App\Repository\Company\ManufacturerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ManufacturerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ModuleRepository" (parent: .abstract.instanceof.App\Repository\Company\ModuleRepository).
Resolving inheritance for "App\Repository\Company\ModuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ModuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderCardRuleRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderCardRuleRepository).
Resolving inheritance for "App\Repository\Company\OrderCardRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderCardRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderCombinationRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderCombinationRepository).
Resolving inheritance for "App\Repository\Company\OrderCombinationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderCombinationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderDetailRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderDetailRepository).
Resolving inheritance for "App\Repository\Company\OrderDetailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderDetailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderDetailTaxRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderDetailTaxRepository).
Resolving inheritance for "App\Repository\Company\OrderDetailTaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderDetailTaxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderPaymentQueueRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderPaymentQueueRepository).
Resolving inheritance for "App\Repository\Company\OrderPaymentQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderPaymentQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderPaymentRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderPaymentRepository).
Resolving inheritance for "App\Repository\Company\OrderPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderPaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderProductRateRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderProductRateRepository).
Resolving inheritance for "App\Repository\Company\OrderProductRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderProductRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderRateRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderRateRepository).
Resolving inheritance for "App\Repository\Company\OrderRateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderRateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderReportRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderReportRepository).
Resolving inheritance for "App\Repository\Company\OrderReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderRepository).
Resolving inheritance for "App\Repository\Company\OrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderStateLangRepository" (parent: .abstract.instanceof.App\Repository\Company\OrderStateLangRepository).
Resolving inheritance for "App\Repository\Company\OrderStateLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderStateLangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\PayRepository" (parent: .abstract.instanceof.App\Repository\Company\PayRepository).
Resolving inheritance for "App\Repository\Company\PayRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\PayRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductGroupRepository" (parent: .abstract.instanceof.App\Repository\Company\ProductGroupRepository).
Resolving inheritance for "App\Repository\Company\ProductGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductLangRepository" (parent: .abstract.instanceof.App\Repository\Company\ProductLangRepository).
Resolving inheritance for "App\Repository\Company\ProductLangRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductLangRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductRepository" (parent: .abstract.instanceof.App\Repository\Company\ProductRepository).
Resolving inheritance for "App\Repository\Company\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductShopRepository" (parent: .abstract.instanceof.App\Repository\Company\ProductShopRepository).
Resolving inheritance for "App\Repository\Company\ProductShopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductShopRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\PushTokenRepository" (parent: .abstract.instanceof.App\Repository\Company\PushTokenRepository).
Resolving inheritance for "App\Repository\Company\PushTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\PushTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\RewardWalletHistoryRepository" (parent: .abstract.instanceof.App\Repository\Company\RewardWalletHistoryRepository).
Resolving inheritance for "App\Repository\Company\RewardWalletHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\RewardWalletHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\RewardWalletRepository" (parent: .abstract.instanceof.App\Repository\Company\RewardWalletRepository).
Resolving inheritance for "App\Repository\Company\RewardWalletRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\RewardWalletRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ShopGroupRepository" (parent: .abstract.instanceof.App\Repository\Company\ShopGroupRepository).
Resolving inheritance for "App\Repository\Company\ShopGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ShopGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ShopRepository" (parent: .abstract.instanceof.App\Repository\Company\ShopRepository).
Resolving inheritance for "App\Repository\Company\ShopRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ShopRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\SupplierRepository" (parent: .abstract.instanceof.App\Repository\Company\SupplierRepository).
Resolving inheritance for "App\Repository\Company\SupplierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\SupplierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TaxRepository" (parent: .abstract.instanceof.App\Repository\Company\TaxRepository).
Resolving inheritance for "App\Repository\Company\TaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TaxRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TaxRuleRepository" (parent: .abstract.instanceof.App\Repository\Company\TaxRuleRepository).
Resolving inheritance for "App\Repository\Company\TaxRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TaxRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ThemeRepository" (parent: .abstract.instanceof.App\Repository\Company\ThemeRepository).
Resolving inheritance for "App\Repository\Company\ThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ThemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TransactionHistoryRepository" (parent: .abstract.instanceof.App\Repository\Company\TransactionHistoryRepository).
Resolving inheritance for "App\Repository\Company\TransactionHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TransactionHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserDeviceRepository" (parent: .abstract.instanceof.App\Repository\Company\UserDeviceRepository).
Resolving inheritance for "App\Repository\Company\UserDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserDeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserGroupDeviceRepository" (parent: .abstract.instanceof.App\Repository\Company\UserGroupDeviceRepository).
Resolving inheritance for "App\Repository\Company\UserGroupDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserGroupDeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserGroupRegistrationRepository" (parent: .abstract.instanceof.App\Repository\Company\UserGroupRegistrationRepository).
Resolving inheritance for "App\Repository\Company\UserGroupRegistrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserGroupRegistrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserRepository" (parent: .abstract.instanceof.App\Repository\Company\UserRepository).
Resolving inheritance for "App\Repository\Company\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WalletUserHistoryRepository" (parent: .abstract.instanceof.App\Repository\Company\WalletUserHistoryRepository).
Resolving inheritance for "App\Repository\Company\WalletUserHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WalletUserHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WalletUserRepository" (parent: .abstract.instanceof.App\Repository\Company\WalletUserRepository).
Resolving inheritance for "App\Repository\Company\WalletUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WalletUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WebserviceAccountRepository" (parent: .abstract.instanceof.App\Repository\Company\WebserviceAccountRepository).
Resolving inheritance for "App\Repository\Company\WebserviceAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WebserviceAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\CompanyRepository" (parent: .abstract.instanceof.App\Repository\Main\CompanyRepository).
Resolving inheritance for "App\Repository\Main\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\RefreshTokenRepository" (parent: .abstract.instanceof.App\Repository\Main\RefreshTokenRepository).
Resolving inheritance for "App\Repository\Main\RefreshTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\RefreshTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\UserAdminRepository" (parent: .abstract.instanceof.App\Repository\Main\UserAdminRepository).
Resolving inheritance for "App\Repository\Main\UserAdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\UserAdminRepository).
Resolving inheritance for ".instanceof.App\Security\Api\Front\Constraints\User\Interface\DisableUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DeleteUserHasOrderContraint" (parent: .abstract.instanceof.App\Security\Api\Front\Constraints\User\DeleteUserHasOrderContraint).
Resolving inheritance for "App\Security\Api\Front\Constraints\User\DeleteUserHasOrderContraint" (parent: .instanceof.App\Security\Api\Front\Constraints\User\Interface\DisableUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DeleteUserHasOrderContraint).
Resolving inheritance for ".instanceof.App\Security\Api\Front\Constraints\User\Interface\DeleteUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DeleteUserIsExistContraint" (parent: .abstract.instanceof.App\Security\Api\Front\Constraints\User\DeleteUserIsExistContraint).
Resolving inheritance for "App\Security\Api\Front\Constraints\User\DeleteUserIsExistContraint" (parent: .instanceof.App\Security\Api\Front\Constraints\User\Interface\DeleteUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DeleteUserIsExistContraint).
Resolving inheritance for ".instanceof.App\Security\Api\Front\Constraints\User\Interface\DeleteUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DisableUserHasOrderInPayContraint" (parent: .abstract.instanceof.App\Security\Api\Front\Constraints\User\DisableUserHasOrderInPayContraint).
Resolving inheritance for "App\Security\Api\Front\Constraints\User\DisableUserHasOrderInPayContraint" (parent: .instanceof.App\Security\Api\Front\Constraints\User\Interface\DeleteUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DisableUserHasOrderInPayContraint).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentEdenredStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentEdenredStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\PaymentEdenredStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentEdenredStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentCallbackStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenCallbackStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPaygreenCallbackStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\PaymentPaygreenCallbackStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentCallbackStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenCallbackStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentNotificationStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenNotificationStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPaygreenNotificationStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\PaymentPaygreenNotificationStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentNotificationStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenNotificationStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPaygreenStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\PaymentPaygreenStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentCallbackStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenCallbackStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPayzenCallbackStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\PaymentPayzenCallbackStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentCallbackStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenCallbackStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentNotificationStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenNotificationStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPayzenNotificationStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\PaymentPayzenNotificationStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentNotificationStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenNotificationStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPayzenStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\PaymentPayzenStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\RegisterCardStrategyInterface.0.App\Service\Company\Pay\Strategy\RegisterCardPaygreenStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\RegisterCardPaygreenStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\RegisterCardPaygreenStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\RegisterCardStrategyInterface.0.App\Service\Company\Pay\Strategy\RegisterCardPaygreenStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\Pay\Interface\Strategy\RegisterCardStrategyInterface.0.App\Service\Company\Pay\Strategy\RegisterCardPayzenStrategy" (parent: .abstract.instanceof.App\Service\Company\Pay\Strategy\RegisterCardPayzenStrategy).
Resolving inheritance for "App\Service\Company\Pay\Strategy\RegisterCardPayzenStrategy" (parent: .instanceof.App\Service\Company\Pay\Interface\Strategy\RegisterCardStrategyInterface.0.App\Service\Company\Pay\Strategy\RegisterCardPayzenStrategy).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\CustomerCardDeleted\CustomerCardDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\CustomerCardDeleted\NbCardsUpdateSubscriber" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\CustomerCardDeleted\NbCardsUpdateSubscriber).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\CustomerCardDeleted\NbCardsUpdateSubscriber" (parent: .instanceof.App\Service\Company\ServiceSubscribed\CustomerCardDeleted\CustomerCardDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\CustomerCardDeleted\NbCardsUpdateSubscriber).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\EndPayment\EndPaymentDoneSubscribedInterface.0.App\Service\Company\ServiceSubscribed\EndPayment\NbCardsUpdateSubscriber" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\EndPayment\NbCardsUpdateSubscriber).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\EndPayment\NbCardsUpdateSubscriber" (parent: .instanceof.App\Service\Company\ServiceSubscribed\EndPayment\EndPaymentDoneSubscribedInterface.0.App\Service\Company\ServiceSubscribed\EndPayment\NbCardsUpdateSubscriber).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\FcmMessageFailed\FcmMessageFailedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\FcmMessageFailed\DeleteFcmToken" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\FcmMessageFailed\DeleteFcmToken).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\FcmMessageFailed\DeleteFcmToken" (parent: .instanceof.App\Service\Company\ServiceSubscribed\FcmMessageFailed\FcmMessageFailedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\FcmMessageFailed\DeleteFcmToken).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\LexikJwtAuthSuccessSubscribedInterface.0.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\RewardsFirstUseApp" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\RewardsFirstUseApp).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\RewardsFirstUseApp" (parent: .instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\LexikJwtAuthSuccessSubscribedInterface.0.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\RewardsFirstUseApp).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\LexikJwtAuthSuccessSubscribedInterface.0.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\UpdateJwtPayload" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\UpdateJwtPayload).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\UpdateJwtPayload" (parent: .instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\LexikJwtAuthSuccessSubscribedInterface.0.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\UpdateJwtPayload).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\OrderReport\OrderReportSubscribedInterface.0.App\Service\Company\ServiceSubscribed\OrderReport\SendToAdminEmail" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\OrderReport\SendToAdminEmail).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\OrderReport\SendToAdminEmail" (parent: .instanceof.App\Service\Company\ServiceSubscribed\OrderReport\OrderReportSubscribedInterface.0.App\Service\Company\ServiceSubscribed\OrderReport\SendToAdminEmail).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteDigitizUserSubscribed" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteDigitizUserSubscribed).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\UserDeleted\DeleteDigitizUserSubscribed" (parent: .instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteDigitizUserSubscribed).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteRewardUserSubscribed" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteRewardUserSubscribed).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\UserDeleted\DeleteRewardUserSubscribed" (parent: .instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteRewardUserSubscribed).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteUserTokenSubscribed" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteUserTokenSubscribed).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\UserDeleted\DeleteUserTokenSubscribed" (parent: .instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteUserTokenSubscribed).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteWalletUserSubscribed" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteWalletUserSubscribed).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\UserDeleted\DeleteWalletUserSubscribed" (parent: .instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteWalletUserSubscribed).
Resolving inheritance for ".instanceof.App\Service\Company\ServiceSubscribed\UserWalletUpdated\UserWalletUpdatedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserWalletUpdated\UpdateWalletHistory" (parent: .abstract.instanceof.App\Service\Company\ServiceSubscribed\UserWalletUpdated\UpdateWalletHistory).
Resolving inheritance for "App\Service\Company\ServiceSubscribed\UserWalletUpdated\UpdateWalletHistory" (parent: .instanceof.App\Service\Company\ServiceSubscribed\UserWalletUpdated\UserWalletUpdatedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserWalletUpdated\UpdateWalletHistory).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContainsAlphanumericValidator" (parent: .abstract.instanceof.App\Validator\ContainsAlphanumericValidator).
Resolving inheritance for "App\Validator\ContainsAlphanumericValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContainsAlphanumericValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContainsTokenExistValidator" (parent: .abstract.instanceof.App\Validator\ContainsTokenExistValidator).
Resolving inheritance for "App\Validator\ContainsTokenExistValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContainsTokenExistValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.gmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.firebase" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
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.dbal.company_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.company_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.company_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.company_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.company_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.company_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.jwt_company" (parent: lexik_jwt_authentication.security.jwt_user_provider).
Resolving inheritance for "security.user.provider.concrete.jwt_main" (parent: lexik_jwt_authentication.security.jwt_user_provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.backoffice_api_login" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.json_login.backoffice_api_login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.backoffice_api_login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.backoffice_api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.backoffice_api_login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.backoffice_api_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.backoffice_api_login" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.backoffice_api_login.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.backoffice_api_login.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.backoffice_api_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.backoffice_api_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.backoffice_api_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.backoffice_api_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.backoffice_api_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.backoffice_api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.jwt.backoffice_api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.backoffice_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.backoffice_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.backoffice_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.backoffice_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.backoffice_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.backoffice_web" (parent: security.firewall.config).
Resolving inheritance for "security.listener.backoffice_web.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.backoffice_web" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.backoffice_web" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.backoffice_web" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.backoffice_web" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.backoffice_web" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.backoffice_web.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.backoffice_web.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.backoffice_web" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.backoffice_web" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.backoffice_web" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.backoffice_web" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.backoffice_web" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.front_refresh_jwt" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.refresh_jwt.front_refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.front_refresh_jwt.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.front_refresh_jwt.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.front_refresh_jwt" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.front_refresh_jwt" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.front_refresh_jwt" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.front_refresh_jwt" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.front_refresh_jwt" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.front_api_login_digit_code" (parent: security.firewall.config).
Resolving inheritance for "security.listener.front_api_login_digit_code.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.front_api_login_digit_code" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.front_api_login_digit_code" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.front_api_login_digit_code" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.front_api_login_digit_code" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.front_api_login_digit_code" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.front_api_login_digit_code" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.front_api_login_link" (parent: security.firewall.config).
Resolving inheritance for "security.listener.front_api_login_link.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.logout_listener.front_api_login_link" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.front_api_login_link" (parent: security.logout.listener.default).
Resolving inheritance for "security.authenticator.cache.expired_links" (parent: cache.app).
Resolving inheritance for "security.authenticator.expired_login_link_storage.front_api_login_link" (parent: security.authenticator.expired_login_link_storage).
Resolving inheritance for "security.authenticator.login_link_signature_hasher.front_api_login_link" (parent: security.authenticator.abstract_login_link_signature_hasher).
Resolving inheritance for "security.authenticator.login_link_handler.front_api_login_link" (parent: security.authenticator.abstract_login_link_handler).
Resolving inheritance for "security.authenticator.login_link.front_api_login_link" (parent: security.authenticator.login_link).
Resolving inheritance for "security.authentication.success_handler.front_api_login_link.login_link" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.front_api_login_link.login_link" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.front_api_login_link.login_link" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.front_api_login_link.login_link" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.front_api_login_link" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.front_api_login_link" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.front_api_login_link" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.front_api_login_link" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.front_api_login_link" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.front_api_firebase_auth_check" (parent: security.firewall.config).
Resolving inheritance for "security.listener.front_api_firebase_auth_check.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.front_api_firebase_auth_check" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.front_api_firebase_auth_check" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.front_api_firebase_auth_check" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.front_api_firebase_auth_check" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.front_api_firebase_auth_check" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.front_api_oauth_login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.front_api_oauth_login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.front_api_oauth_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.front_api_oauth_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.front_api_oauth_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.front_api_oauth_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.front_api_oauth_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.front_api_json_login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.front_api_json_login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.front_api_json_login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.front_api_json_login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.front_api_json_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.front_api_json_login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.front_api_json_login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.front_api_json_login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.front_api_json_login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.front_api_json_login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.front_api_json_login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.front_api_json_login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.front_api" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.jwt.front_api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.front_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.front_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.front_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.front_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.front_api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.front_office_web" (parent: security.firewall.config).
Resolving inheritance for "security.listener.front_office_web.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.front_office_web" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.front_office_web" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.front_office_web" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.front_office_web" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.front_office_web" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.front_office_web.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.front_office_web.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.front_office_web" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.front_office_web" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.front_office_web" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.front_office_web" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.front_office_web" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.company" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.company" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payment" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deleteUserNotVerified" (parent: monolog.logger_prototype).
5
Removing service-argument resolver for controller "App\Controller\Api\Front\Auth\UserController::getNewPrice": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Api\Front\Device\CatalogController::getNewPrice": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Api\Front\Device\DeviceController::getNewPrice": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Api\Front\Wallet\WalletV2::getNewPrice": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "App\Controller\Web\Front\HomeController::getNewPrice": no corresponding services exist for the referenced types.
445
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "App\External\Synchro\Interface\SynchroTableDispatchInterface"; reason: private alias.
Removed service "App\Message\CompanyMessageInterface"; reason: private alias.
Removed service "App\Response\Base\Interface\BaseResponseInterface"; reason: private alias.
Removed service "App\Security\Api\Front\Constraints\User\Interface\DisableUserContraintInterface"; reason: private alias.
Removed service "App\Service\Company\AddUserGroupInterface"; reason: private alias.
Removed service "App\Service\Company\CustomerCard\Interface\RegisterCardInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\AdminAutoDbSwitchInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\AutoDbSwitchInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\Company\AdminCompanyInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\Company\CompanyIdCurrentConnectionInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\Company\HostCurrentCompanyInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\CurrentHostInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\DbUrlCompaniesInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\ManualDbSwitchInterface"; reason: private alias.
Removed service "App\Service\Company\DbSwitch\Interface\UpdateManagerConnectionInterface"; reason: private alias.
Removed service "App\Service\Company\DigitCode\Interface\StoreDigitCodeInterface"; reason: private alias.
Removed service "App\Service\Company\DigitizUser\Interface\CreateDigitizUserInterface"; reason: private alias.
Removed service "App\Service\Company\DigitizUser\Interface\CreatePairingCodeInterface"; reason: private alias.
Removed service "App\Service\Company\DigitizUser\Interface\DeleteDigitizUserInterface"; reason: private alias.
Removed service "App\Service\Company\DigitizUser\Interface\UpdateUserNbCardsInterface"; reason: private alias.
Removed service "App\Service\Company\EmailAddress\EmailAddressSenderInterface"; reason: private alias.
Removed service "App\Service\Company\EmailAddress\EmailAddressSupportInterface"; reason: private alias.
Removed service "App\Service\Company\EntityManager\V2\CompanyEntityManagerV2Interface"; reason: private alias.
Removed service "App\Service\Company\Fcm\Interface\FirebaseNotificationInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\BuildPaymentStrategyClassNameInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\CurrentModulePaymentInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Dto\Input\InputNotificationDataInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Dto\Input\InputOrderDataInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Dto\Input\InputRegisterCardDataInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Factory\PayementMethodFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\GatewayPayInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Strategy\PaymentCallbackStrategyContextInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Strategy\PaymentNotificationStrategyContextInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Strategy\PaymentStrategyContextInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Strategy\RegisterCardStrategyContextInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\Transaction\TransactionManagerInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\Interface\TransactionIdGeneratorInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Builder\PaygreenInfoBuilderInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Factory\PaygreenGatewayFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Factory\PaygreenPaymentCardRequestFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Factory\PaygreenPaymentRequestFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Factory\PaygreenRegisterCardRequestFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Gateway\PaygreenGatewayInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\PaygreenInfoInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\PaygreenPaymentCallbackInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\PaygreenPaymentInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\PaygreenRegisterCardInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\PaymentPaygreenNotificationInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Request\PaygreenPaymentCardRequestInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Request\PaygreenPaymentRequestInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayGreen\Interface\Request\PaygreenRegisterCardRequestInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Builder\PayzenFormInfoBuilderInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Builder\PayzenRestInfoBuilderInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Dto\Output\OutputPayzenNotificationDataInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Factory\PayzenFormGatewayFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Factory\PayzenFormPaymentRequestFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Factory\PayzenRegisterCardRequestFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Factory\PayzenRestGatewayFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Factory\PayzenRestPaymentCardRequestFactoryInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Gateway\PayzenFormGatewayInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Gateway\PayzenRestGatewayInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\PayZenFormInfoInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\PaymentPayzenNotificationInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\PayzenPaymentInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\PayzenRegisterCardInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\PayzenRestInfoInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Request\PayzenFormPaymentRequestInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Request\PayzenRegisterCardRequestInterface"; reason: private alias.
Removed service "App\Service\Company\Pay\PayZen\Interface\Request\PayzenRestPaymentCardRequestInterface"; reason: private alias.
Removed service "App\Service\Company\PaymentQueue\Interface\RelaunchAwaitingPaymentInterface"; reason: private alias.
Removed service "App\Service\Company\PushToken\interface\DeletedPushTokenInterface"; reason: private alias.
Removed service "App\Service\Company\PushToken\interface\StorePushTokenInterface"; reason: private alias.
Removed service "App\Service\Company\RewardWallet\Interface\CrudRewardWalletInterface"; reason: private alias.
Removed service "App\Service\Company\RewardWalletHistory\Interface\CrudRewardWalletHistoryInterface"; reason: private alias.
Removed service "App\Service\Company\Rewards\Interface\NewAppUserRewardInterface"; reason: private alias.
Removed service "App\Service\Company\ServiceSubscribed\CustomerCardDeleted\CustomerCardDeletedSubscribedInterface"; reason: private alias.
Removed service "App\Service\Company\ServiceSubscribed\EndPayment\EndPaymentDoneSubscribedInterface"; reason: private alias.
Removed service "App\Service\Company\ServiceSubscribed\FcmMessageFailed\FcmMessageFailedSubscribedInterface"; reason: private alias.
Removed service "App\Service\Company\ServiceSubscribed\OrderReport\OrderReportSubscribedInterface"; reason: private alias.
Removed service "App\Service\Company\ServiceSubscribed\UserWalletUpdated\UserWalletUpdatedSubscribedInterface"; reason: private alias.
Removed service "App\Service\Company\User\Interface\DeleteUserInterface"; reason: private alias.
Removed service "App\Service\Company\User\Interface\StoreUserAllergenInterface"; reason: private alias.
Removed service "App\Service\Company\User\Interface\StoreUserDietInterface"; reason: private alias.
Removed service "App\Service\Company\User\Interface\StoreUserInterface"; reason: private alias.
Removed service "App\Service\Company\WalletUser\Interface\CrudWalletUserHistoryInterface"; reason: private alias.
Removed service "App\Service\Company\WalletUser\Interface\CrudWalletUserInterface"; reason: private alias.
Removed service "App\Service\RefreshToken\DeleteExpiredTokenInterface"; 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 "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\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\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; 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 "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\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 $defaultConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $companyConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.company_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.company_result_cache"; reason: private alias.
Removed service "doctrine.orm.company_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $companyEntityManager"; reason: private alias.
Removed service "doctrine.orm.company_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.front_office_user_provider"; reason: private alias.
Removed service "security.user.provider.concrete.admin_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.backoffice_api_login"; reason: private alias.
Removed service "security.user_checker.backoffice_api_login"; reason: private alias.
Removed service "security.authentication.session_strategy.backoffice_api"; reason: private alias.
Removed service "security.user_checker.backoffice_api"; reason: private alias.
Removed service "security.authentication.session_strategy.backoffice_web"; reason: private alias.
Removed service "security.user_checker.backoffice_web"; reason: private alias.
Removed service "security.authentication.session_strategy.front_refresh_jwt"; reason: private alias.
Removed service "security.user_checker.front_refresh_jwt"; reason: private alias.
Removed service "security.authentication.session_strategy.front_api_login_digit_code"; reason: private alias.
Removed service "security.user_checker.front_api_login_digit_code"; reason: private alias.
Removed service "security.authentication.session_strategy.front_api_login_link"; reason: private alias.
Removed service "Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface"; reason: private alias.
Removed service "security.user_checker.front_api_login_link"; reason: private alias.
Removed service "security.authentication.session_strategy.front_api_firebase_auth_check"; reason: private alias.
Removed service "security.user_checker.front_api_firebase_auth_check"; reason: private alias.
Removed service "security.authentication.session_strategy.front_api_oauth_login"; reason: private alias.
Removed service "security.user_checker.front_api_oauth_login"; reason: private alias.
Removed service "security.authentication.session_strategy.front_api_json_login"; reason: private alias.
Removed service "security.user_checker.front_api_json_login"; reason: private alias.
Removed service "security.authentication.session_strategy.front_api"; reason: private alias.
Removed service "security.user_checker.front_api"; reason: private alias.
Removed service "security.authentication.session_strategy.front_office_web"; reason: private alias.
Removed service "security.user_checker.front_office_web"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\AppleClient"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $company1Database"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $company1Auth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $company1Storage"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $company1RemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $company1Messaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $company1Firestore"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $company1DynamicLinks"; reason: private alias.
Removed service "Kreait\Firebase\Contract\AppCheck $company1AppCheck"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $company2Database"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $company2Auth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $company2Storage"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $company2RemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $company2Messaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $company2Firestore"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $company2DynamicLinks"; reason: private alias.
Removed service "Kreait\Firebase\Contract\AppCheck $company2AppCheck"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Database $company4Database"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Auth $company4Auth"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Storage $company4Storage"; reason: private alias.
Removed service "Kreait\Firebase\Contract\RemoteConfig $company4RemoteConfig"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Messaging $company4Messaging"; reason: private alias.
Removed service "Kreait\Firebase\Contract\Firestore $company4Firestore"; reason: private alias.
Removed service "Kreait\Firebase\Contract\DynamicLinks $company4DynamicLinks"; reason: private alias.
Removed service "Kreait\Firebase\Contract\AppCheck $company4AppCheck"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $paymentLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deleteUserNotVerifiedLogger"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service ".service_locator.GsIjbjK"; reason: private alias.
Removed service ".service_locator.Q7if2wv"; reason: private alias.
Removed service ".service_locator.ZBZXtOS"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.LqSRMvg"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.KiOTC_l"; reason: private alias.
Removed service ".service_locator.5kR9qGi"; reason: private alias.
Removed service ".service_locator.0c17txM"; reason: private alias.
Removed service ".service_locator.D9WjsA7"; reason: private alias.
Removed service ".service_locator.tn6SR7i"; reason: private alias.
Removed service ".service_locator.OH1FlgL"; reason: private alias.
Removed service ".service_locator.kDUTdmZ"; reason: private alias.
Removed service ".service_locator.zLJzGwx"; reason: private alias.
Removed service ".service_locator.dK87nih"; reason: private alias.
Removed service ".service_locator.riGN6sa"; reason: private alias.
Removed service ".service_locator.WZG.74G"; reason: private alias.
Removed service ".service_locator.vPo5aMG"; reason: private alias.
Removed service ".service_locator.h68X1nv"; reason: private alias.
Removed service ".service_locator.Jht5y0b"; reason: private alias.
Removed service ".service_locator.gT5TKwv"; reason: private alias.
Removed service ".service_locator...1EU6U"; reason: private alias.
Removed service ".service_locator.mJ0qfsO"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.6tAorHn"; reason: private alias.
Removed service ".service_locator.UKc9wSr"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; 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 "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.backoffice_api_login"; reason: private alias.
Removed service "security.firewall.authenticator.backoffice_api"; reason: private alias.
Removed service "security.firewall.authenticator.backoffice_web"; reason: private alias.
Removed service "security.firewall.authenticator.front_refresh_jwt"; reason: private alias.
Removed service "security.firewall.authenticator.front_api_login_digit_code"; reason: private alias.
Removed service "security.firewall.authenticator.front_api_login_link"; reason: private alias.
Removed service "security.firewall.authenticator.front_api_firebase_auth_check"; reason: private alias.
Removed service "security.firewall.authenticator.front_api_oauth_login"; reason: private alias.
Removed service "security.firewall.authenticator.front_api_json_login"; reason: private alias.
Removed service "security.firewall.authenticator.front_api"; reason: private alias.
Removed service "security.firewall.authenticator.front_office_web"; reason: private alias.
Removed service "argument_resolver.backed_enum_resolver"; reason: private alias.
Removed service "argument_resolver.datetime"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.company_metadata_driver"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.4c3BQnM"; reason: private alias.
Removed service ".service_locator.hTlnIsD"; reason: private alias.
Removed service ".service_locator.BaFMERd"; reason: private alias.
Removed service ".service_locator.5mm9keZ"; reason: private alias.
Removed service ".service_locator.Yd69Xq8"; reason: private alias.
Removed service ".service_locator.8AGLH1w"; reason: private alias.
Removed service ".service_locator.S.j_A9F"; reason: private alias.
Removed service ".service_locator.MsYSVuP"; reason: private alias.
Removed service ".service_locator.Ct0Pqsj"; reason: private alias.
Removed service ".service_locator.6qFTprt"; reason: private alias.
Removed service ".service_locator.Zp0x7ZC"; reason: private alias.
Removed service ".service_locator.68CZTbn"; reason: private alias.
Removed service ".service_locator.RyDuYJL"; reason: private alias.
Removed service ".service_locator.O7zPeGS"; reason: private alias.
Removed service ".service_locator.rkh9ydq"; reason: private alias.
Removed service ".service_locator.R_oVSLr"; reason: private alias.
Removed service ".service_locator.SH1rIBZ"; reason: private alias.
Removed service ".service_locator.bgCP2_H"; reason: private alias.
Removed service ".service_locator.z.bUzVn"; reason: private alias.
Removed service ".service_locator.WfLud51"; reason: private alias.
Removed service ".service_locator.XWpdfK5"; reason: private alias.
Removed service ".service_locator.6u2lGWO"; reason: private alias.
Removed service ".service_locator.lAKSWh7"; reason: private alias.
Removed service ".service_locator.wYpg0OJ"; reason: private alias.
Removed service ".service_locator.RJHRvqw"; reason: private alias.
Removed service ".service_locator..HubIk6"; reason: private alias.
Removed service ".service_locator.DoCD.2o"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.ylR53zX"; reason: private alias.
Removed service ".service_locator.ln500ax"; reason: private alias.
Removed service ".service_locator.HeFhoP_"; reason: private alias.
Removed service ".service_locator.hVj713g"; reason: private alias.
Removed service ".service_locator.KBW5T8B"; reason: private alias.
Removed service ".service_locator.V37nTco"; reason: private alias.
Removed service ".service_locator.Lxt0EBd"; reason: private alias.
Removed service ".service_locator..EQyltw"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.pFwChgS"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
149
Changed reference of service "App\Command\Company\CreateUserCompanyCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Api\Front\Auth\UserController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Api\Front\Auth\UserController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Api\Front\Wallet\Card" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Controller\Api\Front\Wallet\WalletV2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\EventSubscriber\GesdinetRefreshTokenSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\External\Synchro\SynchroTableDispatch" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Security\Api\Front\CustomerAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Api\Front\DigitCodeAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\Api\Front\FirebaseAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Company\CustomerCard\RegisterCard" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Company\Fcm\FirebaseNotification" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Company\Pay\PayGreen\Factory\PaygreenPaymentRequestFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Company\Pay\PayGreen\Factory\PaygreenRegisterCardRequestFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Company\Pay\PayGreen\PayGreenHostedPageInfoPaymentBuilder" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Company\Pay\PayZen\Factory\PayzenFormPaymentRequestFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Company\Pay\PayZen\Factory\PayzenRegisterCardRequestFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Company\Pay\Transaction\TransactionManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Company\User\DeleteUser" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Company\User\StoreUser" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Company\WalletUser\CrudWalletUser" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.gmail" 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 "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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "chatter" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "chatter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "texter" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "texter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.firebase" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.backoffice_api_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.backoffice_api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.backoffice_api_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.backoffice_api_login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.backoffice_api_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.backoffice_api_login.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.backoffice_api_login.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.backoffice_api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.backoffice_api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.front_refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.front_refresh_jwt.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.front_refresh_jwt.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.abstract_login_link_handler" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.login_link_handler.front_api_login_link" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.success_handler.front_api_login_link.login_link" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.front_api_login_link.login_link" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.front_api_login_link.login_link" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.front_api_json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.front_api_json_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.front_api_json_login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.front_api_json_login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.front_api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.front_api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JF_dXf_" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.i11B2MO" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.YR61FYf" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.C8vum_C" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.kr7ajnW" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5UrSojE" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ErAWLMQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
477
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.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.login_link"; reason: abstract.
Removed service "security.authenticator.abstract_login_link_handler"; reason: abstract.
Removed service "security.authenticator.expired_login_link_storage"; 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 "maker.auto_command.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\CreateUserCompanyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Company\CreateUserCompanyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreatCompanyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreatCompanyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateFolderInitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateFolderInitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateUserBackOfficeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateUserBackOfficeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUserNotVerifiedCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeleteUserNotVerifiedCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BackOffice\FailedMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BackOffice\FailedMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\BackOffice\FailedMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Account\DeleteUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Account\DeleteUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Account\DeleteUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Auth\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Auth\Security\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Auth\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Auth\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Auth\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Auth\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Dashboard\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Dashboard\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Dashboard\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Device\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Device\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Device\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Device\DeviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Device\DeviceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Device\DeviceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Faq\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Faq\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Faq\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\AllergenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\AllergenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\FoodLabelling\AllergenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\DietController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\DietController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\FoodLabelling\DietController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\FoodLabelling\LabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\FoodLabelling\LabelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\FoodLabelling\LabelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Notification\FcmController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Notification\FcmController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Notification\FcmController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Order\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Order\OrderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Order\OrderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Reward\Reward"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Reward\Reward"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Reward\Reward"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\Card"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\Card"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Wallet\Card"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Wallet\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Front\Wallet\WalletV2"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Front\Wallet\WalletV2"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Front\Wallet\WalletV2"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\BackOffice\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\BackOffice\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\BackOffice\Security\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\BackOffice\Security\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\BackOffice\Security\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Dashboard\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Dashboard\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\Front\Dashboard\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\Front\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Web\Front\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Web\Front\Security\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Web\Front\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.App\EventListener\DatabaseActivitySubscriber.0.App\EventListener\DatabaseActivitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\DatabaseActivitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckPassportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CheckPassportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommandSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CommandSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerArgumentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ControllerArgumentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ControllerEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CustomerCardDeletedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CustomerCardDeletedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EndPaymentDoneSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\EndPaymentDoneSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FailedMessageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\FailedMessageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\FcmMessageFailedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\FcmMessageFailedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\GesdinetRefreshTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\GesdinetRefreshTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtAuthenticationFailureSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\JwtAuthenticationFailureSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtCreatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\JwtCreatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\JwtDecodedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\JwtDecodedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\KernelRequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LexikJwtAuthSuccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LexikJwtAuthSuccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OnUserCompanyVerifiedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\OnUserCompanyVerifiedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OrderReportSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\OrderReportSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendEmailMagikLinkSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SendEmailMagikLinkSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TransactionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TransactionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\TransactionUpdatedSuccessSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\TransactionUpdatedSuccessSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserCardAddedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserCardAddedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserDeletedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserDeletedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserOnCreatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserOnCreatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserWalletUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserWalletUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\WorkerMessageReceivedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\WorkerMessageReceivedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AbstractTypeFrom"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\AbstractTypeFrom"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AuthSendEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\AuthSendEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\AuthUserInfoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\AuthUserInfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\DevicePairType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\DevicePairType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmAndroidConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmAndroidConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmAndroidNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmAndroidNotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmApnsConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsHeadersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmApnsHeadersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApnsPayloadType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmApnsPayloadType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApsAlertType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmApsAlertType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmApsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmApsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmNotificationBaseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmNotificationBaseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmTokenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmTokenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmWebActionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebNotificationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmWebNotificationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmWebOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FcmWebPushConfigType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FcmWebPushConfigType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\FoodLabellingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\FoodLabellingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\IdsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\IdsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderProductRateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\OrderProductRateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderRateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\OrderRateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\OrderReportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\OrderReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\PayGreenRegisterCardType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\PayGreenRegisterCardType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\PushTokenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\PushTokenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\App\RechargePayType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\App\RechargePayType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\FirebaseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Security\FirebaseType"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\DeleteExpiredRefreshTokenHandler.0.App\MessageHandler\DeleteExpiredRefreshTokenHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\DeleteExpiredRefreshTokenHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\UpdateSynchroPrestaTableHandler.0.App\MessageHandler\UpdateSynchroPrestaTableHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\UpdateSynchroPrestaTableHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenLangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\AllergenLangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\AllergenProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\AllergenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\AllergenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryLangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\CategoryLangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\CategoryProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ConfigurationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ConfigurationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CountryLangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\CountryLangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\CustomerCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\CustomerCardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeleteUserGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DeleteUserGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DeviceCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DeviceProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceScreensaverRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DeviceScreensaverRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceSelectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DeviceSelectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceShelfRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DeviceShelfRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DeviceTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DeviceTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DietLangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DietLangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DietRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DietRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DigitCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizDietProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DigitizDietProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizOrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DigitizOrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DigitizProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\DigitizUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\DigitizUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\FaqLangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\FaqLangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\FaqRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\FaqRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupeProductCombinationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\GroupeProductCombinationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GroupeProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\GroupeProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\GrouplangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\GrouplangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ImageShopRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ImageShopRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelDigitizProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\LabelDigitizProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelLangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\LabelLangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LabelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\LabelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\LangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\LangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ManufacturerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ManufacturerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ModuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ModuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderCardRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderCardRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderCombinationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderCombinationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderDetailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderDetailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderDetailTaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderDetailTaxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderPaymentQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderPaymentQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderPaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderPaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderProductRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderProductRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderRateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderRateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\OrderStateLangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\OrderStateLangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\PayRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\PayRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ProductGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductLangRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ProductLangRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ProductShopRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ProductShopRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\PushTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\PushTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\RewardWalletHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\RewardWalletHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\RewardWalletRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\RewardWalletRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ShopGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ShopGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ShopRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ShopRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\SupplierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\SupplierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TaxRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\TaxRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TaxRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\TaxRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\ThemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\ThemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\TransactionHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\TransactionHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserDeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\UserDeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserGroupDeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\UserGroupDeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserGroupRegistrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\UserGroupRegistrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WalletUserHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\WalletUserHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WalletUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\WalletUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Company\WebserviceAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Company\WebserviceAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Main\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\RefreshTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Main\RefreshTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Main\UserAdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Main\UserAdminRepository"; reason: abstract.
Removed service ".instanceof.App\Security\Api\Front\Constraints\User\Interface\DisableUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DeleteUserHasOrderContraint"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Api\Front\Constraints\User\DeleteUserHasOrderContraint"; reason: abstract.
Removed service ".instanceof.App\Security\Api\Front\Constraints\User\Interface\DeleteUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DeleteUserIsExistContraint"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Api\Front\Constraints\User\DeleteUserIsExistContraint"; reason: abstract.
Removed service ".instanceof.App\Security\Api\Front\Constraints\User\Interface\DeleteUserContraintInterface.0.App\Security\Api\Front\Constraints\User\DisableUserHasOrderInPayContraint"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Api\Front\Constraints\User\DisableUserHasOrderInPayContraint"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentEdenredStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentEdenredStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentCallbackStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenCallbackStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPaygreenCallbackStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentNotificationStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenNotificationStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPaygreenNotificationStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPaygreenStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPaygreenStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentCallbackStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenCallbackStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPayzenCallbackStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentNotificationStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenNotificationStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPayzenNotificationStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\PaymentStrategyInterface.0.App\Service\Company\Pay\Strategy\PaymentPayzenStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\PaymentPayzenStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\RegisterCardStrategyInterface.0.App\Service\Company\Pay\Strategy\RegisterCardPaygreenStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\RegisterCardPaygreenStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\Pay\Interface\Strategy\RegisterCardStrategyInterface.0.App\Service\Company\Pay\Strategy\RegisterCardPayzenStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\Pay\Strategy\RegisterCardPayzenStrategy"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\CustomerCardDeleted\CustomerCardDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\CustomerCardDeleted\NbCardsUpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\CustomerCardDeleted\NbCardsUpdateSubscriber"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\EndPayment\EndPaymentDoneSubscribedInterface.0.App\Service\Company\ServiceSubscribed\EndPayment\NbCardsUpdateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\EndPayment\NbCardsUpdateSubscriber"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\FcmMessageFailed\FcmMessageFailedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\FcmMessageFailed\DeleteFcmToken"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\FcmMessageFailed\DeleteFcmToken"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\LexikJwtAuthSuccessSubscribedInterface.0.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\RewardsFirstUseApp"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\RewardsFirstUseApp"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\LexikJwtAuthSuccessSubscribedInterface.0.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\UpdateJwtPayload"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\UpdateJwtPayload"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\OrderReport\OrderReportSubscribedInterface.0.App\Service\Company\ServiceSubscribed\OrderReport\SendToAdminEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\OrderReport\SendToAdminEmail"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteDigitizUserSubscribed"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteDigitizUserSubscribed"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteRewardUserSubscribed"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteRewardUserSubscribed"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteUserTokenSubscribed"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteUserTokenSubscribed"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\UserDeletedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteWalletUserSubscribed"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\UserDeleted\DeleteWalletUserSubscribed"; reason: abstract.
Removed service ".instanceof.App\Service\Company\ServiceSubscribed\UserWalletUpdated\UserWalletUpdatedSubscribedInterface.0.App\Service\Company\ServiceSubscribed\UserWalletUpdated\UpdateWalletHistory"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Company\ServiceSubscribed\UserWalletUpdated\UpdateWalletHistory"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContainsAlphanumericValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ContainsAlphanumericValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\ContainsTokenExistValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\ContainsTokenExistValidator"; reason: abstract.
196
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Dto\Input\RechargeWallet"; reason: unused.
Removed service "App\Events\CustomerCardDeletedEvent"; reason: unused.
Removed service "App\Events\EndPaymentDoneEvent"; reason: unused.
Removed service "App\Events\FcmFailedMessageEvent"; reason: unused.
Removed service "App\Events\MagicLinkCreatedEvent"; reason: unused.
Removed service "App\Events\OrderReportEvent"; reason: unused.
Removed service "App\Events\TransactionCreateEvent"; reason: unused.
Removed service "App\Events\TransactionUpdatedSuccessEvent"; reason: unused.
Removed service "App\Events\UserCardAddedEvent"; reason: unused.
Removed service "App\Events\UserCompanyVerifiedEvent"; reason: unused.
Removed service "App\Events\UserCreatedEvent"; reason: unused.
Removed service "App\Events\UserDeletedEvent"; reason: unused.
Removed service "App\Events\UserDisableEvent"; reason: unused.
Removed service "App\Events\UserOnboardedEvent"; reason: unused.
Removed service "App\Events\UserWalletCreatedEvent"; reason: unused.
Removed service "App\Events\UserWalletUpdatedEvent"; reason: unused.
Removed service "App\ExceptionsHandler\ConstraintViolation\ConstraintViolationException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\DeviceException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\FormException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\InputDataException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\OrderCombinationException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\OrderDetailException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\OrderException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\ProductException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\RateException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\UnauthorizedActionException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\UnexpectedClassException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\Wallet\RewardWalletException"; reason: unused.
Removed service "App\ExceptionsHandler\Controller\Api\Wallet\WalletException"; reason: unused.
Removed service "App\ExceptionsHandler\Manager\CompanyNotValidException"; reason: unused.
Removed service "App\ExceptionsHandler\Manager\HttpHostException"; reason: unused.
Removed service "App\ExceptionsHandler\Manager\UnauthorizedAccessCompanyException"; reason: unused.
Removed service "App\ExceptionsHandler\RuntimeExceptionApi"; reason: unused.
Removed service "App\ExceptionsHandler\Security\UserNotFoundException"; reason: unused.
Removed service "App\ExceptionsHandler\Service\Company\CustomerCardTypeExistException"; reason: unused.
Removed service "App\ExceptionsHandler\Service\Company\DigitizUserNotFoundException"; reason: unused.
Removed service "App\ExceptionsHandler\Service\Company\TransactionHasBeenUsedException"; reason: unused.
Removed service "App\Helper\StaticData"; reason: unused.
Removed service "App\Http\Api\ApiResponse"; reason: unused.
Removed service "App\Message\DeleteExpiredRefreshToken"; reason: unused.
Removed service "App\Message\UpdateSynchroPrestaTable"; reason: unused.
Removed service "App\Response\Base\BaseResponse"; reason: unused.
Removed service "App\Security\Api\Admin\Exceptions\ProviderNotMatchCompanyException"; reason: unused.
Removed service "App\Security\Api\Front\CustomerAuthenticator"; reason: unused.
Removed service "App\Security\Api\Front\Exceptions\BadCredentialException"; reason: unused.
Removed service "App\Security\Api\Front\Exceptions\DigitCodeBadgeException"; reason: unused.
Removed service "App\Security\Api\Front\Exceptions\FirebaseAuthBadgeException"; reason: unused.
Removed service "App\Security\Api\Front\Exceptions\JsonContentTypeBadgeException"; reason: unused.
Removed service "App\Security\Api\Front\Exceptions\UserActiveBadgeException"; reason: unused.
Removed service "App\Security\Api\Front\Passport\Badge\DigitCodeBadge"; reason: unused.
Removed service "App\Security\Api\Front\Passport\Badge\FirebaseAuthBadge"; reason: unused.
Removed service "App\Security\Api\Front\Passport\Badge\JsonContentTypeBadge"; reason: unused.
Removed service "App\Security\Api\Front\Passport\Badge\UserActiveBadge"; reason: unused.
Removed service "App\Security\Api\Front\Passport\Badge\ValidateCredentialBadge"; reason: unused.
Removed service "App\Security\Oauth\GithubAuthenticator"; reason: unused.
Removed service "App\Security\Oauth\Passport\Badge\GithubEmailVerifyBadge"; reason: unused.
Removed service "App\Service\Company\DbSwitch\Company\HostCurrentCompany"; reason: unused.
Removed service "App\Service\Company\DbSwitch\Exception\AdminCompanyException"; reason: unused.
Removed service "App\Service\Company\DbSwitch\Exception\AdminHostHostException"; reason: unused.
Removed service "App\Service\Company\DbSwitch\Exception\CompanySlugSelectedException"; reason: unused.
Removed service "App\Service\Company\DbSwitch\Exception\NotFoundDbUrlCompanyException"; reason: unused.
Removed service "App\Service\Company\DbSwitch\Exception\UnknownHostException"; reason: unused.
Removed service "App\Service\Company\Pay\Dto\Input\InputNotificationData"; reason: unused.
Removed service "App\Service\Company\Pay\Dto\Input\InputRegisterCardData"; reason: unused.
Removed service "App\Service\Company\Pay\GatewayPay"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\DataObject\Output\OutputCallbackTransactionData"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\DataObject\Output\OutputCardData"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\DataObject\Output\OutputInstrumentData"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\DataObject\Output\OutputNotificationTransactionData"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\DataObject\Output\OutputPurchaseByCardData"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\DataObject\Output\OutputPurchaseData"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\DataObject\Output\OutputRegisterCardData"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\DataObject\PaygreenInfo"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\Gateway\PaygreenGateway"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\Gateway\Request\PaygreenPaymentCardRequest"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\Gateway\Request\PaygreenPaymentRequest"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\Gateway\Request\PaygreenRegisterCardRequest"; reason: unused.
Removed service "App\Service\Company\Pay\PayGreen\PayGreenInfoDigitizPrestaBuilder"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Dto\Output\OutputCardData"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Dto\Output\OutputNotificationPayzenFormPaymentData"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Dto\Output\OutputPayzenFormPaymentData"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Dto\Output\OutputRegisterCardPayzenFormData"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Dto\Output\PayzenRestOutputCancelOrRefund"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Dto\Output\PayzenRestOutputPurchaseByCardData"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Gateway\PayzenFormGateway"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Gateway\PayzenRestGateway"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Gateway\Request\PayzenFormPaymentRequest"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Gateway\Request\PayzenRegisterCardRequest"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\Gateway\Request\PayzenRestPaymentCardRequest"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\PayZenFormInfo"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\PayZenInfoDigitizPrestaBuilder"; reason: unused.
Removed service "App\Service\Company\Pay\PayZen\PayzenRestInfo"; reason: unused.
Removed service "App\Service\EncryptData"; reason: unused.
Removed service "App\Service\Mail\Notification\DigitizLoginLinkNotification"; reason: unused.
Removed service "App\Service\Mail\Notification\DigitizPairingCodeNotification"; reason: unused.
Removed service "App\Service\Mail\Notification\OrderReportNotification"; reason: unused.
Removed service "App\Validator\ContainsAlphanumeric"; reason: unused.
Removed service "App\Validator\ContainsTokenExist"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "Http\Client\HttpClient"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".lock.default.store.TTEh_gT"; reason: unused.
Removed service "lock.default.factory"; 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_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter"; reason: unused.
Removed service "texter"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~pTTj1Np"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; 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 "webpack_encore.cache"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authenticator.abstract_login_link_signature_hasher"; 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 "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~HSI2arD"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "fidry_alice_data_fixtures.persistence.purger_modepurger_mode"; reason: unused.
Removed service "nelmio_security.ua_parser"; reason: unused.
Removed service "nelmio_security.ua_parser.ua_php"; reason: unused.
Removed service "nelmio_security.policy_manager"; reason: unused.
Removed service "nelmio_security.csp_report.filter.noise_detector_custom_rules"; reason: unused.
Removed service ".service_locator.LXwqv7Y"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
608
Inlined service "App\Service\Managers\Main\CompanyManager" to "App\Command\CreatCompanyCommand".
Inlined service "App\FileCreator\ConfigDBCompanyFile" to "App\Command\CreatCompanyCommand".
Inlined service "App\Service\Managers\Main\AdminUserManager" to "App\Command\CreateUserBackOfficeCommand".
Inlined service "App\Service\Company\User\DeleteUserNotVerified" to "App\Command\DeleteUserNotVerifiedCommand".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\BackOffice\FailedMessageController" to "App\Controller\Api\BackOffice\FailedMessageController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Account\DeleteUserController" to "App\Controller\Api\Front\Account\DeleteUserController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Auth\Security\SecurityController" to "App\Controller\Api\Front\Auth\Security\SecurityController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Auth\UserController" to "App\Controller\Api\Front\Auth\UserController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Dashboard\DashboardController" to "App\Controller\Api\Front\Dashboard\DashboardController".
Inlined service "App\Helper\HttpPresta" to "App\Controller\Api\Front\Device\CatalogController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Device\CatalogController" to "App\Controller\Api\Front\Device\CatalogController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Device\DeviceController" to "App\Controller\Api\Front\Device\DeviceController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Faq\FaqController" to "App\Controller\Api\Front\Faq\FaqController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\FoodLabelling\AllergenController" to "App\Controller\Api\Front\FoodLabelling\AllergenController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\FoodLabelling\DietController" to "App\Controller\Api\Front\FoodLabelling\DietController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\FoodLabelling\LabelController" to "App\Controller\Api\Front\FoodLabelling\LabelController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Notification\FcmController" to "App\Controller\Api\Front\Notification\FcmController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Order\OrderController" to "App\Controller\Api\Front\Order\OrderController".
Inlined service "App\Service\Company\RewardWallet\CrudRewardWallet" to "App\Controller\Api\Front\Reward\Reward".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Reward\Reward" to "App\Controller\Api\Front\Reward\Reward".
Inlined service ".service_locator.5UrSojE.App\Controller\Api\Front\Wallet\Card" to "App\Controller\Api\Front\Wallet\Card".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Wallet\TestController" to "App\Controller\Api\Front\Wallet\TestController".
Inlined service "App\Service\Company\Pay\Transaction\TransactionManager" to "App\Controller\Api\Front\Wallet\WalletV2".
Inlined service ".service_locator.kr7ajnW.App\Controller\Api\Front\Wallet\WalletV2" to "App\Controller\Api\Front\Wallet\WalletV2".
Inlined service ".service_locator.kr7ajnW.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Web\BackOffice\DashboardController" to "App\Controller\Web\BackOffice\DashboardController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Web\BackOffice\ProductController" to "App\Controller\Web\BackOffice\ProductController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Web\BackOffice\Security\LoginController" to "App\Controller\Web\BackOffice\Security\LoginController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Web\Front\Dashboard\DashboardController" to "App\Controller\Web\Front\Dashboard\DashboardController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Web\Front\HomeController" to "App\Controller\Web\Front\HomeController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Web\Front\Payment\PayGreen\RegisterCardController" to "App\Controller\Web\Front\Payment\PayGreen\RegisterCardController".
Inlined service ".service_locator.kr7ajnW.App\Controller\Web\Front\Security\SecurityController" to "App\Controller\Web\Front\Security\SecurityController".
Inlined service "App\External\Synchro\SynchroTableDispatch" to "App\EventListener\DatabaseActivitySubscriber".
Inlined service "App\Service\Company\DbSwitch\AdminAutoDbSwitch" to "App\EventSubscriber\ControllerEventSubscriber".
Inlined service "mailer.mailer" to "App\EventSubscriber\FailedMessageSubscriber".
Inlined service "App\Service\Company\DbSwitch\AutoDbSwitch" to "App\EventSubscriber\KernelRequestSubscriber".
Inlined service "App\Service\Company\DigitizUser\CreatePairingCode" to "App\EventSubscriber\OnUserCompanyVerifiedSubscriber".
Inlined service "App\Service\Company\DigitizUser\CreateDigitizUser" to "App\EventSubscriber\OnUserCompanyVerifiedSubscriber".
Inlined service "App\Service\Company\DigitCode\StoreDigitCode" to "App\EventSubscriber\SendEmailMagikLinkSubscriber".
Inlined service "App\External\Api\Presta\ClientPresta" to "App\External\Api\Presta\UpdateSynchro".
Inlined service "App\Service\RefreshToken\DeleteExpiredToken" to "App\MessageHandler\DeleteExpiredRefreshTokenHandler".
Inlined service "App\External\Api\Presta\UpdateSynchro" to "App\MessageHandler\UpdateSynchroPrestaTableHandler".
Inlined service "App\Service\Company\DbSwitch\Company\AdminCompany" to "App\Service\Company\DbSwitch\AdminAutoDbSwitch".
Inlined service "App\Factory\Company\FireBase\KreaitMessagingFactory" to "App\Service\Company\Fcm\FirebaseNotification".
Inlined service "App\Service\Company\Pay\Factory\PaymentMethod\PaymentMethodInfoFactory" to "App\Service\Company\Pay\Factory\PaymentMethod\PayementMethodFactory".
Inlined service "App\Service\Company\Pay\PayGreen\Builder\PaygreenInfoBuilder" to "App\Service\Company\Pay\PayGreen\Factory\PaygreenGatewayFactory".
Inlined service "App\Service\Company\Pay\PayGreen\Factory\PaygreenPaymentCardRequestFactory" to "App\Service\Company\Pay\PayGreen\PaygreenPayment".
Inlined service "App\Service\Company\Pay\PayGreen\Factory\PaygreenPaymentRequestFactory" to "App\Service\Company\Pay\PayGreen\PaygreenPayment".
Inlined service "App\Service\Company\Pay\PayGreen\Factory\PaygreenRegisterCardRequestFactory" to "App\Service\Company\Pay\PayGreen\PaygreenRegisterCard".
Inlined service "App\Service\Company\Pay\PayZen\Builder\PayzenFormInfoBuilder" to "App\Service\Company\Pay\PayZen\Factory\PayzenFormGatewayFactory".
Inlined service "App\Service\Company\Pay\PayZen\Builder\PayzenRestInfoBuilder" to "App\Service\Company\Pay\PayZen\Factory\PayzenRestGatewayFactory".
Inlined service "App\Service\Company\Pay\PayZen\Factory\PayzenFormPaymentRequestFactory" to "App\Service\Company\Pay\PayZen\PayzenPayment".
Inlined service "App\Service\Company\Pay\PayZen\Factory\PayzenRegisterCardRequestFactory" to "App\Service\Company\Pay\PayZen\PayzenRegisterCard".
Inlined service "App\Service\Company\Pay\PayGreen\PaygreenPaymentCallback" to "App\Service\Company\Pay\Strategy\PaymentPaygreenCallbackStrategy".
Inlined service "App\Service\Company\Pay\PayGreen\PaymentPaygreenNotification" to "App\Service\Company\Pay\Strategy\PaymentPaygreenNotificationStrategy".
Inlined service "App\Service\Company\Pay\PayGreen\PaygreenPayment" to "App\Service\Company\Pay\Strategy\PaymentPaygreenStrategy".
Inlined service "App\Service\Company\Pay\PayZen\PayzenPayment" to "App\Service\Company\Pay\Strategy\PaymentPayzenStrategy".
Inlined service "App\Service\Company\Pay\Strategy\BuildPaymentStrategyClassName" to "App\Service\Company\Pay\Strategy\PaymentStrategyContext".
Inlined service "App\Service\Company\Pay\PayGreen\PaygreenRegisterCard" to "App\Service\Company\Pay\Strategy\RegisterCardPaygreenStrategy".
Inlined service "App\Service\Company\Pay\PayZen\PayzenRegisterCard" to "App\Service\Company\Pay\Strategy\RegisterCardPayzenStrategy".
Inlined service "App\Service\Company\Rewards\RewardAppDownload" to "App\Service\Company\Rewards\NewAppUserReward".
Inlined service "App\Service\Company\PushToken\DeletedPushToken" to "App\Service\Company\ServiceSubscribed\FcmMessageFailed\DeleteFcmToken".
Inlined service "App\Service\Company\Rewards\NewAppUserReward" to "App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\RewardsFirstUseApp".
Inlined service "App\Service\Company\Jwt\Payload" to "App\Service\Company\ServiceSubscribed\LexikJwtAuthenticationSuccess\UpdateJwtPayload".
Inlined service "App\Service\Company\EmailAddress\EmailAddressSupport" to "App\Service\Company\ServiceSubscribed\OrderReport\SendToAdminEmail".
Inlined service "App\Service\Company\DigitizUser\DeleteDigitizUser" to "App\Service\Company\ServiceSubscribed\UserDeleted\DeleteDigitizUserSubscribed".
Inlined service "App\Service\Company\RewardWallet\DeleteReward" to "App\Service\Company\ServiceSubscribed\UserDeleted\DeleteRewardUserSubscribed".
Inlined service "App\Service\Company\Fcm\DeleteUserToken" to "App\Service\Company\ServiceSubscribed\UserDeleted\DeleteUserTokenSubscribed".
Inlined service "App\Service\Company\WalletUser\DeleteWalletUser" to "App\Service\Company\ServiceSubscribed\UserDeleted\DeleteWalletUserSubscribed".
Inlined service "App\Service\Company\EntityManager\V2\CompanyEntityManagerV2" to "App\Service\Company\User\DeleteUser".
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.Xbsa8iG" to "container.get_routing_condition_service".
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.yKHwqJO" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
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" 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.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
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.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.y5RowdQ" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.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.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 "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.NA0xQTw" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.company_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.bz09m9U" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.v4buNEb" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service ".service_locator.UkE3SaZ" to "notifier".
Inlined service "notifier.channel_policy" to "notifier".
Inlined service "notifier.admin_recipient.0" to "notifier".
Inlined service "notifier.flash_message_importance_mapper" to "notifier.channel.browser".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" 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.cache" 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 "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.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 "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
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.HGbU.YY" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.logging_middleware.company" to "doctrine.dbal.company_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.company" to "doctrine.dbal.company_connection.configuration".
Inlined service ".service_locator.5Jqw9hz" to "doctrine.dbal.company_connection.event_manager".
Inlined service "doctrine.dbal.company_connection.configuration" to "doctrine.dbal.company_connection".
Inlined service ".service_locator.J.ALx5." 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.default_entity_listener_resolver" 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.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "cache.doctrine.orm.company.metadata" to "doctrine.orm.company_configuration".
Inlined service ".doctrine.orm.company_metadata_driver" to "doctrine.orm.company_configuration".
Inlined service "doctrine.orm.company_entity_listener_resolver" to "doctrine.orm.company_configuration".
Inlined service "cache.doctrine.orm.company.result.recorder_inner" to "cache.doctrine.orm.company.result".
Inlined service "cache.doctrine.orm.company.query.recorder_inner" to "cache.doctrine.orm.company.query".
Inlined service "doctrine.orm.company_configuration" to "doctrine.orm.company_entity_manager".
Inlined service "doctrine.orm.company_manager_configurator" to "doctrine.orm.company_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" 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.expression" 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.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "twig.extension.inky" to "twig".
Inlined service "nelmio_security.twig_extension" 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.v.Wwsjy.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.FveaBKM" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~hiCEsgQ" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.Bb6fygC" to "security.access_map".
Inlined service ".security.request_matcher.lp1Xj53" to "security.access_map".
Inlined service ".security.request_matcher.9tXmUnQ" to "security.access_map".
Inlined service ".security.request_matcher.eyg.KpW" to "security.access_map".
Inlined service ".security.request_matcher.EGzwouv" to "security.access_map".
Inlined service ".security.request_matcher._9b_3fB" to "security.access_map".
Inlined service ".security.request_matcher.8H_kAtv" to "security.access_map".
Inlined service ".security.request_matcher.sX7vHBD" to "security.access_map".
Inlined service ".security.request_matcher.QQuu8Lz" to "security.access_map".
Inlined service ".security.request_matcher.eIGs1Mj" to "security.access_map".
Inlined service ".security.request_matcher.gh8ucoR" to "security.access_map".
Inlined service ".security.request_matcher.CZHDdb4" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.backoffice_api_login.json_login" to "security.authenticator.json_login.backoffice_api_login".
Inlined service "security.authentication.failure_handler.backoffice_api_login.json_login" to "security.authenticator.json_login.backoffice_api_login".
Inlined service "security.authentication.success_handler.backoffice_api_login.refresh_jwt" to "security.authenticator.refresh_jwt.backoffice_api_login".
Inlined service "security.authentication.failure_handler.backoffice_api_login.refresh_jwt" to "security.authenticator.refresh_jwt.backoffice_api_login".
Inlined service "debug.security.firewall.authenticator.backoffice_api_login.inner" to "debug.security.firewall.authenticator.backoffice_api_login".
Inlined service "security.exception_listener.backoffice_api_login" to "security.firewall.map.context.backoffice_api_login".
Inlined service "security.firewall.map.config.backoffice_api_login" to "security.firewall.map.context.backoffice_api_login".
Inlined service "debug.security.firewall.authenticator.backoffice_api.inner" to "debug.security.firewall.authenticator.backoffice_api".
Inlined service "security.exception_listener.backoffice_api" to "security.firewall.map.context.backoffice_api".
Inlined service "security.firewall.map.config.backoffice_api" to "security.firewall.map.context.backoffice_api".
Inlined service "security.authentication.success_handler.backoffice_web.form_login" to "security.authenticator.form_login.backoffice_web".
Inlined service "security.authentication.failure_handler.backoffice_web.form_login" to "security.authenticator.form_login.backoffice_web".
Inlined service "debug.security.firewall.authenticator.backoffice_web.inner" to "debug.security.firewall.authenticator.backoffice_web".
Inlined service "security.exception_listener.backoffice_web" to "security.firewall.map.context.backoffice_web".
Inlined service "security.logout_listener.backoffice_web" to "security.firewall.map.context.backoffice_web".
Inlined service "security.firewall.map.config.backoffice_web" to "security.firewall.map.context.backoffice_web".
Inlined service "security.authentication.success_handler.front_refresh_jwt.refresh_jwt" to "security.authenticator.refresh_jwt.front_refresh_jwt".
Inlined service "security.authentication.failure_handler.front_refresh_jwt.refresh_jwt" to "security.authenticator.refresh_jwt.front_refresh_jwt".
Inlined service "debug.security.firewall.authenticator.front_refresh_jwt.inner" to "debug.security.firewall.authenticator.front_refresh_jwt".
Inlined service "security.exception_listener.front_refresh_jwt" to "security.firewall.map.context.front_refresh_jwt".
Inlined service "security.firewall.map.config.front_refresh_jwt" to "security.firewall.map.context.front_refresh_jwt".
Inlined service "debug.security.firewall.authenticator.front_api_login_digit_code.inner" to "debug.security.firewall.authenticator.front_api_login_digit_code".
Inlined service "security.exception_listener.front_api_login_digit_code" to "security.firewall.map.context.front_api_login_digit_code".
Inlined service "security.firewall.map.config.front_api_login_digit_code" to "security.firewall.map.context.front_api_login_digit_code".
Inlined service "security.authenticator.cache.expired_links.recorder_inner" to "security.authenticator.cache.expired_links".
Inlined service ".service_locator.VzvazNU" to "security.authenticator.firewall_aware_login_link_handler".
Inlined service "security.authenticator.expired_login_link_storage.front_api_login_link" to "security.authenticator.login_link_signature_hasher.front_api_login_link".
Inlined service "security.authenticator.login_link_signature_hasher.front_api_login_link" to "security.authenticator.login_link_handler.front_api_login_link".
Inlined service "security.authentication.success_handler.front_api_login_link.login_link" to "security.authenticator.login_link.front_api_login_link".
Inlined service "security.authentication.failure_handler.front_api_login_link.login_link" to "security.authenticator.login_link.front_api_login_link".
Inlined service "debug.security.firewall.authenticator.front_api_login_link.inner" to "debug.security.firewall.authenticator.front_api_login_link".
Inlined service "security.exception_listener.front_api_login_link" to "security.firewall.map.context.front_api_login_link".
Inlined service "security.logout_listener.front_api_login_link" to "security.firewall.map.context.front_api_login_link".
Inlined service "security.firewall.map.config.front_api_login_link" to "security.firewall.map.context.front_api_login_link".
Inlined service "debug.security.firewall.authenticator.front_api_firebase_auth_check.inner" to "debug.security.firewall.authenticator.front_api_firebase_auth_check".
Inlined service "security.exception_listener.front_api_firebase_auth_check" to "security.firewall.map.context.front_api_firebase_auth_check".
Inlined service "security.firewall.map.config.front_api_firebase_auth_check" to "security.firewall.map.context.front_api_firebase_auth_check".
Inlined service "debug.security.firewall.authenticator.front_api_oauth_login.inner" to "debug.security.firewall.authenticator.front_api_oauth_login".
Inlined service "security.exception_listener.front_api_oauth_login" to "security.firewall.map.context.front_api_oauth_login".
Inlined service "security.firewall.map.config.front_api_oauth_login" to "security.firewall.map.context.front_api_oauth_login".
Inlined service "security.authentication.success_handler.front_api_json_login.json_login" to "security.authenticator.json_login.front_api_json_login".
Inlined service "security.authentication.failure_handler.front_api_json_login.json_login" to "security.authenticator.json_login.front_api_json_login".
Inlined service "debug.security.firewall.authenticator.front_api_json_login.inner" to "debug.security.firewall.authenticator.front_api_json_login".
Inlined service "security.exception_listener.front_api_json_login" to "security.firewall.map.context.front_api_json_login".
Inlined service "security.firewall.map.config.front_api_json_login" to "security.firewall.map.context.front_api_json_login".
Inlined service "debug.security.firewall.authenticator.front_api.inner" to "debug.security.firewall.authenticator.front_api".
Inlined service "security.exception_listener.front_api" to "security.firewall.map.context.front_api".
Inlined service "security.firewall.map.config.front_api" to "security.firewall.map.context.front_api".
Inlined service "security.authentication.success_handler.front_office_web.form_login" to "security.authenticator.form_login.front_office_web".
Inlined service "security.authentication.failure_handler.front_office_web.form_login" to "security.authenticator.form_login.front_office_web".
Inlined service "debug.security.firewall.authenticator.front_office_web.inner" to "debug.security.firewall.authenticator.front_office_web".
Inlined service "security.exception_listener.front_office_web" to "security.firewall.map.context.front_office_web".
Inlined service "security.logout_listener.front_office_web" to "security.firewall.map.context.front_office_web".
Inlined service "security.firewall.map.config.front_office_web" to "security.firewall.map.context.front_office_web".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "knpu.oauth2.provider.google" to "knpu.oauth2.client.google".
Inlined service "knpu.oauth2.provider.apple" to "knpu.oauth2.client.apple".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\ORMSqliteDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\MongoDBDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "Liip\TestFixturesBundle\Services\DatabaseTools\PHPCRDatabaseTool" to "Liip\TestFixturesBundle\Services\DatabaseToolCollection".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "nelmio_security.nonce_generator" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains_regex" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_schemes" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_injected_scripts" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_browser_bugs" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.ua_parser.ua_php.provider" to "nelmio_security.csp_report.filter.noise_detector_browser_bugs".
Inlined service "nelmio_security.csp_report.log_formatter" to "nelmio_security.csp_report.logger".
Inlined service "nelmio_security.csp_report.logger" to "nelmio_security.csp_reporter_controller".
Inlined service "nelmio_security.csp_report.filter" to "nelmio_security.csp_reporter_controller".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.backed_enum_resolver.inner" to "debug.argument_resolver.backed_enum_resolver".
Inlined service "debug.argument_resolver.datetime.inner" to "debug.argument_resolver.datetime".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\DeleteExpiredRefreshTokenHandler" to ".messenger.handler_descriptor.nWYxbve".
Inlined service "App\MessageHandler\UpdateSynchroPrestaTableHandler" to ".messenger.handler_descriptor.3GiCXVc".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".doctrine.orm.company_metadata_driver.inner" to ".doctrine.orm.company_metadata_driver".
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 "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.5UrSojE" to ".service_locator.5UrSojE.App\Controller\Api\Front\Wallet\Card".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.gOdCe1K" to ".service_locator.gOdCe1K.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.backoffice_api_login" to "debug.security.firewall.authenticator.backoffice_api_login.inner".
Inlined service "security.authenticator.manager.backoffice_api" to "debug.security.firewall.authenticator.backoffice_api.inner".
Inlined service "security.authenticator.manager.backoffice_web" to "debug.security.firewall.authenticator.backoffice_web.inner".
Inlined service "security.authenticator.manager.front_refresh_jwt" to "debug.security.firewall.authenticator.front_refresh_jwt.inner".
Inlined service "security.authenticator.manager.front_api_login_digit_code" to "debug.security.firewall.authenticator.front_api_login_digit_code.inner".
Inlined service "security.authenticator.manager.front_api_login_link" to "debug.security.firewall.authenticator.front_api_login_link.inner".
Inlined service "security.authenticator.manager.front_api_firebase_auth_check" to "debug.security.firewall.authenticator.front_api_firebase_auth_check.inner".
Inlined service "security.authenticator.manager.front_api_oauth_login" to "debug.security.firewall.authenticator.front_api_oauth_login.inner".
Inlined service "security.authenticator.manager.front_api_json_login" to "debug.security.firewall.authenticator.front_api_json_login.inner".
Inlined service "security.authenticator.manager.front_api" to "debug.security.firewall.authenticator.front_api.inner".
Inlined service "security.authenticator.manager.front_office_web" to "debug.security.firewall.authenticator.front_office_web.inner".
Inlined service ".service_locator.UcDqZzM" to "console.command_loader".
Inlined service ".service_locator.gOdCe1K.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" 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 "nelmio_alice.file_locator.default" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_locator.default" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".