The "PCS\BO\Security\Voter\PermissionVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSQLPlatform", when using DBAL 3,
and "IDENTITY" when using DBAL 4,
so you should probably use the following configuration before upgrading to DBAL 4,
and remove it after deploying that upgrade:
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSQLPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]);
(ClassMetadataFactory.php:639 called by ClassMetadataFactory.php:550, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
"SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_verified AS is_verified_7, t0.status AS status_8, t0.totp_secret AS totp_secret_9, t0.is_totp_enabled AS is_totp_enabled_10, t0.totp_algorithm AS totp_algorithm_11, t0.totp_period AS totp_period_12, t0.otp_type AS otp_type_13, t0.hotp_counter AS hotp_counter_14, t0.backup_codes AS backup_codes_15, t0.api_token AS api_token_16, t0.must_change_password AS must_change_password_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.deleted_at AS deleted_at_20 FROM "user" t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_verified AS is_verified_7, t0.status AS status_8, t0.totp_secret AS totp_secret_9, t0.is_totp_enabled AS is_totp_enabled_10, t0.totp_algorithm AS totp_algorithm_11, t0.totp_period AS totp_period_12, t0.otp_type AS otp_type_13, t0.hotp_counter AS hotp_counter_14, t0.backup_codes AS backup_codes_15, t0.api_token AS api_token_16, t0.must_change_password AS must_change_password_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.deleted_at AS deleted_at_20 FROM "user" t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.symfony_role AS symfony_role_3, t0.description AS description_4, t0.color AS color_5, t0.is_system AS is_system_6, t0.is_active AS is_active_7, t0.priority AS priority_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symfony_role AS symfony_role_3, t0.description AS description_4, t0.color AS color_5, t0.is_system AS is_system_6, t0.is_active AS is_active_7, t0.priority AS priority_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
"SELECT count(*) AS sclr_0 FROM financial_limit_action_log f0_ LEFT JOIN "user" u1_ ON f0_.performed_by_id = u1_.id"
doctrine
[
"sql" => "SELECT count(*) AS sclr_0 FROM financial_limit_action_log f0_ LEFT JOIN "user" u1_ ON f0_.performed_by_id = u1_.id"
]
debug
Executing query:
"SELECT f0_.id AS id_0, f0_.action AS action_1, f0_.result AS result_2, f0_.target_type AS target_type_3, f0_.target_id AS target_id_4, f0_.target_label AS target_label_5, f0_.request_payload AS request_payload_6, f0_.response_payload AS response_payload_7, f0_.error_details AS error_details_8, f0_.ip_address AS ip_address_9, f0_.created_at AS created_at_10, f0_.updated_at AS updated_at_11, u1_.id AS id_12, u1_.email AS email_13, u1_.roles AS roles_14, u1_.password AS password_15, u1_.first_name AS first_name_16, u1_.last_name AS last_name_17, u1_.is_verified AS is_verified_18, u1_.status AS status_19, u1_.totp_secret AS totp_secret_20, u1_.is_totp_enabled AS is_totp_enabled_21, u1_.totp_algorithm AS totp_algorithm_22, u1_.totp_period AS totp_period_23, u1_.otp_type AS otp_type_24, u1_.hotp_counter AS hotp_counter_25, u1_.backup_codes AS backup_codes_26, u1_.api_token AS api_token_27, u1_.must_change_password AS must_change_password_28, u1_.created_at AS created_at_29, u1_.updated_at AS updated_at_30, u1_.deleted_at AS deleted_at_31, f0_.performed_by_id AS performed_by_id_32 FROM financial_limit_action_log f0_ LEFT JOIN "user" u1_ ON f0_.performed_by_id = u1_.id ORDER BY f0_.created_at DESC LIMIT 25"
doctrine
[
"sql" => "SELECT f0_.id AS id_0, f0_.action AS action_1, f0_.result AS result_2, f0_.target_type AS target_type_3, f0_.target_id AS target_id_4, f0_.target_label AS target_label_5, f0_.request_payload AS request_payload_6, f0_.response_payload AS response_payload_7, f0_.error_details AS error_details_8, f0_.ip_address AS ip_address_9, f0_.created_at AS created_at_10, f0_.updated_at AS updated_at_11, u1_.id AS id_12, u1_.email AS email_13, u1_.roles AS roles_14, u1_.password AS password_15, u1_.first_name AS first_name_16, u1_.last_name AS last_name_17, u1_.is_verified AS is_verified_18, u1_.status AS status_19, u1_.totp_secret AS totp_secret_20, u1_.is_totp_enabled AS is_totp_enabled_21, u1_.totp_algorithm AS totp_algorithm_22, u1_.totp_period AS totp_period_23, u1_.otp_type AS otp_type_24, u1_.hotp_counter AS hotp_counter_25, u1_.backup_codes AS backup_codes_26, u1_.api_token AS api_token_27, u1_.must_change_password AS must_change_password_28, u1_.created_at AS created_at_29, u1_.updated_at AS updated_at_30, u1_.deleted_at AS deleted_at_31, f0_.performed_by_id AS performed_by_id_32 FROM financial_limit_action_log f0_ LEFT JOIN "user" u1_ ON f0_.performed_by_id = u1_.id ORDER BY f0_.created_at DESC LIMIT 25"
]
"SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.first_name AS first_name_4, u0_.last_name AS last_name_5, u0_.is_verified AS is_verified_6, u0_.status AS status_7, u0_.totp_secret AS totp_secret_8, u0_.is_totp_enabled AS is_totp_enabled_9, u0_.totp_algorithm AS totp_algorithm_10, u0_.totp_period AS totp_period_11, u0_.otp_type AS otp_type_12, u0_.hotp_counter AS hotp_counter_13, u0_.backup_codes AS backup_codes_14, u0_.api_token AS api_token_15, u0_.must_change_password AS must_change_password_16, u0_.created_at AS created_at_17, u0_.updated_at AS updated_at_18, u0_.deleted_at AS deleted_at_19 FROM "user" u0_"
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.first_name AS first_name_4, u0_.last_name AS last_name_5, u0_.is_verified AS is_verified_6, u0_.status AS status_7, u0_.totp_secret AS totp_secret_8, u0_.is_totp_enabled AS is_totp_enabled_9, u0_.totp_algorithm AS totp_algorithm_10, u0_.totp_period AS totp_period_11, u0_.otp_type AS otp_type_12, u0_.hotp_counter AS hotp_counter_13, u0_.backup_codes AS backup_codes_14, u0_.api_token AS api_token_15, u0_.must_change_password AS must_change_password_16, u0_.created_at AS created_at_17, u0_.updated_at AS updated_at_18, u0_.deleted_at AS deleted_at_19 FROM "user" u0_"
]
Log messages generated during the compilation of the service container.
Messages
Class
963
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\CreateUserCommand" (parent: .abstract.instanceof.PCS\BO\Command\CreateUserCommand).
Resolving inheritance for ".instanceof.PCS\BO\Command\CreateUserCommand.0.PCS\BO\Command\CreateUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\CreateUserCommand).
Resolving inheritance for "PCS\BO\Command\CreateUserCommand" (parent: .instanceof.PCS\BO\Command\CreateUserCommand.0.PCS\BO\Command\CreateUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\GenerateApiTokenCommand" (parent: .abstract.instanceof.PCS\BO\Command\GenerateApiTokenCommand).
Resolving inheritance for ".instanceof.PCS\BO\Command\GenerateApiTokenCommand.0.PCS\BO\Command\GenerateApiTokenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\GenerateApiTokenCommand).
Resolving inheritance for "PCS\BO\Command\GenerateApiTokenCommand" (parent: .instanceof.PCS\BO\Command\GenerateApiTokenCommand.0.PCS\BO\Command\GenerateApiTokenCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\MigrateUserRolesCommand" (parent: .abstract.instanceof.PCS\BO\Command\MigrateUserRolesCommand).
Resolving inheritance for ".instanceof.PCS\BO\Command\MigrateUserRolesCommand.0.PCS\BO\Command\MigrateUserRolesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\MigrateUserRolesCommand).
Resolving inheritance for "PCS\BO\Command\MigrateUserRolesCommand" (parent: .instanceof.PCS\BO\Command\MigrateUserRolesCommand.0.PCS\BO\Command\MigrateUserRolesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\PruneOrphanPermissionsCommand" (parent: .abstract.instanceof.PCS\BO\Command\PruneOrphanPermissionsCommand).
Resolving inheritance for ".instanceof.PCS\BO\Command\PruneOrphanPermissionsCommand.0.PCS\BO\Command\PruneOrphanPermissionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\PruneOrphanPermissionsCommand).
Resolving inheritance for "PCS\BO\Command\PruneOrphanPermissionsCommand" (parent: .instanceof.PCS\BO\Command\PruneOrphanPermissionsCommand.0.PCS\BO\Command\PruneOrphanPermissionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\ScssCompileCommand" (parent: .abstract.instanceof.PCS\BO\Command\ScssCompileCommand).
Resolving inheritance for ".instanceof.PCS\BO\Command\ScssCompileCommand.0.PCS\BO\Command\ScssCompileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\ScssCompileCommand).
Resolving inheritance for "PCS\BO\Command\ScssCompileCommand" (parent: .instanceof.PCS\BO\Command\ScssCompileCommand.0.PCS\BO\Command\ScssCompileCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\SeedPermissionsCommand" (parent: .abstract.instanceof.PCS\BO\Command\SeedPermissionsCommand).
Resolving inheritance for ".instanceof.PCS\BO\Command\SeedPermissionsCommand.0.PCS\BO\Command\SeedPermissionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\SeedPermissionsCommand).
Resolving inheritance for "PCS\BO\Command\SeedPermissionsCommand" (parent: .instanceof.PCS\BO\Command\SeedPermissionsCommand.0.PCS\BO\Command\SeedPermissionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Console\PubSubPullCommand" (parent: .abstract.instanceof.PCS\BO\Console\PubSubPullCommand).
Resolving inheritance for ".instanceof.PCS\BO\Console\PubSubPullCommand.0.PCS\BO\Console\PubSubPullCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Console\PubSubPullCommand).
Resolving inheritance for "PCS\BO\Console\PubSubPullCommand" (parent: .instanceof.PCS\BO\Console\PubSubPullCommand.0.PCS\BO\Console\PubSubPullCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\AddressController" (parent: .abstract.instanceof.PCS\BO\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\AddressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\AddressController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\AddressController.0.PCS\BO\Controller\AddressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\AddressController).
Resolving inheritance for "PCS\BO\Controller\AddressController" (parent: .instanceof.PCS\BO\Controller\AddressController.0.PCS\BO\Controller\AddressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\AdminFeeController" (parent: .abstract.instanceof.PCS\BO\Controller\AdminFeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\AdminFeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\AdminFeeController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\AdminFeeController.0.PCS\BO\Controller\AdminFeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\AdminFeeController).
Resolving inheritance for "PCS\BO\Controller\AdminFeeController" (parent: .instanceof.PCS\BO\Controller\AdminFeeController.0.PCS\BO\Controller\AdminFeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\Api\PubSubController" (parent: .abstract.instanceof.PCS\BO\Controller\Api\PubSubController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\Api\PubSubController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\Api\PubSubController).
Resolving inheritance for "PCS\BO\Controller\Api\PubSubController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\Api\PubSubController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CardController" (parent: .abstract.instanceof.PCS\BO\Controller\CardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CardController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\CardController.0.PCS\BO\Controller\CardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CardController).
Resolving inheritance for "PCS\BO\Controller\CardController" (parent: .instanceof.PCS\BO\Controller\CardController.0.PCS\BO\Controller\CardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerCardController" (parent: .abstract.instanceof.PCS\BO\Controller\CustomerCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerCardController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\CustomerCardController.0.PCS\BO\Controller\CustomerCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerCardController).
Resolving inheritance for "PCS\BO\Controller\CustomerCardController" (parent: .instanceof.PCS\BO\Controller\CustomerCardController.0.PCS\BO\Controller\CustomerCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerController" (parent: .abstract.instanceof.PCS\BO\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\CustomerController.0.PCS\BO\Controller\CustomerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerController).
Resolving inheritance for "PCS\BO\Controller\CustomerController" (parent: .instanceof.PCS\BO\Controller\CustomerController.0.PCS\BO\Controller\CustomerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerKycController" (parent: .abstract.instanceof.PCS\BO\Controller\CustomerKycController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerKycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerKycController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\CustomerKycController.0.PCS\BO\Controller\CustomerKycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerKycController).
Resolving inheritance for "PCS\BO\Controller\CustomerKycController" (parent: .instanceof.PCS\BO\Controller\CustomerKycController.0.PCS\BO\Controller\CustomerKycController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerWalletController" (parent: .abstract.instanceof.PCS\BO\Controller\CustomerWalletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerWalletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerWalletController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\CustomerWalletController.0.PCS\BO\Controller\CustomerWalletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerWalletController).
Resolving inheritance for "PCS\BO\Controller\CustomerWalletController" (parent: .instanceof.PCS\BO\Controller\CustomerWalletController.0.PCS\BO\Controller\CustomerWalletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\DashboardController" (parent: .abstract.instanceof.PCS\BO\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\DashboardController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\DashboardController.0.PCS\BO\Controller\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\DashboardController).
Resolving inheritance for "PCS\BO\Controller\DashboardController" (parent: .instanceof.PCS\BO\Controller\DashboardController.0.PCS\BO\Controller\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\EmailController" (parent: .abstract.instanceof.PCS\BO\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\EmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\EmailController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\EmailController.0.PCS\BO\Controller\EmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\EmailController).
Resolving inheritance for "PCS\BO\Controller\EmailController" (parent: .instanceof.PCS\BO\Controller\EmailController.0.PCS\BO\Controller\EmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeChargeMonitoringController" (parent: .abstract.instanceof.PCS\BO\Controller\FeeChargeMonitoringController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeChargeMonitoringController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeChargeMonitoringController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\FeeChargeMonitoringController.0.PCS\BO\Controller\FeeChargeMonitoringController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeChargeMonitoringController).
Resolving inheritance for "PCS\BO\Controller\FeeChargeMonitoringController" (parent: .instanceof.PCS\BO\Controller\FeeChargeMonitoringController.0.PCS\BO\Controller\FeeChargeMonitoringController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeController" (parent: .abstract.instanceof.PCS\BO\Controller\FeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\FeeController.0.PCS\BO\Controller\FeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeController).
Resolving inheritance for "PCS\BO\Controller\FeeController" (parent: .instanceof.PCS\BO\Controller\FeeController.0.PCS\BO\Controller\FeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeExemptionController" (parent: .abstract.instanceof.PCS\BO\Controller\FeeExemptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeExemptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeExemptionController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\FeeExemptionController.0.PCS\BO\Controller\FeeExemptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeExemptionController).
Resolving inheritance for "PCS\BO\Controller\FeeExemptionController" (parent: .instanceof.PCS\BO\Controller\FeeExemptionController.0.PCS\BO\Controller\FeeExemptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeOperationController" (parent: .abstract.instanceof.PCS\BO\Controller\FeeOperationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeOperationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeOperationController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\FeeOperationController.0.PCS\BO\Controller\FeeOperationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeOperationController).
Resolving inheritance for "PCS\BO\Controller\FeeOperationController" (parent: .instanceof.PCS\BO\Controller\FeeOperationController.0.PCS\BO\Controller\FeeOperationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FinancialLimitController" (parent: .abstract.instanceof.PCS\BO\Controller\FinancialLimitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FinancialLimitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FinancialLimitController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\FinancialLimitController.0.PCS\BO\Controller\FinancialLimitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FinancialLimitController).
Resolving inheritance for "PCS\BO\Controller\FinancialLimitController" (parent: .instanceof.PCS\BO\Controller\FinancialLimitController.0.PCS\BO\Controller\FinancialLimitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\HardwareTokenController" (parent: .abstract.instanceof.PCS\BO\Controller\HardwareTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\HardwareTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\HardwareTokenController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\HardwareTokenController.0.PCS\BO\Controller\HardwareTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\HardwareTokenController).
Resolving inheritance for "PCS\BO\Controller\HardwareTokenController" (parent: .instanceof.PCS\BO\Controller\HardwareTokenController.0.PCS\BO\Controller\HardwareTokenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\Incentive\CompanyController" (parent: .abstract.instanceof.PCS\BO\Controller\Incentive\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\Incentive\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\Incentive\CompanyController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\Incentive\CompanyController.0.PCS\BO\Controller\Incentive\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\Incentive\CompanyController).
Resolving inheritance for "PCS\BO\Controller\Incentive\CompanyController" (parent: .instanceof.PCS\BO\Controller\Incentive\CompanyController.0.PCS\BO\Controller\Incentive\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\KycController" (parent: .abstract.instanceof.PCS\BO\Controller\KycController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\KycController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\KycController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\KycController.0.PCS\BO\Controller\KycController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\KycController).
Resolving inheritance for "PCS\BO\Controller\KycController" (parent: .instanceof.PCS\BO\Controller\KycController.0.PCS\BO\Controller\KycController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\NoteController" (parent: .abstract.instanceof.PCS\BO\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\NoteController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\NoteController.0.PCS\BO\Controller\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\NoteController).
Resolving inheritance for "PCS\BO\Controller\NoteController" (parent: .instanceof.PCS\BO\Controller\NoteController.0.PCS\BO\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PermissionController" (parent: .abstract.instanceof.PCS\BO\Controller\PermissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PermissionController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\PermissionController.0.PCS\BO\Controller\PermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PermissionController).
Resolving inheritance for "PCS\BO\Controller\PermissionController" (parent: .instanceof.PCS\BO\Controller\PermissionController.0.PCS\BO\Controller\PermissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PhoneController" (parent: .abstract.instanceof.PCS\BO\Controller\PhoneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PhoneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PhoneController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\PhoneController.0.PCS\BO\Controller\PhoneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PhoneController).
Resolving inheritance for "PCS\BO\Controller\PhoneController" (parent: .instanceof.PCS\BO\Controller\PhoneController.0.PCS\BO\Controller\PhoneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PlanController" (parent: .abstract.instanceof.PCS\BO\Controller\PlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PlanController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\PlanController.0.PCS\BO\Controller\PlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PlanController).
Resolving inheritance for "PCS\BO\Controller\PlanController" (parent: .instanceof.PCS\BO\Controller\PlanController.0.PCS\BO\Controller\PlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PriceController" (parent: .abstract.instanceof.PCS\BO\Controller\PriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PriceController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\PriceController.0.PCS\BO\Controller\PriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PriceController).
Resolving inheritance for "PCS\BO\Controller\PriceController" (parent: .instanceof.PCS\BO\Controller\PriceController.0.PCS\BO\Controller\PriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ProfileController" (parent: .abstract.instanceof.PCS\BO\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ProfileController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\ProfileController.0.PCS\BO\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ProfileController).
Resolving inheritance for "PCS\BO\Controller\ProfileController" (parent: .instanceof.PCS\BO\Controller\ProfileController.0.PCS\BO\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ReferenceDataController" (parent: .abstract.instanceof.PCS\BO\Controller\ReferenceDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ReferenceDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ReferenceDataController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\ReferenceDataController.0.PCS\BO\Controller\ReferenceDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ReferenceDataController).
Resolving inheritance for "PCS\BO\Controller\ReferenceDataController" (parent: .instanceof.PCS\BO\Controller\ReferenceDataController.0.PCS\BO\Controller\ReferenceDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RegistrationController" (parent: .abstract.instanceof.PCS\BO\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RegistrationController).
Resolving inheritance for "PCS\BO\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ResetPasswordController" (parent: .abstract.instanceof.PCS\BO\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\ResetPasswordController.0.PCS\BO\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ResetPasswordController).
Resolving inheritance for "PCS\BO\Controller\ResetPasswordController" (parent: .instanceof.PCS\BO\Controller\ResetPasswordController.0.PCS\BO\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ReversalController" (parent: .abstract.instanceof.PCS\BO\Controller\ReversalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ReversalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ReversalController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\ReversalController.0.PCS\BO\Controller\ReversalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ReversalController).
Resolving inheritance for "PCS\BO\Controller\ReversalController" (parent: .instanceof.PCS\BO\Controller\ReversalController.0.PCS\BO\Controller\ReversalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RiskRulesController" (parent: .abstract.instanceof.PCS\BO\Controller\RiskRulesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RiskRulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RiskRulesController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\RiskRulesController.0.PCS\BO\Controller\RiskRulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RiskRulesController).
Resolving inheritance for "PCS\BO\Controller\RiskRulesController" (parent: .instanceof.PCS\BO\Controller\RiskRulesController.0.PCS\BO\Controller\RiskRulesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RoleController" (parent: .abstract.instanceof.PCS\BO\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RoleController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\RoleController.0.PCS\BO\Controller\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RoleController).
Resolving inheritance for "PCS\BO\Controller\RoleController" (parent: .instanceof.PCS\BO\Controller\RoleController.0.PCS\BO\Controller\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SearchApiController" (parent: .abstract.instanceof.PCS\BO\Controller\SearchApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SearchApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SearchApiController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\SearchApiController.0.PCS\BO\Controller\SearchApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SearchApiController).
Resolving inheritance for "PCS\BO\Controller\SearchApiController" (parent: .instanceof.PCS\BO\Controller\SearchApiController.0.PCS\BO\Controller\SearchApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SearchController" (parent: .abstract.instanceof.PCS\BO\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SearchController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\SearchController.0.PCS\BO\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SearchController).
Resolving inheritance for "PCS\BO\Controller\SearchController" (parent: .instanceof.PCS\BO\Controller\SearchController.0.PCS\BO\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SecurityController" (parent: .abstract.instanceof.PCS\BO\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SecurityController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\SecurityController.0.PCS\BO\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SecurityController).
Resolving inheritance for "PCS\BO\Controller\SecurityController" (parent: .instanceof.PCS\BO\Controller\SecurityController.0.PCS\BO\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SepaTransactionController" (parent: .abstract.instanceof.PCS\BO\Controller\SepaTransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SepaTransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SepaTransactionController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\SepaTransactionController.0.PCS\BO\Controller\SepaTransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SepaTransactionController).
Resolving inheritance for "PCS\BO\Controller\SepaTransactionController" (parent: .instanceof.PCS\BO\Controller\SepaTransactionController.0.PCS\BO\Controller\SepaTransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SettingController" (parent: .abstract.instanceof.PCS\BO\Controller\SettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SettingController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\SettingController.0.PCS\BO\Controller\SettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SettingController).
Resolving inheritance for "PCS\BO\Controller\SettingController" (parent: .instanceof.PCS\BO\Controller\SettingController.0.PCS\BO\Controller\SettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\TransactionController" (parent: .abstract.instanceof.PCS\BO\Controller\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\TransactionController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\TransactionController.0.PCS\BO\Controller\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\TransactionController).
Resolving inheritance for "PCS\BO\Controller\TransactionController" (parent: .instanceof.PCS\BO\Controller\TransactionController.0.PCS\BO\Controller\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\TwoFactorSetupController" (parent: .abstract.instanceof.PCS\BO\Controller\TwoFactorSetupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\TwoFactorSetupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\TwoFactorSetupController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\TwoFactorSetupController.0.PCS\BO\Controller\TwoFactorSetupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\TwoFactorSetupController).
Resolving inheritance for "PCS\BO\Controller\TwoFactorSetupController" (parent: .instanceof.PCS\BO\Controller\TwoFactorSetupController.0.PCS\BO\Controller\TwoFactorSetupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\UiPreferenceController" (parent: .abstract.instanceof.PCS\BO\Controller\UiPreferenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\UiPreferenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\UiPreferenceController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\UiPreferenceController.0.PCS\BO\Controller\UiPreferenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\UiPreferenceController).
Resolving inheritance for "PCS\BO\Controller\UiPreferenceController" (parent: .instanceof.PCS\BO\Controller\UiPreferenceController.0.PCS\BO\Controller\UiPreferenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\UserController" (parent: .abstract.instanceof.PCS\BO\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\UserController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\UserController.0.PCS\BO\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\UserController).
Resolving inheritance for "PCS\BO\Controller\UserController" (parent: .instanceof.PCS\BO\Controller\UserController.0.PCS\BO\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\VelocityController" (parent: .abstract.instanceof.PCS\BO\Controller\VelocityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\VelocityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\VelocityController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\VelocityController.0.PCS\BO\Controller\VelocityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\VelocityController).
Resolving inheritance for "PCS\BO\Controller\VelocityController" (parent: .instanceof.PCS\BO\Controller\VelocityController.0.PCS\BO\Controller\VelocityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WalletController" (parent: .abstract.instanceof.PCS\BO\Controller\WalletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WalletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WalletController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\WalletController.0.PCS\BO\Controller\WalletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WalletController).
Resolving inheritance for "PCS\BO\Controller\WalletController" (parent: .instanceof.PCS\BO\Controller\WalletController.0.PCS\BO\Controller\WalletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WalletProgramFeeController" (parent: .abstract.instanceof.PCS\BO\Controller\WalletProgramFeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WalletProgramFeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WalletProgramFeeController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\WalletProgramFeeController.0.PCS\BO\Controller\WalletProgramFeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WalletProgramFeeController).
Resolving inheritance for "PCS\BO\Controller\WalletProgramFeeController" (parent: .instanceof.PCS\BO\Controller\WalletProgramFeeController.0.PCS\BO\Controller\WalletProgramFeeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WhitelistFeeController" (parent: .abstract.instanceof.PCS\BO\Controller\WhitelistFeeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WhitelistFeeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WhitelistFeeController).
Resolving inheritance for ".instanceof.PCS\BO\Controller\WhitelistFeeController.0.PCS\BO\Controller\WhitelistFeeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WhitelistFeeController).
Resolving inheritance for "PCS\BO\Controller\WhitelistFeeController" (parent: .instanceof.PCS\BO\Controller\WhitelistFeeController.0.PCS\BO\Controller\WhitelistFeeController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\AppFixtures" (parent: .abstract.instanceof.PCS\BO\DataFixtures\AppFixtures).
Resolving inheritance for "PCS\BO\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\RolePermissionFixtures" (parent: .abstract.instanceof.PCS\BO\DataFixtures\RolePermissionFixtures).
Resolving inheritance for "PCS\BO\DataFixtures\RolePermissionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\RolePermissionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\UserFixtures" (parent: .abstract.instanceof.PCS\BO\DataFixtures\UserFixtures).
Resolving inheritance for "PCS\BO\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\CacheControlSubscriber" (parent: .abstract.instanceof.PCS\BO\EventSubscriber\CacheControlSubscriber).
Resolving inheritance for "PCS\BO\EventSubscriber\CacheControlSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\CacheControlSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\HttpCacheListingSubscriber" (parent: .abstract.instanceof.PCS\BO\EventSubscriber\HttpCacheListingSubscriber).
Resolving inheritance for "PCS\BO\EventSubscriber\HttpCacheListingSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\HttpCacheListingSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\IdleTimeoutSubscriber" (parent: .abstract.instanceof.PCS\BO\EventSubscriber\IdleTimeoutSubscriber).
Resolving inheritance for "PCS\BO\EventSubscriber\IdleTimeoutSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\IdleTimeoutSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\ResponseIdSubscriber" (parent: .abstract.instanceof.PCS\BO\EventSubscriber\ResponseIdSubscriber).
Resolving inheritance for "PCS\BO\EventSubscriber\ResponseIdSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\ResponseIdSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\SecurityEventSubscriber" (parent: .abstract.instanceof.PCS\BO\EventSubscriber\SecurityEventSubscriber).
Resolving inheritance for "PCS\BO\EventSubscriber\SecurityEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\SecurityEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\SecurityHeadersSubscriber" (parent: .abstract.instanceof.PCS\BO\EventSubscriber\SecurityHeadersSubscriber).
Resolving inheritance for "PCS\BO\EventSubscriber\SecurityHeadersSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\SecurityHeadersSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\TotpEnforcementSubscriber" (parent: .abstract.instanceof.PCS\BO\EventSubscriber\TotpEnforcementSubscriber).
Resolving inheritance for "PCS\BO\EventSubscriber\TotpEnforcementSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\TotpEnforcementSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\TwoFactorRateLimitSubscriber" (parent: .abstract.instanceof.PCS\BO\EventSubscriber\TwoFactorRateLimitSubscriber).
Resolving inheritance for "PCS\BO\EventSubscriber\TwoFactorRateLimitSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\TwoFactorRateLimitSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\ActionLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\ActionLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\ActionLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\ActionLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Address\AddressFormType" (parent: .abstract.instanceof.PCS\BO\Form\Address\AddressFormType).
Resolving inheritance for "PCS\BO\Form\Address\AddressFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Address\AddressFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\AdminFee\AdminFeeActionLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\AdminFee\AdminFeeActionLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\AdminFee\AdminFeeActionLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\AdminFee\AdminFeeActionLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\AdminFee\AdminFeeFormType" (parent: .abstract.instanceof.PCS\BO\Form\AdminFee\AdminFeeFormType).
Resolving inheritance for "PCS\BO\Form\AdminFee\AdminFeeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\AdminFee\AdminFeeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\BrokerLimit\BrokerLimitFilterFormType).
Resolving inheritance for "PCS\BO\Form\BrokerLimit\BrokerLimitFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitFormType" (parent: .abstract.instanceof.PCS\BO\Form\BrokerLimit\BrokerLimitFormType).
Resolving inheritance for "PCS\BO\Form\BrokerLimit\BrokerLimitFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitResetFormType" (parent: .abstract.instanceof.PCS\BO\Form\BrokerLimit\BrokerLimitResetFormType).
Resolving inheritance for "PCS\BO\Form\BrokerLimit\BrokerLimitResetFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitResetFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Card\CardActionFormType" (parent: .abstract.instanceof.PCS\BO\Form\Card\CardActionFormType).
Resolving inheritance for "PCS\BO\Form\Card\CardActionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Card\CardActionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Card\CardSettingsFormType" (parent: .abstract.instanceof.PCS\BO\Form\Card\CardSettingsFormType).
Resolving inheritance for "PCS\BO\Form\Card\CardSettingsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Card\CardSettingsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\CardFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\CardFilterFormType).
Resolving inheritance for "PCS\BO\Form\CardFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\CardFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\CardVelocity\CardVelocityFormType" (parent: .abstract.instanceof.PCS\BO\Form\CardVelocity\CardVelocityFormType).
Resolving inheritance for "PCS\BO\Form\CardVelocity\CardVelocityFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\CardVelocity\CardVelocityFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\ChangePasswordFormType" (parent: .abstract.instanceof.PCS\BO\Form\ChangePasswordFormType).
Resolving inheritance for "PCS\BO\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Email\EmailFormType" (parent: .abstract.instanceof.PCS\BO\Form\Email\EmailFormType).
Resolving inheritance for "PCS\BO\Form\Email\EmailFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Email\EmailFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeCharge\FeeChargeFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\FeeCharge\FeeChargeFilterFormType).
Resolving inheritance for "PCS\BO\Form\FeeCharge\FeeChargeFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeCharge\FeeChargeFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeExemption\FeeExemptionFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\FeeExemption\FeeExemptionFilterFormType).
Resolving inheritance for "PCS\BO\Form\FeeExemption\FeeExemptionFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeExemption\FeeExemptionFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeExemption\FeeExemptionFormType" (parent: .abstract.instanceof.PCS\BO\Form\FeeExemption\FeeExemptionFormType).
Resolving inheritance for "PCS\BO\Form\FeeExemption\FeeExemptionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeExemption\FeeExemptionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeOperation\FeeApplyFormType" (parent: .abstract.instanceof.PCS\BO\Form\FeeOperation\FeeApplyFormType).
Resolving inheritance for "PCS\BO\Form\FeeOperation\FeeApplyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeOperation\FeeApplyFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeOperation\FeeOperationActionLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\FeeOperation\FeeOperationActionLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\FeeOperation\FeeOperationActionLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeOperation\FeeOperationActionLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FinancialLimit\FinancialLimitActionLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\FinancialLimit\FinancialLimitActionLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\FinancialLimit\FinancialLimitActionLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FinancialLimit\FinancialLimitActionLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\HardwareToken\HardwareTokenFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\HardwareToken\HardwareTokenFilterFormType).
Resolving inheritance for "PCS\BO\Form\HardwareToken\HardwareTokenFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\HardwareToken\HardwareTokenFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\HardwareToken\ImportHardwareTokenFormType" (parent: .abstract.instanceof.PCS\BO\Form\HardwareToken\ImportHardwareTokenFormType).
Resolving inheritance for "PCS\BO\Form\HardwareToken\ImportHardwareTokenFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\HardwareToken\ImportHardwareTokenFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\CompanyFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Incentive\CompanyFilterFormType).
Resolving inheritance for "PCS\BO\Form\Incentive\CompanyFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\CompanyFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\CompanyStepFormType" (parent: .abstract.instanceof.PCS\BO\Form\Incentive\Wizard\CompanyStepFormType).
Resolving inheritance for "PCS\BO\Form\Incentive\Wizard\CompanyStepFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\CompanyStepFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\CustomerStepFormType" (parent: .abstract.instanceof.PCS\BO\Form\Incentive\Wizard\CustomerStepFormType).
Resolving inheritance for "PCS\BO\Form\Incentive\Wizard\CustomerStepFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\CustomerStepFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\WalletStepFormType" (parent: .abstract.instanceof.PCS\BO\Form\Incentive\Wizard\WalletStepFormType).
Resolving inheritance for "PCS\BO\Form\Incentive\Wizard\WalletStepFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\WalletStepFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoadSetting\LoadSettingFormType" (parent: .abstract.instanceof.PCS\BO\Form\LoadSetting\LoadSettingFormType).
Resolving inheritance for "PCS\BO\Form\LoadSetting\LoadSettingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoadSetting\LoadSettingFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoginLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\LoginLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\LoginLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoginLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoginType" (parent: .abstract.instanceof.PCS\BO\Form\LoginType).
Resolving inheritance for "PCS\BO\Form\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoginType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Note\ActivityLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Note\ActivityLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\Note\ActivityLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Note\ActivityLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Note\NoteCommentFormType" (parent: .abstract.instanceof.PCS\BO\Form\Note\NoteCommentFormType).
Resolving inheritance for "PCS\BO\Form\Note\NoteCommentFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Note\NoteCommentFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\PermissionFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\PermissionFilterFormType).
Resolving inheritance for "PCS\BO\Form\PermissionFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\PermissionFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\PermissionFormType" (parent: .abstract.instanceof.PCS\BO\Form\PermissionFormType).
Resolving inheritance for "PCS\BO\Form\PermissionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\PermissionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Person\PersonFormType" (parent: .abstract.instanceof.PCS\BO\Form\Person\PersonFormType).
Resolving inheritance for "PCS\BO\Form\Person\PersonFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Person\PersonFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Phone\PhoneFormType" (parent: .abstract.instanceof.PCS\BO\Form\Phone\PhoneFormType).
Resolving inheritance for "PCS\BO\Form\Phone\PhoneFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Phone\PhoneFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanActionLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Plan\PlanActionLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\Plan\PlanActionLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanActionLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanAddPriceFormType" (parent: .abstract.instanceof.PCS\BO\Form\Plan\PlanAddPriceFormType).
Resolving inheritance for "PCS\BO\Form\Plan\PlanAddPriceFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanAddPriceFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanCalculateFormType" (parent: .abstract.instanceof.PCS\BO\Form\Plan\PlanCalculateFormType).
Resolving inheritance for "PCS\BO\Form\Plan\PlanCalculateFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanCalculateFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanFormType" (parent: .abstract.instanceof.PCS\BO\Form\Plan\PlanFormType).
Resolving inheritance for "PCS\BO\Form\Plan\PlanFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanPriceUpdateFormType" (parent: .abstract.instanceof.PCS\BO\Form\Plan\PlanPriceUpdateFormType).
Resolving inheritance for "PCS\BO\Form\Plan\PlanPriceUpdateFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanPriceUpdateFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceActionLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Price\PriceActionLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\Price\PriceActionLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceActionLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceCalculateFormType" (parent: .abstract.instanceof.PCS\BO\Form\Price\PriceCalculateFormType).
Resolving inheritance for "PCS\BO\Form\Price\PriceCalculateFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceCalculateFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceFormType" (parent: .abstract.instanceof.PCS\BO\Form\Price\PriceFormType).
Resolving inheritance for "PCS\BO\Form\Price\PriceFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RegistrationFormType" (parent: .abstract.instanceof.PCS\BO\Form\RegistrationFormType).
Resolving inheritance for "PCS\BO\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RequestResetPasswordFormType" (parent: .abstract.instanceof.PCS\BO\Form\RequestResetPasswordFormType).
Resolving inheritance for "PCS\BO\Form\RequestResetPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RequestResetPasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Reversal\ReversalActionFormType" (parent: .abstract.instanceof.PCS\BO\Form\Reversal\ReversalActionFormType).
Resolving inheritance for "PCS\BO\Form\Reversal\ReversalActionFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Reversal\ReversalActionFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Reversal\ReversalFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Reversal\ReversalFilterFormType).
Resolving inheritance for "PCS\BO\Form\Reversal\ReversalFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Reversal\ReversalFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RiskLevel\RiskLevelDeleteFormType" (parent: .abstract.instanceof.PCS\BO\Form\RiskLevel\RiskLevelDeleteFormType).
Resolving inheritance for "PCS\BO\Form\RiskLevel\RiskLevelDeleteFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RiskLevel\RiskLevelDeleteFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RiskLevel\RiskLevelFormType" (parent: .abstract.instanceof.PCS\BO\Form\RiskLevel\RiskLevelFormType).
Resolving inheritance for "PCS\BO\Form\RiskLevel\RiskLevelFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RiskLevel\RiskLevelFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RoleFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\RoleFilterFormType).
Resolving inheritance for "PCS\BO\Form\RoleFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RoleFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RoleFormType" (parent: .abstract.instanceof.PCS\BO\Form\RoleFormType).
Resolving inheritance for "PCS\BO\Form\RoleFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RoleFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Search\GlobalSearchFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Search\GlobalSearchFilterFormType).
Resolving inheritance for "PCS\BO\Form\Search\GlobalSearchFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Search\GlobalSearchFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Sepa\SepaActionLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Sepa\SepaActionLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\Sepa\SepaActionLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Sepa\SepaActionLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Sepa\SepaTransactionFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Sepa\SepaTransactionFilterFormType).
Resolving inheritance for "PCS\BO\Form\Sepa\SepaTransactionFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Sepa\SepaTransactionFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\SettingFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\SettingFilterFormType).
Resolving inheritance for "PCS\BO\Form\SettingFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\SettingFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\SettingFormType" (parent: .abstract.instanceof.PCS\BO\Form\SettingFormType).
Resolving inheritance for "PCS\BO\Form\SettingFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\SettingFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\OverrideTerminalLimitFormType" (parent: .abstract.instanceof.PCS\BO\Form\Terminal\OverrideTerminalLimitFormType).
Resolving inheritance for "PCS\BO\Form\Terminal\OverrideTerminalLimitFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\OverrideTerminalLimitFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalAssignToGroupFormType" (parent: .abstract.instanceof.PCS\BO\Form\Terminal\TerminalAssignToGroupFormType).
Resolving inheritance for "PCS\BO\Form\Terminal\TerminalAssignToGroupFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalAssignToGroupFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\Terminal\TerminalFilterFormType).
Resolving inheritance for "PCS\BO\Form\Terminal\TerminalFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalLimitResetFormType" (parent: .abstract.instanceof.PCS\BO\Form\Terminal\TerminalLimitResetFormType).
Resolving inheritance for "PCS\BO\Form\Terminal\TerminalLimitResetFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalLimitResetFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TerminalGroup\TerminalGroupFormType" (parent: .abstract.instanceof.PCS\BO\Form\TerminalGroup\TerminalGroupFormType).
Resolving inheritance for "PCS\BO\Form\TerminalGroup\TerminalGroupFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TerminalGroup\TerminalGroupFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Transaction\CardRefundFormType" (parent: .abstract.instanceof.PCS\BO\Form\Transaction\CardRefundFormType).
Resolving inheritance for "PCS\BO\Form\Transaction\CardRefundFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Transaction\CardRefundFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\Disable2faFormType" (parent: .abstract.instanceof.PCS\BO\Form\TwoFactor\Disable2faFormType).
Resolving inheritance for "PCS\BO\Form\TwoFactor\Disable2faFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\Disable2faFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\HardwareTokenSetupFormType" (parent: .abstract.instanceof.PCS\BO\Form\TwoFactor\HardwareTokenSetupFormType).
Resolving inheritance for "PCS\BO\Form\TwoFactor\HardwareTokenSetupFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\HardwareTokenSetupFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\TotpVerificationFormType" (parent: .abstract.instanceof.PCS\BO\Form\TwoFactor\TotpVerificationFormType).
Resolving inheritance for "PCS\BO\Form\TwoFactor\TotpVerificationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\TotpVerificationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TxManager\ViewStatementFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\TxManager\ViewStatementFilterFormType).
Resolving inheritance for "PCS\BO\Form\TxManager\ViewStatementFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TxManager\ViewStatementFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\UserFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\UserFilterFormType).
Resolving inheritance for "PCS\BO\Form\UserFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\UserFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\UserFormType" (parent: .abstract.instanceof.PCS\BO\Form\UserFormType).
Resolving inheritance for "PCS\BO\Form\UserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\UserFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\VelocityRule\VelocityRuleDeleteFormType" (parent: .abstract.instanceof.PCS\BO\Form\VelocityRule\VelocityRuleDeleteFormType).
Resolving inheritance for "PCS\BO\Form\VelocityRule\VelocityRuleDeleteFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\VelocityRule\VelocityRuleDeleteFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\VelocityRule\VelocityRuleFormType" (parent: .abstract.instanceof.PCS\BO\Form\VelocityRule\VelocityRuleFormType).
Resolving inheritance for "PCS\BO\Form\VelocityRule\VelocityRuleFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\VelocityRule\VelocityRuleFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Wallet\WalletFormType" (parent: .abstract.instanceof.PCS\BO\Form\Wallet\WalletFormType).
Resolving inheritance for "PCS\BO\Form\Wallet\WalletFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Wallet\WalletFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\WalletFilterFormType).
Resolving inheritance for "PCS\BO\Form\WalletFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletProgramFee\WalletProgramFeeActionLogFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\WalletProgramFee\WalletProgramFeeActionLogFilterFormType).
Resolving inheritance for "PCS\BO\Form\WalletProgramFee\WalletProgramFeeActionLogFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletProgramFee\WalletProgramFeeActionLogFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletProgramFee\WalletProgramFeeFormType" (parent: .abstract.instanceof.PCS\BO\Form\WalletProgramFee\WalletProgramFeeFormType).
Resolving inheritance for "PCS\BO\Form\WalletProgramFee\WalletProgramFeeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletProgramFee\WalletProgramFeeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletTxGaugeFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\WalletTxGaugeFilterFormType).
Resolving inheritance for "PCS\BO\Form\WalletTxGaugeFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletTxGaugeFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletVelocity\WalletVelocityFormType" (parent: .abstract.instanceof.PCS\BO\Form\WalletVelocity\WalletVelocityFormType).
Resolving inheritance for "PCS\BO\Form\WalletVelocity\WalletVelocityFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletVelocity\WalletVelocityFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WhitelistFee\WhitelistFeeFilterFormType" (parent: .abstract.instanceof.PCS\BO\Form\WhitelistFee\WhitelistFeeFilterFormType).
Resolving inheritance for "PCS\BO\Form\WhitelistFee\WhitelistFeeFilterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WhitelistFee\WhitelistFeeFilterFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WhitelistFee\WhitelistFeeFormType" (parent: .abstract.instanceof.PCS\BO\Form\WhitelistFee\WhitelistFeeFormType).
Resolving inheritance for "PCS\BO\Form\WhitelistFee\WhitelistFeeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WhitelistFee\WhitelistFeeFormType).
Resolving inheritance for ".instanceof.PCS\BO\MessageHandler\CardRefundProcessMessageHandler.0.PCS\BO\MessageHandler\CardRefundProcessMessageHandler" (parent: .abstract.instanceof.PCS\BO\MessageHandler\CardRefundProcessMessageHandler).
Resolving inheritance for "PCS\BO\MessageHandler\CardRefundProcessMessageHandler" (parent: .instanceof.PCS\BO\MessageHandler\CardRefundProcessMessageHandler.0.PCS\BO\MessageHandler\CardRefundProcessMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\ActivityLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\ActivityLogRepository).
Resolving inheritance for "PCS\BO\Repository\ActivityLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\ActivityLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\AdminFeeActionLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\AdminFeeActionLogRepository).
Resolving inheritance for "PCS\BO\Repository\AdminFeeActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\AdminFeeActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\FeeOperationActionLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\FeeOperationActionLogRepository).
Resolving inheritance for "PCS\BO\Repository\FeeOperationActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\FeeOperationActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\FinancialLimitActionLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\FinancialLimitActionLogRepository).
Resolving inheritance for "PCS\BO\Repository\FinancialLimitActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\FinancialLimitActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\HardwareTokenRepository" (parent: .abstract.instanceof.PCS\BO\Repository\HardwareTokenRepository).
Resolving inheritance for "PCS\BO\Repository\HardwareTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\HardwareTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PermissionRepository" (parent: .abstract.instanceof.PCS\BO\Repository\PermissionRepository).
Resolving inheritance for "PCS\BO\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PlanActionLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\PlanActionLogRepository).
Resolving inheritance for "PCS\BO\Repository\PlanActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PlanActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PriceActionLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\PriceActionLogRepository).
Resolving inheritance for "PCS\BO\Repository\PriceActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PriceActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.PCS\BO\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "PCS\BO\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\RoleRepository" (parent: .abstract.instanceof.PCS\BO\Repository\RoleRepository).
Resolving inheritance for "PCS\BO\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\SepaTransactionActionLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\SepaTransactionActionLogRepository).
Resolving inheritance for "PCS\BO\Repository\SepaTransactionActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\SepaTransactionActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\SettingRepository" (parent: .abstract.instanceof.PCS\BO\Repository\SettingRepository).
Resolving inheritance for "PCS\BO\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\SettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserActionLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\UserActionLogRepository).
Resolving inheritance for "PCS\BO\Repository\UserActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserActionLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserLoginLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\UserLoginLogRepository).
Resolving inheritance for "PCS\BO\Repository\UserLoginLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserLoginLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserRepository" (parent: .abstract.instanceof.PCS\BO\Repository\UserRepository).
Resolving inheritance for "PCS\BO\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\WalletProgramFeeActionLogRepository" (parent: .abstract.instanceof.PCS\BO\Repository\WalletProgramFeeActionLogRepository).
Resolving inheritance for "PCS\BO\Repository\WalletProgramFeeActionLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\WalletProgramFeeActionLogRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.PCS\BO\Security\Voter\PermissionVoter" (parent: .abstract.instanceof.PCS\BO\Security\Voter\PermissionVoter).
Resolving inheritance for "PCS\BO\Security\Voter\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.PCS\BO\Security\Voter\PermissionVoter).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.PCS\BO\State\AdminConsoleCommandsProvider" (parent: .abstract.instanceof.PCS\BO\State\AdminConsoleCommandsProvider).
Resolving inheritance for "PCS\BO\State\AdminConsoleCommandsProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.PCS\BO\State\AdminConsoleCommandsProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\CreateUserProcessor" (parent: .abstract.instanceof.PCS\BO\State\CreateUserProcessor).
Resolving inheritance for "PCS\BO\State\CreateUserProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\CreateUserProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\PrunePermissionsProcessor" (parent: .abstract.instanceof.PCS\BO\State\PrunePermissionsProcessor).
Resolving inheritance for "PCS\BO\State\PrunePermissionsProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\PrunePermissionsProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\RealignRolesProcessor" (parent: .abstract.instanceof.PCS\BO\State\RealignRolesProcessor).
Resolving inheritance for "PCS\BO\State\RealignRolesProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\RealignRolesProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\RunCommandProcessor" (parent: .abstract.instanceof.PCS\BO\State\RunCommandProcessor).
Resolving inheritance for "PCS\BO\State\RunCommandProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\RunCommandProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\SeedPermissionsProcessor" (parent: .abstract.instanceof.PCS\BO\State\SeedPermissionsProcessor).
Resolving inheritance for "PCS\BO\State\SeedPermissionsProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\SeedPermissionsProcessor).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ActiveStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\ActiveStatusExtension).
Resolving inheritance for "PCS\BO\Twig\ActiveStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ActiveStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ActivityDetailsExtension" (parent: .abstract.instanceof.PCS\BO\Twig\ActivityDetailsExtension).
Resolving inheritance for "PCS\BO\Twig\ActivityDetailsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ActivityDetailsExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\AppExtension" (parent: .abstract.instanceof.PCS\BO\Twig\AppExtension).
Resolving inheritance for "PCS\BO\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardActionGroupExtension" (parent: .abstract.instanceof.PCS\BO\Twig\CardActionGroupExtension).
Resolving inheritance for "PCS\BO\Twig\CardActionGroupExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardActionGroupExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardChannelExtension" (parent: .abstract.instanceof.PCS\BO\Twig\CardChannelExtension).
Resolving inheritance for "PCS\BO\Twig\CardChannelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardChannelExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardPropertyCategoryExtension" (parent: .abstract.instanceof.PCS\BO\Twig\CardPropertyCategoryExtension).
Resolving inheritance for "PCS\BO\Twig\CardPropertyCategoryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardPropertyCategoryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardRefundStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\CardRefundStatusExtension).
Resolving inheritance for "PCS\BO\Twig\CardRefundStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardRefundStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\CardStatusExtension).
Resolving inheritance for "PCS\BO\Twig\CardStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ComplianceStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\ComplianceStatusExtension).
Resolving inheritance for "PCS\BO\Twig\ComplianceStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ComplianceStatusExtension).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Address\AddressFormComponent.0.PCS\BO\Twig\Components\Address\AddressFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Address\AddressFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Address\AddressFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Address\AddressFormComponent.0.PCS\BO\Twig\Components\Address\AddressFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent.0.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent.0.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent.0.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent.0.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent.0.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent).
Resolving inheritance for "PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent" (parent: .instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent.0.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Card\CardActionFormComponent.0.PCS\BO\Twig\Components\Card\CardActionFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Card\CardActionFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Card\CardActionFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Card\CardActionFormComponent.0.PCS\BO\Twig\Components\Card\CardActionFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Card\CardSettingsFormComponent.0.PCS\BO\Twig\Components\Card\CardSettingsFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Card\CardSettingsFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Card\CardSettingsFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Card\CardSettingsFormComponent.0.PCS\BO\Twig\Components\Card\CardSettingsFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent.0.PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent.0.PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Email\EmailFormComponent.0.PCS\BO\Twig\Components\Email\EmailFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Email\EmailFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Email\EmailFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Email\EmailFormComponent.0.PCS\BO\Twig\Components\Email\EmailFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent.0.PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent.0.PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent.0.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent).
Resolving inheritance for "PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent" (parent: .instanceof.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent.0.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Incentive\CompanyWizardComponent.0.PCS\BO\Twig\Components\Incentive\CompanyWizardComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Incentive\CompanyWizardComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Incentive\CompanyWizardComponent" (parent: .instanceof.PCS\BO\Twig\Components\Incentive\CompanyWizardComponent.0.PCS\BO\Twig\Components\Incentive\CompanyWizardComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent.0.PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent.0.PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Note\NoteCommentFormComponent.0.PCS\BO\Twig\Components\Note\NoteCommentFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Note\NoteCommentFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Note\NoteCommentFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Note\NoteCommentFormComponent.0.PCS\BO\Twig\Components\Note\NoteCommentFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Note\NoteListComponent.0.PCS\BO\Twig\Components\Note\NoteListComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Note\NoteListComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Note\NoteListComponent" (parent: .instanceof.PCS\BO\Twig\Components\Note\NoteListComponent.0.PCS\BO\Twig\Components\Note\NoteListComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Permission\PermissionFormComponent.0.PCS\BO\Twig\Components\Permission\PermissionFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Permission\PermissionFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Permission\PermissionFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Permission\PermissionFormComponent.0.PCS\BO\Twig\Components\Permission\PermissionFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Person\PersonFormComponent.0.PCS\BO\Twig\Components\Person\PersonFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Person\PersonFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Person\PersonFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Person\PersonFormComponent.0.PCS\BO\Twig\Components\Person\PersonFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Phone\PhoneFormComponent.0.PCS\BO\Twig\Components\Phone\PhoneFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Phone\PhoneFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Phone\PhoneFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Phone\PhoneFormComponent.0.PCS\BO\Twig\Components\Phone\PhoneFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent.0.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Plan\PlanAddPriceComponent" (parent: .instanceof.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent.0.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Plan\PlanCalculateComponent.0.PCS\BO\Twig\Components\Plan\PlanCalculateComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Plan\PlanCalculateComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Plan\PlanCalculateComponent" (parent: .instanceof.PCS\BO\Twig\Components\Plan\PlanCalculateComponent.0.PCS\BO\Twig\Components\Plan\PlanCalculateComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Plan\PlanFormComponent.0.PCS\BO\Twig\Components\Plan\PlanFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Plan\PlanFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Plan\PlanFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Plan\PlanFormComponent.0.PCS\BO\Twig\Components\Plan\PlanFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent.0.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent" (parent: .instanceof.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent.0.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Price\PriceCalculateComponent.0.PCS\BO\Twig\Components\Price\PriceCalculateComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Price\PriceCalculateComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Price\PriceCalculateComponent" (parent: .instanceof.PCS\BO\Twig\Components\Price\PriceCalculateComponent.0.PCS\BO\Twig\Components\Price\PriceCalculateComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Price\PriceFormComponent.0.PCS\BO\Twig\Components\Price\PriceFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Price\PriceFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Price\PriceFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Price\PriceFormComponent.0.PCS\BO\Twig\Components\Price\PriceFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent.0.PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent).
Resolving inheritance for "PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent" (parent: .instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent.0.PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent.0.PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent.0.PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Role\RoleFormComponent.0.PCS\BO\Twig\Components\Role\RoleFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Role\RoleFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Role\RoleFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Role\RoleFormComponent.0.PCS\BO\Twig\Components\Role\RoleFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent.0.PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent" (parent: .instanceof.PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent.0.PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Security\SetPasswordFormComponent.0.PCS\BO\Twig\Components\Security\SetPasswordFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Security\SetPasswordFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Security\SetPasswordFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Security\SetPasswordFormComponent.0.PCS\BO\Twig\Components\Security\SetPasswordFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Setting\SettingFormComponent.0.PCS\BO\Twig\Components\Setting\SettingFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Setting\SettingFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Setting\SettingFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Setting\SettingFormComponent.0.PCS\BO\Twig\Components\Setting\SettingFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent.0.PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent" (parent: .instanceof.PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent.0.PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent.0.PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent" (parent: .instanceof.PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent.0.PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent.0.PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent" (parent: .instanceof.PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent.0.PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent.0.PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent.0.PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Transaction\CardRefundFormComponent.0.PCS\BO\Twig\Components\Transaction\CardRefundFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Transaction\CardRefundFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Transaction\CardRefundFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Transaction\CardRefundFormComponent.0.PCS\BO\Twig\Components\Transaction\CardRefundFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\User\UserFormComponent.0.PCS\BO\Twig\Components\User\UserFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\User\UserFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\User\UserFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\User\UserFormComponent.0.PCS\BO\Twig\Components\User\UserFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent.0.PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent).
Resolving inheritance for "PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent" (parent: .instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent.0.PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent.0.PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent.0.PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent.0.PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent.0.PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent.0.PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent.0.PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent.0.PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent.0.PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent).
Resolving inheritance for ".instanceof.PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent.0.PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent" (parent: .abstract.instanceof.PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent).
Resolving inheritance for "PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent" (parent: .instanceof.PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent.0.PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CustomerStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\CustomerStatusExtension).
Resolving inheritance for "PCS\BO\Twig\CustomerStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CustomerStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\FeeChargeStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\FeeChargeStatusExtension).
Resolving inheritance for "PCS\BO\Twig\FeeChargeStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\FeeChargeStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\FeeOperationStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\FeeOperationStatusExtension).
Resolving inheritance for "PCS\BO\Twig\FeeOperationStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\FeeOperationStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\KycDocumentStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\KycDocumentStatusExtension).
Resolving inheritance for "PCS\BO\Twig\KycDocumentStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\KycDocumentStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\PaginationExtension" (parent: .abstract.instanceof.PCS\BO\Twig\PaginationExtension).
Resolving inheritance for "PCS\BO\Twig\PaginationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\PaginationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\PermissionExtension" (parent: .abstract.instanceof.PCS\BO\Twig\PermissionExtension).
Resolving inheritance for "PCS\BO\Twig\PermissionExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\PermissionExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ReversalOutcomeExtension" (parent: .abstract.instanceof.PCS\BO\Twig\ReversalOutcomeExtension).
Resolving inheritance for "PCS\BO\Twig\ReversalOutcomeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ReversalOutcomeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SepaDecisionStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\SepaDecisionStatusExtension).
Resolving inheritance for "PCS\BO\Twig\SepaDecisionStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SepaDecisionStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SepaTransactionStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\SepaTransactionStatusExtension).
Resolving inheritance for "PCS\BO\Twig\SepaTransactionStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SepaTransactionStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SlugExtension" (parent: .abstract.instanceof.PCS\BO\Twig\SlugExtension).
Resolving inheritance for "PCS\BO\Twig\SlugExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SlugExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\TransactionTypeExtension" (parent: .abstract.instanceof.PCS\BO\Twig\TransactionTypeExtension).
Resolving inheritance for "PCS\BO\Twig\TransactionTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\TransactionTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\UserAuditExtension" (parent: .abstract.instanceof.PCS\BO\Twig\UserAuditExtension).
Resolving inheritance for "PCS\BO\Twig\UserAuditExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\UserAuditExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\UserStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\UserStatusExtension).
Resolving inheritance for "PCS\BO\Twig\UserStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\UserStatusExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ViewStatementFieldBucketExtension" (parent: .abstract.instanceof.PCS\BO\Twig\ViewStatementFieldBucketExtension).
Resolving inheritance for "PCS\BO\Twig\ViewStatementFieldBucketExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ViewStatementFieldBucketExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\WalletStatusExtension" (parent: .abstract.instanceof.PCS\BO\Twig\WalletStatusExtension).
Resolving inheritance for "PCS\BO\Twig\WalletStatusExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\WalletStatusExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.PCS\BO\Validator\UniqueUserEmailValidator" (parent: .abstract.instanceof.PCS\BO\Validator\UniqueUserEmailValidator).
Resolving inheritance for "PCS\BO\Validator\UniqueUserEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.PCS\BO\Validator\UniqueUserEmailValidator).
Resolving inheritance for "monolog.logger.card_refund" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Api\Http\ReferenceIdUlidSubscriber" (parent: .abstract.instanceof.PCS\SharedKernel\Api\Http\ReferenceIdUlidSubscriber).
Resolving inheritance for "PCS\SharedKernel\Api\Http\ReferenceIdUlidSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Api\Http\ReferenceIdUlidSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Api\Log\ApiMessageLogSubscriber" (parent: .abstract.instanceof.PCS\SharedKernel\Api\Log\ApiMessageLogSubscriber).
Resolving inheritance for "PCS\SharedKernel\Api\Log\ApiMessageLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Api\Log\ApiMessageLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\EventListener\MessageIdSubscriber" (parent: .abstract.instanceof.PCS\SharedKernel\EventListener\MessageIdSubscriber).
Resolving inheritance for "PCS\SharedKernel\EventListener\MessageIdSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\EventListener\MessageIdSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Monitoring\MessengerFailureListener" (parent: .abstract.instanceof.PCS\SharedKernel\Monitoring\MessengerFailureListener).
Resolving inheritance for "PCS\SharedKernel\Monitoring\MessengerFailureListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Monitoring\MessengerFailureListener).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\SharedKernel\Outbox\OutboxWorkerCommand" (parent: .abstract.instanceof.PCS\SharedKernel\Outbox\OutboxWorkerCommand).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Outbox\OutboxWorkerCommand.0.PCS\SharedKernel\Outbox\OutboxWorkerCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.PCS\SharedKernel\Outbox\OutboxWorkerCommand).
Resolving inheritance for "PCS\SharedKernel\Outbox\OutboxWorkerCommand" (parent: .instanceof.PCS\SharedKernel\Outbox\OutboxWorkerCommand.0.PCS\SharedKernel\Outbox\OutboxWorkerCommand).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\AddressRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\AddressRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\AddressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\AddressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardControlProfileRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CardControlProfileRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CardControlProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardControlProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardProcessorRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CardProcessorRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CardProcessorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardProcessorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardProviderRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CardProviderRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CardProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CardRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardStatusChangeRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CardStatusChangeRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CardStatusChangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardStatusChangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerEmailRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CustomerEmailRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CustomerEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerEmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerEmiRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CustomerEmiRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CustomerEmiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerEmiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerPhoneRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CustomerPhoneRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CustomerPhoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerPhoneRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\CustomerRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\DocumentRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\DocumentRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\DocumentTypeRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\DocumentTypeRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\DocumentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\DocumentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ElectronicMoneyIssuerRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\ElectronicMoneyIssuerRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\ElectronicMoneyIssuerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ElectronicMoneyIssuerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\EmailRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\EmailRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\EmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\EmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\FeePlanRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\FeePlanRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\FeePlanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\FeePlanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanProcessorRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\IbanProcessorRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\IbanProcessorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanProcessorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanProviderRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\IbanProviderRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\IbanProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\IbanRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\IbanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycFlowRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\KycFlowRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\KycFlowRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycFlowRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycProcessRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\KycProcessRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\KycProcessRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycProcessRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycProviderRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\KycProviderRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\KycProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\LegalEntityRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\LegalEntityRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\LegalEntityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\LegalEntityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\NaturalPersonRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\NaturalPersonRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\NaturalPersonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\NaturalPersonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PcsIdAllocatorRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\PcsIdAllocatorRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\PcsIdAllocatorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PcsIdAllocatorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PcsIdStatementRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\PcsIdStatementRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\PcsIdStatementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PcsIdStatementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PhoneRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\PhoneRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\PhoneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PhoneRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ProfileRestrictionRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\ProfileRestrictionRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\ProfileRestrictionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ProfileRestrictionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ProgramRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\ProgramRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\ProgramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ProgramRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\RestrictionRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\RestrictionRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\RestrictionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\RestrictionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\RiskLevelRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\RiskLevelRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\RiskLevelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\RiskLevelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\UserRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\UserRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\VelocityRuleRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\VelocityRuleRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\VelocityRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\VelocityRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WalletOwnerRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\WalletOwnerRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\WalletOwnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WalletOwnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WalletRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\WalletRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\WalletRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WalletRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WebhookEventRepository" (parent: .abstract.instanceof.PCS\SharedKernel\Repository\WebhookEventRepository).
Resolving inheritance for "PCS\SharedKernel\Repository\WebhookEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WebhookEventRepository).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.forgot_password_per_ip" (parent: limiter).
Resolving inheritance for "limiter.reset_password_per_token" (parent: limiter).
Resolving inheritance for "limiter.resend_invitation_per_target" (parent: limiter).
Resolving inheritance for "limiter.two_factor_per_ip" (parent: limiter).
Resolving inheritance for "limiter.admin_console_per_ip" (parent: limiter).
Resolving inheritance for "financial_limits.cache" (parent: cache.app).
Resolving inheritance for "permissions.cache" (parent: cache.app).
Resolving inheritance for "onboarding.cache" (parent: cache.app).
Resolving inheritance for "deposit.cache" (parent: cache.app).
Resolving inheritance for "sepa.cache" (parent: cache.app).
Resolving inheritance for "whitelist_fee.cache" (parent: cache.app).
Resolving inheritance for "wallet_program_fee.cache" (parent: cache.app).
Resolving inheritance for "fee_service.cache" (parent: cache.app).
Resolving inheritance for "tx_manager.cache" (parent: cache.app).
Resolving inheritance for "card_velocity.cache" (parent: cache.app).
Resolving inheritance for "wallet_velocity.cache" (parent: cache.app).
Resolving inheritance for "load_setting.cache" (parent: cache.app).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
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.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.access_token_handler.api" (parent: PCS\BO\Security\ApiTokenHandler).
Resolving inheritance for "security.authenticator.access_token.api" (parent: security.authenticator.access_token).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.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.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
Resolving inheritance for "security.firewall_config.two_factor.main" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.failure_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.main" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.main" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.main" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.main" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.main" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.main" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.cache.openapi" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.order_filter.instance" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for ".instanceof.PCS\BO\ApiResource\AdminConsoleCommands.0.PCS\BO\ApiResource\AdminConsoleCommands" (parent: .abstract.instanceof.PCS\BO\ApiResource\AdminConsoleCommands).
Resolving inheritance for ".instanceof.PCS\BO\ApiResource\CreateUserInput.0.PCS\BO\ApiResource\CreateUserInput" (parent: .abstract.instanceof.PCS\BO\ApiResource\CreateUserInput).
Resolving inheritance for ".instanceof.PCS\BO\ApiResource\PrunePermissionsInput.0.PCS\BO\ApiResource\PrunePermissionsInput" (parent: .abstract.instanceof.PCS\BO\ApiResource\PrunePermissionsInput).
Resolving inheritance for ".instanceof.PCS\BO\ApiResource\RealignRolesInput.0.PCS\BO\ApiResource\RealignRolesInput" (parent: .abstract.instanceof.PCS\BO\ApiResource\RealignRolesInput).
Resolving inheritance for ".instanceof.PCS\BO\ApiResource\RunCommandInput.0.PCS\BO\ApiResource\RunCommandInput" (parent: .abstract.instanceof.PCS\BO\ApiResource\RunCommandInput).
Resolving inheritance for ".instanceof.PCS\BO\ApiResource\SeedPermissionsInput.0.PCS\BO\ApiResource\SeedPermissionsInput" (parent: .abstract.instanceof.PCS\BO\ApiResource\SeedPermissionsInput).
Resolving inheritance for ".instanceof.PCS\BO\Attribute\HttpCacheableListing.0.PCS\BO\Attribute\HttpCacheableListing" (parent: .abstract.instanceof.PCS\BO\Attribute\HttpCacheableListing).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\ActivityActionType" (parent: .abstract.instanceof.PCS\BO\Enum\ActivityActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\ActivityEntityType" (parent: .abstract.instanceof.PCS\BO\Enum\ActivityEntityType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\AdminFeeActionResult" (parent: .abstract.instanceof.PCS\BO\Enum\AdminFeeActionResult).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\AdminFeeActionType" (parent: .abstract.instanceof.PCS\BO\Enum\AdminFeeActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardActionGroup" (parent: .abstract.instanceof.PCS\BO\Enum\Card\CardActionGroup).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardChannelType" (parent: .abstract.instanceof.PCS\BO\Enum\Card\CardChannelType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardProgramColor" (parent: .abstract.instanceof.PCS\BO\Enum\Card\CardProgramColor).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardPropertyCategory" (parent: .abstract.instanceof.PCS\BO\Enum\Card\CardPropertyCategory).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardVelocityRuleField" (parent: .abstract.instanceof.PCS\BO\Enum\Card\CardVelocityRuleField).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\CardRefundAction" (parent: .abstract.instanceof.PCS\BO\Enum\CardRefundAction).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Common\ActiveStatus" (parent: .abstract.instanceof.PCS\BO\Enum\Common\ActiveStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\DashboardTip" (parent: .abstract.instanceof.PCS\BO\Enum\DashboardTip).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeCategory" (parent: .abstract.instanceof.PCS\BO\Enum\FeeCategory).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeChargeAttemptStatus" (parent: .abstract.instanceof.PCS\BO\Enum\FeeChargeAttemptStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeChargeEventType" (parent: .abstract.instanceof.PCS\BO\Enum\FeeChargeEventType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeChargeScheduleStatus" (parent: .abstract.instanceof.PCS\BO\Enum\FeeChargeScheduleStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeChargeStatus" (parent: .abstract.instanceof.PCS\BO\Enum\FeeChargeStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeExemptionScope" (parent: .abstract.instanceof.PCS\BO\Enum\FeeExemptionScope).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeExemptionStatus" (parent: .abstract.instanceof.PCS\BO\Enum\FeeExemptionStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeOperationActionResult" (parent: .abstract.instanceof.PCS\BO\Enum\FeeOperationActionResult).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeOperationActionType" (parent: .abstract.instanceof.PCS\BO\Enum\FeeOperationActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeTraceStatus" (parent: .abstract.instanceof.PCS\BO\Enum\FeeTraceStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FinancialLimitActionResult" (parent: .abstract.instanceof.PCS\BO\Enum\FinancialLimitActionResult).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FinancialLimitActionType" (parent: .abstract.instanceof.PCS\BO\Enum\FinancialLimitActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\FinancialLimitTargetType" (parent: .abstract.instanceof.PCS\BO\Enum\FinancialLimitTargetType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\GreetingTimeSlot" (parent: .abstract.instanceof.PCS\BO\Enum\GreetingTimeSlot).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Kyc\KycDocumentStatus" (parent: .abstract.instanceof.PCS\BO\Enum\Kyc\KycDocumentStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Kyc\KycDocumentStatusGroup" (parent: .abstract.instanceof.PCS\BO\Enum\Kyc\KycDocumentStatusGroup).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\LoginAction" (parent: .abstract.instanceof.PCS\BO\Enum\LoginAction).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\PermissionEnum" (parent: .abstract.instanceof.PCS\BO\Enum\PermissionEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\PlanActionResult" (parent: .abstract.instanceof.PCS\BO\Enum\PlanActionResult).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\PlanActionType" (parent: .abstract.instanceof.PCS\BO\Enum\PlanActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\PlanProgram" (parent: .abstract.instanceof.PCS\BO\Enum\PlanProgram).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\PriceActionResult" (parent: .abstract.instanceof.PCS\BO\Enum\PriceActionResult).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\PriceActionType" (parent: .abstract.instanceof.PCS\BO\Enum\PriceActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\PriceChannel" (parent: .abstract.instanceof.PCS\BO\Enum\PriceChannel).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\PriceModel" (parent: .abstract.instanceof.PCS\BO\Enum\PriceModel).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Reversal\ReversalDecisionOutcome" (parent: .abstract.instanceof.PCS\BO\Enum\Reversal\ReversalDecisionOutcome).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\Reversal\ReversalRuleOutcome" (parent: .abstract.instanceof.PCS\BO\Enum\Reversal\ReversalRuleOutcome).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\ReversalAction" (parent: .abstract.instanceof.PCS\BO\Enum\ReversalAction).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaDecisionStatus" (parent: .abstract.instanceof.PCS\BO\Enum\SepaDecisionStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionActionResult" (parent: .abstract.instanceof.PCS\BO\Enum\SepaTransactionActionResult).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionActionType" (parent: .abstract.instanceof.PCS\BO\Enum\SepaTransactionActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionDirection" (parent: .abstract.instanceof.PCS\BO\Enum\SepaTransactionDirection).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionStatus" (parent: .abstract.instanceof.PCS\BO\Enum\SepaTransactionStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionType" (parent: .abstract.instanceof.PCS\BO\Enum\SepaTransactionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\TxManager\BusinessStatus" (parent: .abstract.instanceof.PCS\BO\Enum\TxManager\BusinessStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\TxManager\EntrySide" (parent: .abstract.instanceof.PCS\BO\Enum\TxManager\EntrySide).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\TxManager\GaugeFamily" (parent: .abstract.instanceof.PCS\BO\Enum\TxManager\GaugeFamily).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\TxManager\ViewStatementFieldBucket" (parent: .abstract.instanceof.PCS\BO\Enum\TxManager\ViewStatementFieldBucket).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\UserActionType" (parent: .abstract.instanceof.PCS\BO\Enum\UserActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\UserRule" (parent: .abstract.instanceof.PCS\BO\Enum\UserRule).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\UserStatus" (parent: .abstract.instanceof.PCS\BO\Enum\UserStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\VoucherLoadEvent" (parent: .abstract.instanceof.PCS\BO\Enum\VoucherLoadEvent).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeActionResult" (parent: .abstract.instanceof.PCS\BO\Enum\WalletProgramFeeActionResult).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeActionType" (parent: .abstract.instanceof.PCS\BO\Enum\WalletProgramFeeActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeDecision" (parent: .abstract.instanceof.PCS\BO\Enum\WalletProgramFeeDecision).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeProgram" (parent: .abstract.instanceof.PCS\BO\Enum\WalletProgramFeeProgram).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeTransactionType" (parent: .abstract.instanceof.PCS\BO\Enum\WalletProgramFeeTransactionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeType" (parent: .abstract.instanceof.PCS\BO\Enum\WalletProgramFeeType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\WhitelistFeeDirection" (parent: .abstract.instanceof.PCS\BO\Enum\WhitelistFeeDirection).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\BO\Enum\WhitelistFeeStatus" (parent: .abstract.instanceof.PCS\BO\Enum\WhitelistFeeStatus).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.PCS\BO\Validator\UniqueUserEmail" (parent: .abstract.instanceof.PCS\BO\Validator\UniqueUserEmail).
Resolving inheritance for ".instanceof.PCS\BO\Validator\UniqueUserEmail.0.PCS\BO\Validator\UniqueUserEmail" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.PCS\BO\Validator\UniqueUserEmail).
Resolving inheritance for ".instanceof.Monolog\ResettableInterface.0.monolog.logger.card_refund" (parent: .abstract.instanceof.monolog.logger.card_refund).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Api\Log\ApiMessageLog.0.PCS\SharedKernel\Api\Log\ApiMessageLog" (parent: .abstract.instanceof.PCS\SharedKernel\Api\Log\ApiMessageLog).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Address.0.PCS\SharedKernel\Entity\Address" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Address).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\ApiMessageLog.0.PCS\SharedKernel\Entity\ApiMessageLog" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\ApiMessageLog).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Card.0.PCS\SharedKernel\Entity\Card" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Card).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\CardControlProfile.0.PCS\SharedKernel\Entity\CardControlProfile" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\CardControlProfile).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\CardProcessor.0.PCS\SharedKernel\Entity\CardProcessor" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\CardProcessor).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\CardProvider.0.PCS\SharedKernel\Entity\CardProvider" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\CardProvider).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\CardStatusChange.0.PCS\SharedKernel\Entity\CardStatusChange" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\CardStatusChange).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Customer.0.PCS\SharedKernel\Entity\Customer" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Customer).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\CustomerEmail.0.PCS\SharedKernel\Entity\CustomerEmail" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\CustomerEmail).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\CustomerEmi.0.PCS\SharedKernel\Entity\CustomerEmi" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\CustomerEmi).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\CustomerPhone.0.PCS\SharedKernel\Entity\CustomerPhone" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\CustomerPhone).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Document.0.PCS\SharedKernel\Entity\Document" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Document).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\DocumentType.0.PCS\SharedKernel\Entity\DocumentType" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\DocumentType).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\ElectronicMoneyIssuer.0.PCS\SharedKernel\Entity\ElectronicMoneyIssuer" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\ElectronicMoneyIssuer).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Email.0.PCS\SharedKernel\Entity\Email" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Email).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\FeePlan.0.PCS\SharedKernel\Entity\FeePlan" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\FeePlan).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Iban.0.PCS\SharedKernel\Entity\Iban" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Iban).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\IbanProcessor.0.PCS\SharedKernel\Entity\IbanProcessor" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\IbanProcessor).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\IbanProvider.0.PCS\SharedKernel\Entity\IbanProvider" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\IbanProvider).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\KycFlow.0.PCS\SharedKernel\Entity\KycFlow" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\KycFlow).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\KycProcess.0.PCS\SharedKernel\Entity\KycProcess" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\KycProcess).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\KycProvider.0.PCS\SharedKernel\Entity\KycProvider" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\KycProvider).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\LegalEntity.0.PCS\SharedKernel\Entity\LegalEntity" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\LegalEntity).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\NaturalPerson.0.PCS\SharedKernel\Entity\NaturalPerson" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\NaturalPerson).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\OutboxMessage.0.PCS\SharedKernel\Entity\OutboxMessage" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\OutboxMessage).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\PcsIdAllocator.0.PCS\SharedKernel\Entity\PcsIdAllocator" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\PcsIdAllocator).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\PcsIdStatement.0.PCS\SharedKernel\Entity\PcsIdStatement" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\PcsIdStatement).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Phone.0.PCS\SharedKernel\Entity\Phone" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Phone).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\ProfileRestriction.0.PCS\SharedKernel\Entity\ProfileRestriction" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\ProfileRestriction).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Program.0.PCS\SharedKernel\Entity\Program" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Program).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Restriction.0.PCS\SharedKernel\Entity\Restriction" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Restriction).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\RiskLevel.0.PCS\SharedKernel\Entity\RiskLevel" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\RiskLevel).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\User.0.PCS\SharedKernel\Entity\User" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\User).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\VelocityRule.0.PCS\SharedKernel\Entity\VelocityRule" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\VelocityRule).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\Wallet.0.PCS\SharedKernel\Entity\Wallet" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\Wallet).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\WalletOwner.0.PCS\SharedKernel\Entity\WalletOwner" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\WalletOwner).
Resolving inheritance for ".instanceof.PCS\SharedKernel\Entity\WebhookEvent.0.PCS\SharedKernel\Entity\WebhookEvent" (parent: .abstract.instanceof.PCS\SharedKernel\Entity\WebhookEvent).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ActionInitiator" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\ActionInitiator).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\AlertCategory" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\AlertCategory).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\AlertPriority" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\AlertPriority).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardAction" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardAction).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardCommentCode" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardCommentCode).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardOrderChannel" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardOrderChannel).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardProcessorName" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardProcessorName).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardProfile" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardProfile).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardProgram" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardProgram).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardProviderName" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardProviderName).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardReasonType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardReasonType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardRefundStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardRefundStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CardType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CommentCode" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CommentCode).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ComplianceStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\ComplianceStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CustomerKycLevel" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CustomerKycLevel).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CustomerStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\CustomerStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DmsDocumentCategory" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\DmsDocumentCategory).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DmsDocumentState" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\DmsDocumentState).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DmsDocumentType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\DmsDocumentType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DocumentType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\DocumentType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DocumentVerificationStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\DocumentVerificationStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ElectronicMoneyIssuerName" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\ElectronicMoneyIssuerName).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\EmploymentSector" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\EmploymentSector).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\EmploymentStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\EmploymentStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\EstateBand" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\EstateBand).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\Gender" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\Gender).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanProcessorName" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\IbanProcessorName).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanProcessorStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\IbanProcessorStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanProviderName" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\IbanProviderName).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanProviderStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\IbanProviderStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\IbanStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\KycDocumentType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\KycDocumentType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\KycFlowType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\KycFlowType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\KycProviderName" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\KycProviderName).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\KycStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\KycStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\MonthlyIncomeBand" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\MonthlyIncomeBand).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\NotificationChannel" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\NotificationChannel).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\OnboardingChannel" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\OnboardingChannel).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\PhoneType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\PhoneType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ProgramType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\ProgramType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\Project" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\Project).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ReasonType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\ReasonType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\RefundDecision" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\RefundDecision).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ScopeType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\ScopeType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\SecretQuestion" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\SecretQuestion).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\SubscriberType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\SubscriberType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\SystemAlertType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\SystemAlertType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\TransactionCategory" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\TransactionCategory).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\TransactionChannel" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\TransactionChannel).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\TransactionType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\TransactionType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\VelocityRulePeriod" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\VelocityRulePeriod).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\VelocityRuleScope" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\VelocityRuleScope).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WalletOwnerRole" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\WalletOwnerRole).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WalletPurpose" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\WalletPurpose).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WalletStatus" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\WalletStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WalletType" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\WalletType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WebhookEventEnum" (parent: .abstract.instanceof.PCS\SharedKernel\Enum\WebhookEventEnum).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.PCS\SharedKernel\Infrastructure\Doctrine\RegisterDbalTypesPass" (parent: .abstract.instanceof.PCS\SharedKernel\Infrastructure\Doctrine\RegisterDbalTypesPass).
Resolving inheritance for ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.PCS\SharedKernel\Infrastructure\Doctrine\SharedDatabaseCompilerPass" (parent: .abstract.instanceof.PCS\SharedKernel\Infrastructure\Doctrine\SharedDatabaseCompilerPass).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.PCS\SharedKernel\PubSub\AbstractPubSubController" (parent: .abstract.instanceof..abstract.PCS\SharedKernel\PubSub\AbstractPubSubController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.PCS\SharedKernel\PubSub\AbstractPubSubController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.PCS\SharedKernel\PubSub\AbstractPubSubController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0..abstract.PCS\SharedKernel\PubSub\AbstractPubSubPullCommand" (parent: .abstract.instanceof..abstract.PCS\SharedKernel\PubSub\AbstractPubSubPullCommand).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\PubSub\EventType" (parent: .abstract.instanceof.PCS\SharedKernel\PubSub\EventType).
Resolving inheritance for ".instanceof.UnitEnum.0.PCS\SharedKernel\Routing\OperationTarget" (parent: .abstract.instanceof.PCS\SharedKernel\Routing\OperationTarget).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_filter" (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.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "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.asset_mapper" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.dms" (parent: monolog.logger_prototype).
11
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\Card\CardSettingsFormComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\Note\NoteCommentFormComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\Plan\PlanAddPriceComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\Plan\PlanCalculateComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\Plan\PlanFormComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\Price\PriceCalculateComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\Price\PriceFormComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setLiveResponder" of service "PCS\BO\Twig\Components\User\UserFormComponent" from controller candidates: the method is called at instantiation, thus cannot be an action.
551
Removed service "GuzzleHttp\ClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\CustomerMiddleApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\LoadSettingService\LoadSettingClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\WalletVelocityService\WalletVelocityClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\CardVelocityService\CardVelocityClientInterface"; reason: private alias.
Removed service "PCS\SharedKernel\PubSub\PubSubPublisherInterface"; reason: private alias.
Removed service "PCS\SharedKernel\PubSub\PubSubSubscriberInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Interface\NotificationsClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\Client\Auth\TokenProviderInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\OnboardingClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\CustomerApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\CompanyApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\WalletApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\CardApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\KycApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\VelocityApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\ReferenceDataApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\RiskLevelAdminApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\VelocityRuleAdminApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\OnboardingService\ImportApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\DepositService\DepositServiceClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\DepositService\TransactionApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\TxManagerService\TxManagerClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\SepaService\SepaServiceClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\SepaService\SepaTransactionApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\DmsService\DmsDocumentApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\WhitelistFeeService\WhitelistFeeClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\WhitelistFeeService\WhitelistFeeApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\WalletProgramFeeService\WalletProgramFeeClientInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\WalletProgramFeeService\WalletProgramFeeApiInterface"; reason: private alias.
Removed service "PCS\BO\Service\Middle\FeeService\FeeServiceClientInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Integration\ElectronicMoney\ElectronicMoneyIssuerInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Interface\BranchIdResolverInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Interface\IdGeneratorInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Interface\MarbleDecisionClientInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Interface\MarbleIngestClientInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Interface\RefundGatewayInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Interface\UlidProviderInterface"; reason: private alias.
Removed service "PCS\SharedKernel\Api\Interface\XtoniqClientInterface"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\Compressor\CompressorInterface"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "http_client.uri_template_expander"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $forgot_password_per_ip.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $forgotPasswordPerIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgot_password_per_ip"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgotPasswordPerIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $reset_password_per_token.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $resetPasswordPerTokenLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $reset_password_per_token"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $resetPasswordPerTokenLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $resend_invitation_per_target.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $resendInvitationPerTargetLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $resend_invitation_per_target"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $resendInvitationPerTargetLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $two_factor_per_ip.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $twoFactorPerIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $two_factor_per_ip"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $twoFactorPerIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $admin_console_per_ip.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $adminConsolePerIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $admin_console_per_ip"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $adminConsolePerIpLimiter"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderParser"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $financial_limits.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $financialLimitsCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $financial_limits.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $financialLimitsCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $financial_limits.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $financialLimitsCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $financial_limits.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $financialLimitsCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $permissions.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $permissionsCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $permissions.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $permissionsCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $permissions.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $permissionsCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $permissions.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $permissionsCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $onboarding.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $onboardingCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $onboarding.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $onboardingCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $onboarding.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $onboardingCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $onboarding.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $onboardingCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $deposit.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $depositCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $deposit.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $depositCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $deposit.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $depositCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $deposit.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $depositCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $sepa.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $sepaCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $sepa.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $sepaCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $sepa.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $sepaCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $sepa.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $sepaCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $whitelist_fee.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $whitelistFeeCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $whitelist_fee.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $whitelistFeeCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $whitelist_fee.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $whitelistFeeCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $whitelist_fee.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $whitelistFeeCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $wallet_program_fee.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $walletProgramFeeCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $wallet_program_fee.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $walletProgramFeeCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $wallet_program_fee.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $walletProgramFeeCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $wallet_program_fee.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $walletProgramFeeCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $fee_service.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $feeServiceCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $fee_service.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $feeServiceCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $fee_service.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $feeServiceCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $fee_service.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $feeServiceCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $tx_manager.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $txManagerCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $tx_manager.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $txManagerCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $tx_manager.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $txManagerCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $tx_manager.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $txManagerCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $card_velocity.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cardVelocityCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $card_velocity.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cardVelocityCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $card_velocity.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cardVelocityCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $card_velocity.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $cardVelocityCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $wallet_velocity.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $walletVelocityCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $wallet_velocity.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $walletVelocityCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $wallet_velocity.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $walletVelocityCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $wallet_velocity.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $walletVelocityCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $load_setting.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $loadSettingCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $load_setting.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $loadSettingCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $load_setting.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $loadSettingCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $load_setting.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $loadSettingCache"; 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 "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; 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 $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_local_main"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_global_main"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginGlobalMainLimiter"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; 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 "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\LiveResponder"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\ComponentValidatorInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Model\PersisterInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface"; reason: private alias.
Removed service "scheb_two_factor.security.totp.form_renderer"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "scheb_two_factor.provider_decider"; reason: private alias.
Removed service "scheb_two_factor.trusted_device_manager"; reason: private alias.
Removed service "scheb_two_factor.backup_code_manager"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\OperationResourceClassResolverInterface"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_provider.main"; reason: private alias.
Removed service "api_platform.state_processor.main"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "doctrine.fixtures.provider"; reason: private alias.
Removed service "api_platform.name_converter"; 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 $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapper.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $dms.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $dmsLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $card_refund.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cardRefundLogger"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.8CvI_5C"; reason: private alias.
Removed service ".service_locator.w53wXIl"; reason: private alias.
Removed service ".service_locator.45Vzb8_"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.php_file.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_file.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.mutator.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter_validator.inner"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_provider.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.state_processor.write.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service ".service_locator.dpiLQ5O"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.ZqQ8tx5"; reason: private alias.
Removed service ".service_locator.Iznhj3r"; reason: private alias.
Removed service ".service_locator.lrYf2Pz"; reason: private alias.
Removed service ".service_locator.yKrCvNz"; reason: private alias.
Removed service ".service_locator.taL_pa4"; reason: private alias.
Removed service ".service_locator.X3HPMcW"; reason: private alias.
Removed service ".service_locator.ynNc.en"; reason: private alias.
Removed service ".service_locator.v_3Gg0W"; reason: private alias.
Removed service ".service_locator.tPNZaCD"; reason: private alias.
Removed service ".service_locator.KAXZnki"; reason: private alias.
Removed service ".service_locator.9UCwHqQ"; reason: private alias.
Removed service ".service_locator.uBwBrvQ"; reason: private alias.
Removed service ".service_locator.kMcO0wN"; reason: private alias.
Removed service ".service_locator.roVqn8I"; reason: private alias.
Removed service ".service_locator.RY9V0fW"; reason: private alias.
Removed service ".service_locator.OaflKO8"; reason: private alias.
Removed service ".service_locator.KNqJhYG"; reason: private alias.
Removed service ".service_locator.Ds4zEhD"; reason: private alias.
Removed service ".service_locator.YpeAnNo"; reason: private alias.
Removed service ".service_locator.D6tJ4Px"; reason: private alias.
179
Changed reference of service "PCS\BO\Controller\AdminFeeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\CardController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\CustomerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\CustomerWalletController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\FeeChargeMonitoringController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\FeeExemptionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\FeeOperationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\FinancialLimitController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\HardwareTokenController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\PermissionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\PlanController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\PriceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\ResetPasswordController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\ReversalController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\ReversalController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "PCS\BO\Controller\RoleController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\SearchController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\SecurityController" previously pointing to "router.default" to "router".
Changed reference of service "PCS\BO\Controller\SepaTransactionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\SettingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\TwoFactorSetupController" previously pointing to "PCS\BO\Security\TwoFactor\CustomTotpAuthenticator" to "scheb_two_factor.security.totp_authenticator".
Changed reference of service "PCS\BO\Controller\TwoFactorSetupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\UserController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\WalletController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\WalletProgramFeeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Controller\WhitelistFeeController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\EventSubscriber\IdleTimeoutSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "PCS\BO\EventSubscriber\IdleTimeoutSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\EventSubscriber\TotpEnforcementSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "PCS\BO\Form\Dto\AdminFee\AdminFeeActionLogFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\FeeOperation\FeeOperationActionLogFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\FinancialLimit\FinancialLimitActionLogFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\Plan\PlanActionLogFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\Price\PriceActionLogFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\Reversal\ReversalFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\Sepa\SepaActionLogFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\Sepa\SepaTransactionFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\TxManager\ViewStatementFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\WalletProgramFee\WalletProgramFeeActionLogFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Form\Dto\WhitelistFee\WhitelistFeeFilterDto" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Security\BOCustomAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "PCS\BO\Security\CustomAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "PCS\BO\Security\CustomAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Security\TwoFactor\TwoFactorSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "PCS\BO\Service\HardwareTokenImportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Service\KycService" previously pointing to "router.default" to "router".
Changed reference of service "PCS\BO\Service\PermissionSeeder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Service\UserMailer" previously pointing to "router.default" to "router".
Changed reference of service "PCS\BO\Service\UserMailer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\ActivityDetailsExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\AppExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Address\AddressFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Card\CardActionFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Card\CardSettingsFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Email\EmailFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Incentive\CompanyWizardComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Note\NoteCommentFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Permission\PermissionFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Person\PersonFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Phone\PhoneFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Role\RoleFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Setting\SettingFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\User\UserFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\SepaDecisionStatusExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\BO\Twig\SepaTransactionStatusExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "PCS\SharedKernel\Monitoring\SystemMonitoringService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
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.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.native" 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 "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "messenger.redispatch_message_handler" 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 "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" 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 "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.kernel_exception_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.live_component.twig.component_runtime" previously pointing to "router.default" to "router".
Changed reference of service "ux.live_component.live_controller_attributes_creator" previously pointing to "router.default" to "router".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code_reuse" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.totp.provider" previously pointing to "PCS\BO\Security\TwoFactor\CustomTotpAuthenticator" to "scheb_two_factor.security.totp_authenticator".
Changed reference of service "scheb_two_factor.security.totp.validator.user_totp_code" previously pointing to "PCS\BO\Security\TwoFactor\CustomTotpAuthenticator" to "scheb_two_factor.security.totp_authenticator".
Changed reference of service "scheb_two_factor.security.listener.check_backup_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.51hHbbT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.jLLS2Ji" 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.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.PCS\BO\Security\Voter\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.M0BDVTR" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator._dt3OH6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.FbTVtRn" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "PCS\BO\Security\TwoFactor\CustomTotpAuthenticator.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
1212
Removed service "PCS\BO\Entity"; reason: abstract.
Removed service ".abstract.PCS\BO\Enum\BadgeEnum"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\CardVelocityService\CardVelocityClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\Client\AbstractApiClient"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\Client\ApiClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\Client\Auth\TokenProviderInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\CustomerMiddleApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\DepositService\DepositServiceClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\DepositService\TransactionApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\DmsService\DmsDocumentApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\FeeService\FeeServiceClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\LoadSettingService\LoadSettingClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\CardApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\CompanyApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\CustomerApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\IbanApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\ImportApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\KycApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\OnboardingClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\ReferenceDataApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\RiskLevelAdminApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\VelocityApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\VelocityRuleAdminApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\OnboardingService\WalletApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\SepaService\SepaServiceClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\SepaService\SepaTransactionApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\TxManagerService\TxManagerClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\WalletProgramFeeService\WalletProgramFeeApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\WalletProgramFeeService\WalletProgramFeeClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\WalletVelocityService\WalletVelocityClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\WhitelistFeeService\WhitelistFeeApiInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Service\Middle\WhitelistFeeService\WhitelistFeeClientInterface"; reason: abstract.
Removed service ".abstract.PCS\BO\Twig\Components\AbstractRiskRulesDeleteComponent"; reason: abstract.
Removed service ".abstract.PCS\BO\Twig\Components\AbstractRiskRulesFormComponent"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Infrastructure\Doctrine\Type\AbstractBackedEnumType"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Infrastructure\Doctrine\Type\AbstractEntityIdType"; reason: abstract.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Migration\Command"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Infrastructure\Ulid\AbstractEntityId"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Integration\ElectronicMoney\CardLookupSupport"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Integration\ElectronicMoney\ElectronicMoneyIssuerInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\BranchIdResolverInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\EntityIdInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\HttpRequestDtoInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\IdGeneratorInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\MarbleDecisionClientInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\MarbleIngestClientInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\NotificationsClientInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\OnboardingClientInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\RefundGatewayInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\UlidProviderInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\WebhookProcessorInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Interface\XtoniqClientInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Api\Request\HttpRequestDtoInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\Infrastructure\Doctrine\Migration\ServiceScopedMigration"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\PubSub\AbstractPubSubController"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\PubSub\AbstractPubSubPullCommand"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\PubSub\PubSubPublisherInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\PubSub\PubSubSubscriberInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\PubSub\TaskHandlerInterface"; reason: abstract.
Removed service ".abstract.PCS\SharedKernel\ValueObject\NonEmptyString"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; 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 "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "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 "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service ".instanceof.PCS\BO\ApiResource\AdminConsoleCommands.0.PCS\BO\ApiResource\AdminConsoleCommands"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\ApiResource\AdminConsoleCommands"; reason: abstract.
Removed service ".instanceof.PCS\BO\ApiResource\CreateUserInput.0.PCS\BO\ApiResource\CreateUserInput"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\ApiResource\CreateUserInput"; reason: abstract.
Removed service ".instanceof.PCS\BO\ApiResource\PrunePermissionsInput.0.PCS\BO\ApiResource\PrunePermissionsInput"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\ApiResource\PrunePermissionsInput"; reason: abstract.
Removed service ".instanceof.PCS\BO\ApiResource\RealignRolesInput.0.PCS\BO\ApiResource\RealignRolesInput"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\ApiResource\RealignRolesInput"; reason: abstract.
Removed service ".instanceof.PCS\BO\ApiResource\RunCommandInput.0.PCS\BO\ApiResource\RunCommandInput"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\ApiResource\RunCommandInput"; reason: abstract.
Removed service ".instanceof.PCS\BO\ApiResource\SeedPermissionsInput.0.PCS\BO\ApiResource\SeedPermissionsInput"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\ApiResource\SeedPermissionsInput"; reason: abstract.
Removed service ".instanceof.PCS\BO\Attribute\HttpCacheableListing.0.PCS\BO\Attribute\HttpCacheableListing"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Attribute\HttpCacheableListing"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\CreateUserCommand"; reason: abstract.
Removed service ".instanceof.PCS\BO\Command\CreateUserCommand.0.PCS\BO\Command\CreateUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Command\CreateUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\GenerateApiTokenCommand"; reason: abstract.
Removed service ".instanceof.PCS\BO\Command\GenerateApiTokenCommand.0.PCS\BO\Command\GenerateApiTokenCommand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Command\GenerateApiTokenCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\MigrateUserRolesCommand"; reason: abstract.
Removed service ".instanceof.PCS\BO\Command\MigrateUserRolesCommand.0.PCS\BO\Command\MigrateUserRolesCommand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Command\MigrateUserRolesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\PruneOrphanPermissionsCommand"; reason: abstract.
Removed service ".instanceof.PCS\BO\Command\PruneOrphanPermissionsCommand.0.PCS\BO\Command\PruneOrphanPermissionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Command\PruneOrphanPermissionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\ScssCompileCommand"; reason: abstract.
Removed service ".instanceof.PCS\BO\Command\ScssCompileCommand.0.PCS\BO\Command\ScssCompileCommand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Command\ScssCompileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Command\SeedPermissionsCommand"; reason: abstract.
Removed service ".instanceof.PCS\BO\Command\SeedPermissionsCommand.0.PCS\BO\Command\SeedPermissionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Command\SeedPermissionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\BO\Console\PubSubPullCommand"; reason: abstract.
Removed service ".instanceof.PCS\BO\Console\PubSubPullCommand.0.PCS\BO\Console\PubSubPullCommand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Console\PubSubPullCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\AddressController.0.PCS\BO\Controller\AddressController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\AddressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\AdminFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\AdminFeeController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\AdminFeeController.0.PCS\BO\Controller\AdminFeeController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\AdminFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\Api\PubSubController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\Api\PubSubController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\Api\PubSubController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CardController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\CardController.0.PCS\BO\Controller\CardController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\CardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerCardController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\CustomerCardController.0.PCS\BO\Controller\CustomerCardController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\CustomerCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\CustomerController.0.PCS\BO\Controller\CustomerController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\CustomerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerKycController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\CustomerKycController.0.PCS\BO\Controller\CustomerKycController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\CustomerKycController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\CustomerWalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\CustomerWalletController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\CustomerWalletController.0.PCS\BO\Controller\CustomerWalletController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\CustomerWalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\DashboardController.0.PCS\BO\Controller\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\EmailController.0.PCS\BO\Controller\EmailController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\EmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeChargeMonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeChargeMonitoringController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\FeeChargeMonitoringController.0.PCS\BO\Controller\FeeChargeMonitoringController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\FeeChargeMonitoringController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\FeeController.0.PCS\BO\Controller\FeeController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\FeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeExemptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeExemptionController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\FeeExemptionController.0.PCS\BO\Controller\FeeExemptionController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\FeeExemptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FeeOperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FeeOperationController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\FeeOperationController.0.PCS\BO\Controller\FeeOperationController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\FeeOperationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\FinancialLimitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\FinancialLimitController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\FinancialLimitController.0.PCS\BO\Controller\FinancialLimitController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\FinancialLimitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\HardwareTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\HardwareTokenController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\HardwareTokenController.0.PCS\BO\Controller\HardwareTokenController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\HardwareTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\Incentive\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\Incentive\CompanyController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\Incentive\CompanyController.0.PCS\BO\Controller\Incentive\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\Incentive\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\KycController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\KycController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\KycController.0.PCS\BO\Controller\KycController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\KycController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\NoteController.0.PCS\BO\Controller\NoteController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PermissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PermissionController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\PermissionController.0.PCS\BO\Controller\PermissionController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\PermissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PhoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PhoneController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\PhoneController.0.PCS\BO\Controller\PhoneController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\PhoneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PlanController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\PlanController.0.PCS\BO\Controller\PlanController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\PlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\PriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\PriceController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\PriceController.0.PCS\BO\Controller\PriceController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\PriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\ProfileController.0.PCS\BO\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ReferenceDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ReferenceDataController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\ReferenceDataController.0.PCS\BO\Controller\ReferenceDataController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\ReferenceDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\ResetPasswordController.0.PCS\BO\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\ReversalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\ReversalController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\ReversalController.0.PCS\BO\Controller\ReversalController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\ReversalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RiskRulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RiskRulesController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\RiskRulesController.0.PCS\BO\Controller\RiskRulesController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\RiskRulesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\RoleController.0.PCS\BO\Controller\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SearchApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SearchApiController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\SearchApiController.0.PCS\BO\Controller\SearchApiController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\SearchApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\SearchController.0.PCS\BO\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\SecurityController.0.PCS\BO\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SepaTransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SepaTransactionController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\SepaTransactionController.0.PCS\BO\Controller\SepaTransactionController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\SepaTransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\SettingController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\SettingController.0.PCS\BO\Controller\SettingController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\SettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\TransactionController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\TransactionController.0.PCS\BO\Controller\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\TwoFactorSetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\TwoFactorSetupController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\TwoFactorSetupController.0.PCS\BO\Controller\TwoFactorSetupController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\TwoFactorSetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\UiPreferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\UiPreferenceController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\UiPreferenceController.0.PCS\BO\Controller\UiPreferenceController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\UiPreferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\UserController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\UserController.0.PCS\BO\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\VelocityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\VelocityController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\VelocityController.0.PCS\BO\Controller\VelocityController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\VelocityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WalletController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\WalletController.0.PCS\BO\Controller\WalletController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\WalletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WalletProgramFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WalletProgramFeeController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\WalletProgramFeeController.0.PCS\BO\Controller\WalletProgramFeeController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\WalletProgramFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.PCS\BO\Controller\WhitelistFeeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.PCS\BO\Controller\WhitelistFeeController"; reason: abstract.
Removed service ".instanceof.PCS\BO\Controller\WhitelistFeeController.0.PCS\BO\Controller\WhitelistFeeController"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Controller\WhitelistFeeController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\RolePermissionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\DataFixtures\RolePermissionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.PCS\BO\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\ActivityActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\ActivityActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\ActivityEntityType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\ActivityEntityType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\AdminFeeActionResult"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\AdminFeeActionResult"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\AdminFeeActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\AdminFeeActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardActionGroup"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Card\CardActionGroup"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardChannelType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Card\CardChannelType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardProgramColor"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Card\CardProgramColor"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardPropertyCategory"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Card\CardPropertyCategory"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Card\CardVelocityRuleField"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Card\CardVelocityRuleField"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\CardRefundAction"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\CardRefundAction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Common\ActiveStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Common\ActiveStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\DashboardTip"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\DashboardTip"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeCategory"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeCategory"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeChargeAttemptStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeChargeAttemptStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeChargeEventType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeChargeEventType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeChargeScheduleStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeChargeScheduleStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeChargeStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeChargeStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeExemptionScope"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeExemptionScope"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeExemptionStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeExemptionStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeOperationActionResult"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeOperationActionResult"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeOperationActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeOperationActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FeeTraceStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FeeTraceStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FinancialLimitActionResult"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FinancialLimitActionResult"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FinancialLimitActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FinancialLimitActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\FinancialLimitTargetType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\FinancialLimitTargetType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\GreetingTimeSlot"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\GreetingTimeSlot"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Kyc\KycDocumentStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Kyc\KycDocumentStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Kyc\KycDocumentStatusGroup"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Kyc\KycDocumentStatusGroup"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\LoginAction"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\LoginAction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\PermissionEnum"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\PermissionEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\PlanActionResult"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\PlanActionResult"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\PlanActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\PlanActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\PlanProgram"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\PlanProgram"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\PriceActionResult"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\PriceActionResult"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\PriceActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\PriceActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\PriceChannel"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\PriceChannel"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\PriceModel"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\PriceModel"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Reversal\ReversalDecisionOutcome"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Reversal\ReversalDecisionOutcome"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\Reversal\ReversalRuleOutcome"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\Reversal\ReversalRuleOutcome"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\ReversalAction"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\ReversalAction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaDecisionStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\SepaDecisionStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionActionResult"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\SepaTransactionActionResult"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\SepaTransactionActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionDirection"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\SepaTransactionDirection"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\SepaTransactionStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\SepaTransactionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\SepaTransactionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\TxManager\BusinessStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\TxManager\BusinessStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\TxManager\EntrySide"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\TxManager\EntrySide"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\TxManager\GaugeFamily"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\TxManager\GaugeFamily"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\TxManager\ViewStatementFieldBucket"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\TxManager\ViewStatementFieldBucket"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\UserActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\UserActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\UserRule"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\UserRule"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\UserStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\UserStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\VoucherLoadEvent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\VoucherLoadEvent"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeActionResult"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\WalletProgramFeeActionResult"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeActionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\WalletProgramFeeActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeDecision"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\WalletProgramFeeDecision"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeProgram"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\WalletProgramFeeProgram"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeTransactionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\WalletProgramFeeTransactionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\WalletProgramFeeType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\WalletProgramFeeType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\WhitelistFeeDirection"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\WhitelistFeeDirection"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\BO\Enum\WhitelistFeeStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Enum\WhitelistFeeStatus"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\CacheControlSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\EventSubscriber\CacheControlSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\HttpCacheListingSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\EventSubscriber\HttpCacheListingSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\IdleTimeoutSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\EventSubscriber\IdleTimeoutSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\ResponseIdSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\EventSubscriber\ResponseIdSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\SecurityEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\EventSubscriber\SecurityEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\SecurityHeadersSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\EventSubscriber\SecurityHeadersSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\TotpEnforcementSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\EventSubscriber\TotpEnforcementSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\BO\EventSubscriber\TwoFactorRateLimitSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\EventSubscriber\TwoFactorRateLimitSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\ActionLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\ActionLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Address\AddressFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Address\AddressFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\AdminFee\AdminFeeActionLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\AdminFee\AdminFeeActionLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\AdminFee\AdminFeeFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\AdminFee\AdminFeeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\BrokerLimit\BrokerLimitFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\BrokerLimit\BrokerLimitFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\BrokerLimit\BrokerLimitResetFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\BrokerLimit\BrokerLimitResetFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Card\CardActionFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Card\CardActionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Card\CardSettingsFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Card\CardSettingsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\CardFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\CardFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\CardVelocity\CardVelocityFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\CardVelocity\CardVelocityFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Email\EmailFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Email\EmailFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeCharge\FeeChargeFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\FeeCharge\FeeChargeFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeExemption\FeeExemptionFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\FeeExemption\FeeExemptionFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeExemption\FeeExemptionFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\FeeExemption\FeeExemptionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeOperation\FeeApplyFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\FeeOperation\FeeApplyFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FeeOperation\FeeOperationActionLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\FeeOperation\FeeOperationActionLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\FinancialLimit\FinancialLimitActionLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\FinancialLimit\FinancialLimitActionLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\HardwareToken\HardwareTokenFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\HardwareToken\HardwareTokenFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\HardwareToken\ImportHardwareTokenFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\HardwareToken\ImportHardwareTokenFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\CompanyFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Incentive\CompanyFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\CompanyStepFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Incentive\Wizard\CompanyStepFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\CustomerStepFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Incentive\Wizard\CustomerStepFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Incentive\Wizard\WalletStepFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Incentive\Wizard\WalletStepFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoadSetting\LoadSettingFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\LoadSetting\LoadSettingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoginLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\LoginLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\LoginType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\LoginType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Note\ActivityLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Note\ActivityLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Note\NoteCommentFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Note\NoteCommentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\PermissionFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\PermissionFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\PermissionFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\PermissionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Person\PersonFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Person\PersonFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Phone\PhoneFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Phone\PhoneFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanActionLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Plan\PlanActionLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanAddPriceFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Plan\PlanAddPriceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanCalculateFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Plan\PlanCalculateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Plan\PlanFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Plan\PlanPriceUpdateFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Plan\PlanPriceUpdateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceActionLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Price\PriceActionLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceCalculateFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Price\PriceCalculateFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Price\PriceFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Price\PriceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RequestResetPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\RequestResetPasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Reversal\ReversalActionFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Reversal\ReversalActionFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Reversal\ReversalFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Reversal\ReversalFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RiskLevel\RiskLevelDeleteFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\RiskLevel\RiskLevelDeleteFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RiskLevel\RiskLevelFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\RiskLevel\RiskLevelFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RoleFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\RoleFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\RoleFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\RoleFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Search\GlobalSearchFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Search\GlobalSearchFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Sepa\SepaActionLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Sepa\SepaActionLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Sepa\SepaTransactionFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Sepa\SepaTransactionFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\SettingFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\SettingFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\SettingFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\SettingFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\OverrideTerminalLimitFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Terminal\OverrideTerminalLimitFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalAssignToGroupFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Terminal\TerminalAssignToGroupFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Terminal\TerminalFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Terminal\TerminalLimitResetFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Terminal\TerminalLimitResetFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TerminalGroup\TerminalGroupFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\TerminalGroup\TerminalGroupFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Transaction\CardRefundFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Transaction\CardRefundFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\Disable2faFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\TwoFactor\Disable2faFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\HardwareTokenSetupFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\TwoFactor\HardwareTokenSetupFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TwoFactor\TotpVerificationFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\TwoFactor\TotpVerificationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\TxManager\ViewStatementFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\TxManager\ViewStatementFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\UserFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\UserFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\UserFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\UserFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\VelocityRule\VelocityRuleDeleteFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\VelocityRule\VelocityRuleDeleteFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\VelocityRule\VelocityRuleFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\VelocityRule\VelocityRuleFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\Wallet\WalletFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\Wallet\WalletFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\WalletFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletProgramFee\WalletProgramFeeActionLogFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\WalletProgramFee\WalletProgramFeeActionLogFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletProgramFee\WalletProgramFeeFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\WalletProgramFee\WalletProgramFeeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletTxGaugeFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\WalletTxGaugeFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WalletVelocity\WalletVelocityFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\WalletVelocity\WalletVelocityFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WhitelistFee\WhitelistFeeFilterFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\WhitelistFee\WhitelistFeeFilterFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.PCS\BO\Form\WhitelistFee\WhitelistFeeFormType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Form\WhitelistFee\WhitelistFeeFormType"; reason: abstract.
Removed service ".instanceof.PCS\BO\MessageHandler\CardRefundProcessMessageHandler.0.PCS\BO\MessageHandler\CardRefundProcessMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\MessageHandler\CardRefundProcessMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\ActivityLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\ActivityLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\AdminFeeActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\AdminFeeActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\FeeOperationActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\FeeOperationActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\FinancialLimitActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\FinancialLimitActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\HardwareTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\HardwareTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PlanActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\PlanActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\PriceActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\PriceActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\SepaTransactionActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\SepaTransactionActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\UserActionLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserLoginLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\UserLoginLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\BO\Repository\WalletProgramFeeActionLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Repository\WalletProgramFeeActionLogRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.PCS\BO\Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.PCS\BO\State\AdminConsoleCommandsProvider"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\State\AdminConsoleCommandsProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\CreateUserProcessor"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\State\CreateUserProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\PrunePermissionsProcessor"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\State\PrunePermissionsProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\RealignRolesProcessor"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\State\RealignRolesProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\RunCommandProcessor"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\State\RunCommandProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.PCS\BO\State\SeedPermissionsProcessor"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\State\SeedPermissionsProcessor"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ActiveStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\ActiveStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ActivityDetailsExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\ActivityDetailsExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardActionGroupExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\CardActionGroupExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardChannelExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\CardChannelExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardPropertyCategoryExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\CardPropertyCategoryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardRefundStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\CardRefundStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CardStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\CardStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ComplianceStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\ComplianceStatusExtension"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Address\AddressFormComponent.0.PCS\BO\Twig\Components\Address\AddressFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Address\AddressFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent.0.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent.0.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent.0.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\BrokerLimit\BrokerLimitResetComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Card\CardActionFormComponent.0.PCS\BO\Twig\Components\Card\CardActionFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Card\CardActionFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Card\CardSettingsFormComponent.0.PCS\BO\Twig\Components\Card\CardSettingsFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Card\CardSettingsFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent.0.PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\CardVelocity\CardVelocityFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Email\EmailFormComponent.0.PCS\BO\Twig\Components\Email\EmailFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Email\EmailFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent.0.PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\FeeExemption\FeeExemptionFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent.0.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Incentive\CompanyWizardComponent.0.PCS\BO\Twig\Components\Incentive\CompanyWizardComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Incentive\CompanyWizardComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent.0.PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\LoadSetting\LoadSettingFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Note\NoteCommentFormComponent.0.PCS\BO\Twig\Components\Note\NoteCommentFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Note\NoteCommentFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Note\NoteListComponent.0.PCS\BO\Twig\Components\Note\NoteListComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Note\NoteListComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Permission\PermissionFormComponent.0.PCS\BO\Twig\Components\Permission\PermissionFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Permission\PermissionFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Person\PersonFormComponent.0.PCS\BO\Twig\Components\Person\PersonFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Person\PersonFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Phone\PhoneFormComponent.0.PCS\BO\Twig\Components\Phone\PhoneFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Phone\PhoneFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent.0.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Plan\PlanCalculateComponent.0.PCS\BO\Twig\Components\Plan\PlanCalculateComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Plan\PlanCalculateComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Plan\PlanFormComponent.0.PCS\BO\Twig\Components\Plan\PlanFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Plan\PlanFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent.0.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Price\PriceCalculateComponent.0.PCS\BO\Twig\Components\Price\PriceCalculateComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Price\PriceCalculateComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Price\PriceFormComponent.0.PCS\BO\Twig\Components\Price\PriceFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Price\PriceFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent.0.PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelDeleteComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent.0.PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\RiskLevel\RiskLevelFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Role\RoleFormComponent.0.PCS\BO\Twig\Components\Role\RoleFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Role\RoleFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent.0.PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Search\GlobalSearchFilterComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Security\SetPasswordFormComponent.0.PCS\BO\Twig\Components\Security\SetPasswordFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Security\SetPasswordFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Setting\SettingFormComponent.0.PCS\BO\Twig\Components\Setting\SettingFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Setting\SettingFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent.0.PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Terminal\OverrideTerminalLimitComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent.0.PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Terminal\TerminalAssignToGroupComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent.0.PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Terminal\TerminalLimitResetComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent.0.PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\TerminalGroup\TerminalGroupFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Transaction\CardRefundFormComponent.0.PCS\BO\Twig\Components\Transaction\CardRefundFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Transaction\CardRefundFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\User\UserFormComponent.0.PCS\BO\Twig\Components\User\UserFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\User\UserFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent.0.PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleDeleteComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent.0.PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\VelocityRule\VelocityRuleFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent.0.PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\Wallet\CustomerWalletFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent.0.PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\WalletProgramFee\WalletProgramFeeFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent.0.PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\WalletVelocity\WalletVelocityFormComponent"; reason: abstract.
Removed service ".instanceof.PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent.0.PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\Components\WhitelistFee\WhitelistFeeFormComponent"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\CustomerStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\CustomerStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\FeeChargeStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\FeeChargeStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\FeeOperationStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\FeeOperationStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\KycDocumentStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\KycDocumentStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\PaginationExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\PaginationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\PermissionExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\PermissionExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ReversalOutcomeExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\ReversalOutcomeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SepaDecisionStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\SepaDecisionStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SepaTransactionStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\SepaTransactionStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\SlugExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\SlugExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\TransactionTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\TransactionTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\UserAuditExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\UserAuditExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\UserStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\UserStatusExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\ViewStatementFieldBucketExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\ViewStatementFieldBucketExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.PCS\BO\Twig\WalletStatusExtension"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Twig\WalletStatusExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.PCS\BO\Validator\UniqueUserEmail"; reason: abstract.
Removed service ".instanceof.PCS\BO\Validator\UniqueUserEmail.0.PCS\BO\Validator\UniqueUserEmail"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Validator\UniqueUserEmail"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.PCS\BO\Validator\UniqueUserEmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.PCS\BO\Validator\UniqueUserEmailValidator"; reason: abstract.
Removed service ".instanceof.Monolog\ResettableInterface.0.monolog.logger.card_refund"; reason: abstract.
Removed service ".abstract.instanceof.monolog.logger.card_refund"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Api\Http\ReferenceIdUlidSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Api\Http\ReferenceIdUlidSubscriber"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Api\Log\ApiMessageLog.0.PCS\SharedKernel\Api\Log\ApiMessageLog"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Api\Log\ApiMessageLog"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Api\Log\ApiMessageLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Api\Log\ApiMessageLogSubscriber"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Address.0.PCS\SharedKernel\Entity\Address"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Address"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\ApiMessageLog.0.PCS\SharedKernel\Entity\ApiMessageLog"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\ApiMessageLog"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Card.0.PCS\SharedKernel\Entity\Card"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Card"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\CardControlProfile.0.PCS\SharedKernel\Entity\CardControlProfile"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\CardControlProfile"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\CardProcessor.0.PCS\SharedKernel\Entity\CardProcessor"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\CardProcessor"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\CardProvider.0.PCS\SharedKernel\Entity\CardProvider"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\CardProvider"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\CardStatusChange.0.PCS\SharedKernel\Entity\CardStatusChange"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\CardStatusChange"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Customer.0.PCS\SharedKernel\Entity\Customer"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Customer"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\CustomerEmail.0.PCS\SharedKernel\Entity\CustomerEmail"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\CustomerEmail"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\CustomerEmi.0.PCS\SharedKernel\Entity\CustomerEmi"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\CustomerEmi"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\CustomerPhone.0.PCS\SharedKernel\Entity\CustomerPhone"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\CustomerPhone"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Document.0.PCS\SharedKernel\Entity\Document"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Document"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\DocumentType.0.PCS\SharedKernel\Entity\DocumentType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\DocumentType"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\ElectronicMoneyIssuer.0.PCS\SharedKernel\Entity\ElectronicMoneyIssuer"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\ElectronicMoneyIssuer"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Email.0.PCS\SharedKernel\Entity\Email"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Email"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\FeePlan.0.PCS\SharedKernel\Entity\FeePlan"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\FeePlan"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Iban.0.PCS\SharedKernel\Entity\Iban"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Iban"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\IbanProcessor.0.PCS\SharedKernel\Entity\IbanProcessor"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\IbanProcessor"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\IbanProvider.0.PCS\SharedKernel\Entity\IbanProvider"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\IbanProvider"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\KycFlow.0.PCS\SharedKernel\Entity\KycFlow"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\KycFlow"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\KycProcess.0.PCS\SharedKernel\Entity\KycProcess"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\KycProcess"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\KycProvider.0.PCS\SharedKernel\Entity\KycProvider"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\KycProvider"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\LegalEntity.0.PCS\SharedKernel\Entity\LegalEntity"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\LegalEntity"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\NaturalPerson.0.PCS\SharedKernel\Entity\NaturalPerson"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\NaturalPerson"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\OutboxMessage.0.PCS\SharedKernel\Entity\OutboxMessage"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\OutboxMessage"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\PcsIdAllocator.0.PCS\SharedKernel\Entity\PcsIdAllocator"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\PcsIdAllocator"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\PcsIdStatement.0.PCS\SharedKernel\Entity\PcsIdStatement"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\PcsIdStatement"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Phone.0.PCS\SharedKernel\Entity\Phone"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Phone"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\ProfileRestriction.0.PCS\SharedKernel\Entity\ProfileRestriction"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\ProfileRestriction"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Program.0.PCS\SharedKernel\Entity\Program"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Program"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Restriction.0.PCS\SharedKernel\Entity\Restriction"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Restriction"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\RiskLevel.0.PCS\SharedKernel\Entity\RiskLevel"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\RiskLevel"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\User.0.PCS\SharedKernel\Entity\User"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\User"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\VelocityRule.0.PCS\SharedKernel\Entity\VelocityRule"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\VelocityRule"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\Wallet.0.PCS\SharedKernel\Entity\Wallet"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\Wallet"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\WalletOwner.0.PCS\SharedKernel\Entity\WalletOwner"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\WalletOwner"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Entity\WebhookEvent.0.PCS\SharedKernel\Entity\WebhookEvent"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Entity\WebhookEvent"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ActionInitiator"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\ActionInitiator"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\AlertCategory"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\AlertCategory"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\AlertPriority"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\AlertPriority"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardAction"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardAction"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardCommentCode"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardCommentCode"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardOrderChannel"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardOrderChannel"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardProcessorName"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardProcessorName"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardProfile"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardProfile"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardProgram"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardProgram"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardProviderName"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardProviderName"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardReasonType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardReasonType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardRefundStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardRefundStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CardType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CardType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CommentCode"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CommentCode"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ComplianceStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\ComplianceStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CustomerKycLevel"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CustomerKycLevel"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\CustomerStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\CustomerStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DmsDocumentCategory"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\DmsDocumentCategory"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DmsDocumentState"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\DmsDocumentState"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DmsDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\DmsDocumentType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DocumentType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\DocumentType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\DocumentVerificationStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\DocumentVerificationStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ElectronicMoneyIssuerName"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\ElectronicMoneyIssuerName"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\EmploymentSector"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\EmploymentSector"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\EmploymentStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\EmploymentStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\EstateBand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\EstateBand"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\Gender"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\Gender"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanProcessorName"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\IbanProcessorName"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanProcessorStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\IbanProcessorStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanProviderName"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\IbanProviderName"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanProviderStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\IbanProviderStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\IbanStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\IbanStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\KycDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\KycDocumentType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\KycFlowType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\KycFlowType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\KycProviderName"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\KycProviderName"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\KycStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\KycStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\MonthlyIncomeBand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\MonthlyIncomeBand"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\NotificationChannel"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\NotificationChannel"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\OnboardingChannel"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\OnboardingChannel"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\PhoneType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\PhoneType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ProgramType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\ProgramType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\Project"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\Project"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ReasonType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\ReasonType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\RefundDecision"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\RefundDecision"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\ScopeType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\ScopeType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\SecretQuestion"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\SecretQuestion"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\SubscriberType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\SubscriberType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\SystemAlertType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\SystemAlertType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\TransactionCategory"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\TransactionCategory"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\TransactionChannel"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\TransactionChannel"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\TransactionType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\TransactionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\VelocityRulePeriod"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\VelocityRulePeriod"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\VelocityRuleScope"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\VelocityRuleScope"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WalletOwnerRole"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\WalletOwnerRole"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WalletPurpose"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\WalletPurpose"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WalletStatus"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\WalletStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WalletType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\WalletType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Enum\WebhookEventEnum"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Enum\WebhookEventEnum"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\EventListener\MessageIdSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\EventListener\MessageIdSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.PCS\SharedKernel\Infrastructure\Doctrine\RegisterDbalTypesPass"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Infrastructure\Doctrine\RegisterDbalTypesPass"; reason: abstract.
Removed service ".instanceof.Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface.0.PCS\SharedKernel\Infrastructure\Doctrine\SharedDatabaseCompilerPass"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Infrastructure\Doctrine\SharedDatabaseCompilerPass"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.PCS\SharedKernel\Monitoring\MessengerFailureListener"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Monitoring\MessengerFailureListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.PCS\SharedKernel\Outbox\OutboxWorkerCommand"; reason: abstract.
Removed service ".instanceof.PCS\SharedKernel\Outbox\OutboxWorkerCommand.0.PCS\SharedKernel\Outbox\OutboxWorkerCommand"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Outbox\OutboxWorkerCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.PCS\SharedKernel\PubSub\AbstractPubSubController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.PCS\SharedKernel\PubSub\AbstractPubSubController"; reason: abstract.
Removed service ".abstract.instanceof..abstract.PCS\SharedKernel\PubSub\AbstractPubSubController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0..abstract.PCS\SharedKernel\PubSub\AbstractPubSubPullCommand"; reason: abstract.
Removed service ".abstract.instanceof..abstract.PCS\SharedKernel\PubSub\AbstractPubSubPullCommand"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\PubSub\EventType"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\PubSub\EventType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\AddressRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\AddressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardControlProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CardControlProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardProcessorRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CardProcessorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CardProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CardStatusChangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CardStatusChangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CustomerEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerEmiRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CustomerEmiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerPhoneRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CustomerPhoneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\DocumentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\DocumentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ElectronicMoneyIssuerRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\ElectronicMoneyIssuerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\EmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\EmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\FeePlanRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\FeePlanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanProcessorRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\IbanProcessorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\IbanProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\IbanRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\IbanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycFlowRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\KycFlowRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycProcessRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\KycProcessRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\KycProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\KycProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\LegalEntityRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\LegalEntityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\NaturalPersonRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\NaturalPersonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PcsIdAllocatorRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\PcsIdAllocatorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PcsIdStatementRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\PcsIdStatementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\PhoneRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\PhoneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ProfileRestrictionRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\ProfileRestrictionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\ProgramRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\ProgramRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\RestrictionRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\RestrictionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\RiskLevelRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\RiskLevelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\VelocityRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\VelocityRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WalletOwnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\WalletOwnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WalletRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\WalletRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.PCS\SharedKernel\Repository\WebhookEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Repository\WebhookEventRepository"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.PCS\SharedKernel\Routing\OperationTarget"; reason: abstract.
Removed service ".abstract.instanceof.PCS\SharedKernel\Routing\OperationTarget"; reason: abstract.
621
Removed service "PCS\BO\ApiResource\AdminConsoleCommands"; reason: unused.
Removed service "PCS\BO\ApiResource\CommandResultOutput"; reason: unused.
Removed service "PCS\BO\ApiResource\CreateUserInput"; reason: unused.
Removed service "PCS\BO\ApiResource\PrunePermissionsInput"; reason: unused.
Removed service "PCS\BO\ApiResource\RealignRolesInput"; reason: unused.
Removed service "PCS\BO\ApiResource\RunCommandInput"; reason: unused.
Removed service "PCS\BO\ApiResource\SeedPermissionsInput"; reason: unused.
Removed service "PCS\BO\Attribute\HttpCacheableListing"; reason: unused.
Removed service "PCS\BO\Doctrine\DQL\CastTextFunction"; reason: unused.
Removed service "PCS\BO\Enum\ActivityActionType"; reason: unused.
Removed service "PCS\BO\Enum\ActivityEntityType"; reason: unused.
Removed service "PCS\BO\Enum\AdminFeeActionResult"; reason: unused.
Removed service "PCS\BO\Enum\AdminFeeActionType"; reason: unused.
Removed service "PCS\BO\Enum\Card\CardActionGroup"; reason: unused.
Removed service "PCS\BO\Enum\Card\CardChannelType"; reason: unused.
Removed service "PCS\BO\Enum\Card\CardProgramColor"; reason: unused.
Removed service "PCS\BO\Enum\Card\CardPropertyCategory"; reason: unused.
Removed service "PCS\BO\Enum\Card\CardVelocityRuleField"; reason: unused.
Removed service "PCS\BO\Enum\CardRefundAction"; reason: unused.
Removed service "PCS\BO\Enum\Common\ActiveStatus"; reason: unused.
Removed service "PCS\BO\Enum\DashboardTip"; reason: unused.
Removed service "PCS\BO\Enum\FeeCategory"; reason: unused.
Removed service "PCS\BO\Enum\FeeChargeAttemptStatus"; reason: unused.
Removed service "PCS\BO\Enum\FeeChargeEventType"; reason: unused.
Removed service "PCS\BO\Enum\FeeChargeScheduleStatus"; reason: unused.
Removed service "PCS\BO\Enum\FeeChargeStatus"; reason: unused.
Removed service "PCS\BO\Enum\FeeExemptionScope"; reason: unused.
Removed service "PCS\BO\Enum\FeeExemptionStatus"; reason: unused.
Removed service "PCS\BO\Enum\FeeOperationActionResult"; reason: unused.
Removed service "PCS\BO\Enum\FeeOperationActionType"; reason: unused.
Removed service "PCS\BO\Enum\FeeTraceStatus"; reason: unused.
Removed service "PCS\BO\Enum\FinancialLimitActionResult"; reason: unused.
Removed service "PCS\BO\Enum\FinancialLimitActionType"; reason: unused.
Removed service "PCS\BO\Enum\FinancialLimitTargetType"; reason: unused.
Removed service "PCS\BO\Enum\GreetingTimeSlot"; reason: unused.
Removed service "PCS\BO\Enum\Kyc\KycDocumentStatus"; reason: unused.
Removed service "PCS\BO\Enum\Kyc\KycDocumentStatusGroup"; reason: unused.
Removed service "PCS\BO\Enum\LoginAction"; reason: unused.
Removed service "PCS\BO\Enum\PermissionEnum"; reason: unused.
Removed service "PCS\BO\Enum\PlanActionResult"; reason: unused.
Removed service "PCS\BO\Enum\PlanActionType"; reason: unused.
Removed service "PCS\BO\Enum\PlanProgram"; reason: unused.
Removed service "PCS\BO\Enum\PriceActionResult"; reason: unused.
Removed service "PCS\BO\Enum\PriceActionType"; reason: unused.
Removed service "PCS\BO\Enum\PriceChannel"; reason: unused.
Removed service "PCS\BO\Enum\PriceModel"; reason: unused.
Removed service "PCS\BO\Enum\Reversal\ReversalDecisionOutcome"; reason: unused.
Removed service "PCS\BO\Enum\Reversal\ReversalRuleOutcome"; reason: unused.
Removed service "PCS\BO\Enum\ReversalAction"; reason: unused.
Removed service "PCS\BO\Enum\SepaDecisionStatus"; reason: unused.
Removed service "PCS\BO\Enum\SepaTransactionActionResult"; reason: unused.
Removed service "PCS\BO\Enum\SepaTransactionActionType"; reason: unused.
Removed service "PCS\BO\Enum\SepaTransactionDirection"; reason: unused.
Removed service "PCS\BO\Enum\SepaTransactionStatus"; reason: unused.
Removed service "PCS\BO\Enum\SepaTransactionType"; reason: unused.
Removed service "PCS\BO\Enum\TxManager\BusinessStatus"; reason: unused.
Removed service "PCS\BO\Enum\TxManager\EntrySide"; reason: unused.
Removed service "PCS\BO\Enum\TxManager\GaugeFamily"; reason: unused.
Removed service "PCS\BO\Enum\TxManager\ViewStatementFieldBucket"; reason: unused.
Removed service "PCS\BO\Enum\UserActionType"; reason: unused.
Removed service "PCS\BO\Enum\UserRule"; reason: unused.
Removed service "PCS\BO\Enum\UserStatus"; reason: unused.
Removed service "PCS\BO\Enum\VoucherLoadEvent"; reason: unused.
Removed service "PCS\BO\Enum\WalletProgramFeeActionResult"; reason: unused.
Removed service "PCS\BO\Enum\WalletProgramFeeActionType"; reason: unused.
Removed service "PCS\BO\Enum\WalletProgramFeeDecision"; reason: unused.
Removed service "PCS\BO\Enum\WalletProgramFeeProgram"; reason: unused.
Removed service "PCS\BO\Enum\WalletProgramFeeTransactionType"; reason: unused.
Removed service "PCS\BO\Enum\WalletProgramFeeType"; reason: unused.
Removed service "PCS\BO\Enum\WhitelistFeeDirection"; reason: unused.
Removed service "PCS\BO\Enum\WhitelistFeeStatus"; reason: unused.
Removed service "PCS\BO\Exception\PermissionInUseException"; reason: unused.
Removed service "PCS\BO\Exception\RoleInUseException"; reason: unused.
Removed service "PCS\BO\Exception\SystemRoleException"; reason: unused.
Removed service "PCS\BO\Form\Dto\ActionLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Address\AddressDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\AdminFee\AdminFeeActionLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\AdminFee\AdminFeeDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\BrokerLimit\BrokerLimitDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\BrokerLimit\BrokerLimitFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\BrokerLimit\BrokerLimitResetDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Card\CardActionDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Card\CardSettingsDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\CardFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\CardVelocity\CardVelocityDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\ChangePasswordDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Email\EmailDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\FeeCharge\FeeChargeFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\FeeExemption\FeeExemptionDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\FeeExemption\FeeExemptionFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\FeeOperation\FeeApplyDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\FeeOperation\FeeOperationActionLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\FinancialLimit\FinancialLimitActionLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\HardwareToken\HardwareTokenFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\HardwareToken\ImportHardwareTokenDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Incentive\CompanyFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Incentive\Wizard\CompanyStepDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Incentive\Wizard\CustomerStepDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Incentive\Wizard\WalletStepDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\LoadSetting\LoadSettingDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\LoginDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\LoginLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Note\ActivityLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Note\NoteCommentDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\PermissionDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\PermissionFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Person\PersonDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Phone\PhoneDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Plan\PlanActionLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Plan\PlanAddPriceDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Plan\PlanCalculateDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Plan\PlanDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Plan\PlanPriceUpdateDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Price\PriceActionLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Price\PriceCalculateDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Price\PriceDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\RequestResetPasswordDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Reversal\ReversalActionDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Reversal\ReversalFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\RiskLevel\RiskLevelDeleteDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\RiskLevel\RiskLevelDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\RoleDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\RoleFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Search\GlobalSearchFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Sepa\SepaActionLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Sepa\SepaTransactionFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\SettingDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\SettingFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Terminal\OverrideTerminalLimitDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Terminal\TerminalAssignToGroupDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Terminal\TerminalFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Terminal\TerminalLimitResetDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\TerminalGroup\TerminalGroupFormDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Transaction\CardRefundDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\TwoFactor\Disable2faDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\TwoFactor\HardwareTokenSetupDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\TwoFactor\TotpVerificationDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\TxManager\ViewStatementFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\UserDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\UserFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\VelocityRule\VelocityRuleDeleteDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\VelocityRule\VelocityRuleDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\Wallet\CustomerWalletDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\WalletFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\WalletProgramFee\WalletProgramFeeActionLogFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\WalletProgramFee\WalletProgramFeeDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\WalletTxGaugeFilterDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\WalletVelocity\WalletVelocityDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\WhitelistFee\WhitelistFeeDto"; reason: unused.
Removed service "PCS\BO\Form\Dto\WhitelistFee\WhitelistFeeFilterDto"; reason: unused.
Removed service "PCS\BO\Message\CardRefundProcessMessage"; reason: unused.
Removed service "PCS\BO\Pagination\ApiPaginationAdapter"; reason: unused.
Removed service "PCS\BO\Security\ApiTokenHandler"; reason: unused.
Removed service "PCS\BO\Security\CustomAuthenticator"; reason: unused.
Removed service "PCS\BO\Security\PiiMasker"; reason: unused.
Removed service "PCS\BO\Service\Middle\Client\ApiExceptionFormatter"; reason: unused.
Removed service "PCS\BO\Service\Middle\Client\Exception\ApiClientException"; reason: unused.
Removed service "PCS\BO\Service\Middle\Client\Exception\ApiException"; reason: unused.
Removed service "PCS\BO\Service\Middle\Client\Exception\ApiNetworkException"; reason: unused.
Removed service "PCS\BO\Service\Middle\Client\Exception\ApiServerException"; reason: unused.
Removed service "PCS\BO\Service\Middle\DepositService\Dto\Response\CardRefundPaginatedResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\DepositService\Dto\Response\CardRefundResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\FeeService\Dto\Response\FeeExemptionResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CardResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CardStatusHistoryItem"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CardStatusHistoryResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CardholderCreatedResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CompanyCreatedResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CompanyLegalRepresentative"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CompanyMasterWallet"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CompanyPaginatedResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CompanyParticipant"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CompanyParticipantResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CompanyParticipantsResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CompanyResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CustomerPaginatedResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\CustomerResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\OnboardingService\Dto\Response\WalletResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\SepaService\Dto\Response\MarbleHitRuleResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\SepaService\Dto\Response\SepaAccountResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\SepaService\Dto\Response\SepaClientResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\SepaService\Dto\Response\SepaCustomerAddressResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\SepaService\Dto\Response\SepaTransactionPaginatedResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\SepaService\Dto\Response\SepaTransactionResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\SepaService\Dto\Response\SepaTransactionStateResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\TxManagerService\Dto\Response\MoneyAmount"; reason: unused.
Removed service "PCS\BO\Service\Middle\TxManagerService\Dto\Response\TransactionDetailResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\TxManagerService\Dto\Response\ViewStatementPaginatedResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\TxManagerService\Dto\Response\ViewStatementResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\TxManagerService\Dto\Response\WalletBalanceResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\TxManagerService\Dto\Response\WalletGaugeItem"; reason: unused.
Removed service "PCS\BO\Service\Middle\TxManagerService\Dto\Response\WalletGaugesResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\WalletProgramFeeService\Dto\Response\WalletProgramFeeResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\WhitelistFeeService\Dto\Response\WhitelistFeePaginatedResponse"; reason: unused.
Removed service "PCS\BO\Service\Middle\WhitelistFeeService\Dto\Response\WhitelistFeeResponse"; reason: unused.
Removed service "PCS\BO\Service\PermissionSeederResult"; reason: unused.
Removed service "PCS\BO\Service\Search\Dto\CardInquiryResult"; reason: unused.
Removed service "PCS\BO\Service\Search\Dto\OwnerInfo"; reason: unused.
Removed service "PCS\BO\Service\Sepa\SepaTransactionActionOutcome"; reason: unused.
Removed service "PCS\BO\Service\UserCreationException"; reason: unused.
Removed service "PCS\BO\Service\UserCreationResult"; reason: unused.
Removed service "PCS\BO\Validator\UniqueUserEmail"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\AddressIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CardControlProfileIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CardIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CardProfileType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CardRefundStatusType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CardSettingsIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CardStatusChangeIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CardVelocityRuleIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CustomerIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\CustomerKycLevelType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\DocumentIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\DocumentStatusType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\DocumentTypeType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\EmailIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\EmploymentSectorType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\EmploymentStatusType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\EstateType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\FeePlanIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\IbanIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\KycProcessIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\MonthlyIncomeType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\PhoneIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\ProgramIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\RestrictionIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\RiskLevelIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\SecretQuestionType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\UserIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\VelocityRuleIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\WalletIdType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\WalletPurposeType"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Type\WalletVelocityIdType"; reason: unused.
Removed service "PCS\SharedKernel\Api\Exception\AlertDispatchException"; reason: unused.
Removed service "PCS\SharedKernel\Api\Exception\CustomerConflictException"; reason: unused.
Removed service "PCS\SharedKernel\Api\Exception\IdProviderUnavailableException"; reason: unused.
Removed service "PCS\SharedKernel\Api\Exception\NotificationDeliveryException"; reason: unused.
Removed service "PCS\SharedKernel\Api\Exception\UpstreamApiClientException"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\EmiHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\MarbleDecisionHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\MarbleIngestHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\NotificationsHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\NotificationsPubSubAdapter"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\OnboardingHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\RetryEmiHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\UpstreamResponse"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\ValidationErrorFormatter"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\VoucherApiHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Http\XtoniqHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Infrastructure\Ulid\HttpUlidProvider"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\ElectronicMoney\ElectronicMoneyIssuerResolver"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\ElectronicMoney\Monavate"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\Fee\FeeClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\Fee\FeeHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\Onboarding\CardInquiryResult"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\Onboarding\OnboardingClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\Pricing\PricingClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\Pricing\PricingHttpClient"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\Xtoniq\BranchIdResolver"; reason: unused.
Removed service "PCS\SharedKernel\Api\Integration\Xtoniq\XtoniqRefundGateway"; reason: unused.
Removed service "PCS\SharedKernel\Api\Log\ApiMessageLog"; reason: unused.
Removed service "PCS\SharedKernel\Api\Mapping\CbsDmsPayloadMapper"; reason: unused.
Removed service "PCS\SharedKernel\Api\Mapping\EmiKycDocumentTypeMapper"; reason: unused.
Removed service "PCS\SharedKernel\Api\Mapping\EmploymentMapper"; reason: unused.
Removed service "PCS\SharedKernel\Api\Messenger\Retry\RemoteAwareRetryStrategy"; reason: unused.
Removed service "PCS\SharedKernel\Api\Request\Field"; reason: unused.
Removed service "PCS\SharedKernel\Api\Request\MarbleDecisionRequest"; reason: unused.
Removed service "PCS\SharedKernel\Api\Request\Payload"; reason: unused.
Removed service "PCS\SharedKernel\Api\Service\TenantAwareIdGenerator"; reason: unused.
Removed service "PCS\SharedKernel\Api\Service\UlidNormalizer"; reason: unused.
Removed service "PCS\SharedKernel\Controller\ApiDocController"; reason: unused.
Removed service "PCS\SharedKernel\DTO\AddressPayload"; reason: unused.
Removed service "PCS\SharedKernel\DTO\Assert"; reason: unused.
Removed service "PCS\SharedKernel\DTO\EmailPayload"; reason: unused.
Removed service "PCS\SharedKernel\DTO\Outbox\TransactionCompletedPayload"; reason: unused.
Removed service "PCS\SharedKernel\DTO\PersonPayload"; reason: unused.
Removed service "PCS\SharedKernel\DTO\PhonePayload"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Address"; reason: unused.
Removed service "PCS\SharedKernel\Entity\ApiMessageLog"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Card"; reason: unused.
Removed service "PCS\SharedKernel\Entity\CardControlProfile"; reason: unused.
Removed service "PCS\SharedKernel\Entity\CardProcessor"; reason: unused.
Removed service "PCS\SharedKernel\Entity\CardProvider"; reason: unused.
Removed service "PCS\SharedKernel\Entity\CardStatusChange"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Customer"; reason: unused.
Removed service "PCS\SharedKernel\Entity\CustomerEmail"; reason: unused.
Removed service "PCS\SharedKernel\Entity\CustomerEmi"; reason: unused.
Removed service "PCS\SharedKernel\Entity\CustomerPhone"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Document"; reason: unused.
Removed service "PCS\SharedKernel\Entity\DocumentType"; reason: unused.
Removed service "PCS\SharedKernel\Entity\ElectronicMoneyIssuer"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Email"; reason: unused.
Removed service "PCS\SharedKernel\Entity\FeePlan"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Iban"; reason: unused.
Removed service "PCS\SharedKernel\Entity\IbanProcessor"; reason: unused.
Removed service "PCS\SharedKernel\Entity\IbanProvider"; reason: unused.
Removed service "PCS\SharedKernel\Entity\KycFlow"; reason: unused.
Removed service "PCS\SharedKernel\Entity\KycProcess"; reason: unused.
Removed service "PCS\SharedKernel\Entity\KycProvider"; reason: unused.
Removed service "PCS\SharedKernel\Entity\LegalEntity"; reason: unused.
Removed service "PCS\SharedKernel\Entity\NaturalPerson"; reason: unused.
Removed service "PCS\SharedKernel\Entity\OutboxMessage"; reason: unused.
Removed service "PCS\SharedKernel\Entity\PcsIdAllocator"; reason: unused.
Removed service "PCS\SharedKernel\Entity\PcsIdStatement"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Phone"; reason: unused.
Removed service "PCS\SharedKernel\Entity\ProfileRestriction"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Program"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Restriction"; reason: unused.
Removed service "PCS\SharedKernel\Entity\RiskLevel"; reason: unused.
Removed service "PCS\SharedKernel\Entity\User"; reason: unused.
Removed service "PCS\SharedKernel\Entity\VelocityRule"; reason: unused.
Removed service "PCS\SharedKernel\Entity\Wallet"; reason: unused.
Removed service "PCS\SharedKernel\Entity\WalletOwner"; reason: unused.
Removed service "PCS\SharedKernel\Entity\WebhookEvent"; reason: unused.
Removed service "PCS\SharedKernel\Enum\ActionInitiator"; reason: unused.
Removed service "PCS\SharedKernel\Enum\AlertCategory"; reason: unused.
Removed service "PCS\SharedKernel\Enum\AlertPriority"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardAction"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardCommentCode"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardOrderChannel"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardProcessorName"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardProfile"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardProgram"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardProviderName"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardReasonType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardRefundStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CardType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CommentCode"; reason: unused.
Removed service "PCS\SharedKernel\Enum\ComplianceStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CustomerKycLevel"; reason: unused.
Removed service "PCS\SharedKernel\Enum\CustomerStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\DmsDocumentCategory"; reason: unused.
Removed service "PCS\SharedKernel\Enum\DmsDocumentState"; reason: unused.
Removed service "PCS\SharedKernel\Enum\DmsDocumentType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\DmsDocumentTypeMapper"; reason: unused.
Removed service "PCS\SharedKernel\Enum\DocumentType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\DocumentVerificationStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\ElectronicMoneyIssuerName"; reason: unused.
Removed service "PCS\SharedKernel\Enum\EmploymentSector"; reason: unused.
Removed service "PCS\SharedKernel\Enum\EmploymentStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\EstateBand"; reason: unused.
Removed service "PCS\SharedKernel\Enum\Gender"; reason: unused.
Removed service "PCS\SharedKernel\Enum\IbanProcessorName"; reason: unused.
Removed service "PCS\SharedKernel\Enum\IbanProcessorStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\IbanProviderName"; reason: unused.
Removed service "PCS\SharedKernel\Enum\IbanProviderStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\IbanStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\KycDocumentType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\KycFlowType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\KycProviderName"; reason: unused.
Removed service "PCS\SharedKernel\Enum\KycStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\MonthlyIncomeBand"; reason: unused.
Removed service "PCS\SharedKernel\Enum\NotificationChannel"; reason: unused.
Removed service "PCS\SharedKernel\Enum\OnboardingChannel"; reason: unused.
Removed service "PCS\SharedKernel\Enum\PhoneType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\ProgramType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\Project"; reason: unused.
Removed service "PCS\SharedKernel\Enum\ReasonType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\RefundDecision"; reason: unused.
Removed service "PCS\SharedKernel\Enum\ScopeType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\SecretQuestion"; reason: unused.
Removed service "PCS\SharedKernel\Enum\SubscriberType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\SystemAlertType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\TransactionCategory"; reason: unused.
Removed service "PCS\SharedKernel\Enum\TransactionChannel"; reason: unused.
Removed service "PCS\SharedKernel\Enum\TransactionType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\VelocityRulePeriod"; reason: unused.
Removed service "PCS\SharedKernel\Enum\VelocityRuleScope"; reason: unused.
Removed service "PCS\SharedKernel\Enum\WalletOwnerRole"; reason: unused.
Removed service "PCS\SharedKernel\Enum\WalletPurpose"; reason: unused.
Removed service "PCS\SharedKernel\Enum\WalletStatus"; reason: unused.
Removed service "PCS\SharedKernel\Enum\WalletType"; reason: unused.
Removed service "PCS\SharedKernel\Enum\WebhookEventEnum"; reason: unused.
Removed service "PCS\SharedKernel\Exception\UpstreamApiClientException"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\DoctrineTypeRegistrar"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Filter\ServiceSchemaAssetFilter"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\Naming\ServicePrefixNamingStrategy"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\RegisterDbalTypesPass"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\RegisterDomainTypeMappingsListener"; reason: unused.
Removed service "PCS\SharedKernel\Infrastructure\Doctrine\SharedDatabaseCompilerPass"; reason: unused.
Removed service "PCS\SharedKernel\Kyc\KycConstants"; reason: unused.
Removed service "PCS\SharedKernel\Monitoring\PartnerHealthChecker"; reason: unused.
Removed service "PCS\SharedKernel\Monitoring\PartnerHealthStatus"; reason: unused.
Removed service "PCS\SharedKernel\Monitoring\SystemAlertMessage"; reason: unused.
Removed service "PCS\SharedKernel\Outbox\TransactionOutboxService"; reason: unused.
Removed service "PCS\SharedKernel\PubSub\EventType"; reason: unused.
Removed service "PCS\SharedKernel\PubSub\PcsEvent"; reason: unused.
Removed service "PCS\SharedKernel\PubSub\PubSubMessage"; reason: unused.
Removed service "PCS\SharedKernel\ResourcesBundle"; reason: unused.
Removed service "PCS\SharedKernel\Routing\FinancialOperationRouter"; reason: unused.
Removed service "PCS\SharedKernel\Routing\OperationTarget"; reason: unused.
Removed service "PCS\SharedKernel\SharedKernelBundle"; reason: unused.
Removed service "PCS\SharedKernel\Utils\ArrayUtils"; reason: unused.
Removed service "PCS\SharedKernel\Utils\CountryCodeNormalizer"; reason: unused.
Removed service "PCS\SharedKernel\Utils\EmiExternalCustomerIdResolver"; reason: unused.
Removed service "PCS\SharedKernel\Utils\PhoneNormalizer"; reason: unused.
Removed service "PCS\SharedKernel\Utils\ProgramResolver"; reason: unused.
Removed service "PCS\SharedKernel\Utils\Sanitizer"; reason: unused.
Removed service "PCS\SharedKernel\Utils\VoucherEncryptionService"; reason: unused.
Removed service "PCS\SharedKernel\Utils\WebhookUtil"; reason: unused.
Removed service "PCS\SharedKernel\Utils\ZuluTime"; reason: unused.
Removed service "PCS\SharedKernel\Validation\IbanValidator"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\AddressId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\CardControlProfileId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\CardId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\CardSettingsId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\CardStatusChangeId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\CardVelocityRuleId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\CountryCode"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\CustomerId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\DocumentId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\EmailAddress"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\EmailId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\ExternalCardId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\ExternalCustomerId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\ExternalWalletId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\FeePlanId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\IbanId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\KycProcessId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\Money"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\PhoneId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\PhoneNumber"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\ProgramId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\RestrictionId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\RiskLevelId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\UserId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\VelocityRuleId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\WalletId"; reason: unused.
Removed service "PCS\SharedKernel\ValueObject\WalletVelocityId"; reason: unused.
Removed service "controller.helper"; 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 "asset_mapper.compressor.brotli"; reason: unused.
Removed service "asset_mapper.compressor.zstandard"; reason: unused.
Removed service "asset_mapper.compressor.gzip"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "web_link.http_header_parser"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service ".messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.transport.native_php_serializer"; reason: unused.
Removed service ".messenger.signing_serializer.signing_key"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; 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 "messenger.transport.doctrine.factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.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.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "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.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; reason: unused.
Removed service "scheb_two_factor.security.listener.token_created"; reason: unused.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: unused.
Removed service "scheb_two_factor.security.form_listener"; reason: unused.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: unused.
Removed service "scheb_two_factor.security.access_listener"; reason: unused.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.firewall_config"; reason: unused.
Removed service "scheb_two_factor.security.form_renderer"; reason: unused.
Removed service "scheb_two_factor.null_trusted_device_manager"; reason: unused.
Removed service "scheb_two_factor.null_backup_code_manager"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.serializer.property_metadata_loader"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.order_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service ".service_locator.wM_2W2o"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\AdminFee\AdminFeeFormComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\Card\CardSettingsFormComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\FeeOperation\FeeApplyComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\Note\NoteCommentFormComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\Plan\PlanAddPriceComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\Plan\PlanCalculateComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\Plan\PlanFormComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\Plan\PlanPriceUpdateComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\Price\PriceCalculateComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\Price\PriceFormComponent::setLiveResponder()"; reason: unused.
Removed service ".service_locator.wM_2W2o.PCS\BO\Twig\Components\User\UserFormComponent::setLiveResponder()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.uuid_denormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.api_gateway"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.legacy"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.yamlopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.problem.encoder"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.TJNRSaV"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.X_WBshW"; reason: unused.
Removed service ".service_locator.X_WBshW.Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.HlhG04S"; reason: unused.
Removed service ".service_locator.WYl0woh"; reason: unused.
659
Inlined service "PCS\SharedKernel\PubSub\PubSubSubscriber" to "PCS\BO\Console\PubSubPullCommand".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\AddressController" to "PCS\BO\Controller\AddressController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\AdminFeeController" to "PCS\BO\Controller\AdminFeeController".
Inlined service "PCS\BO\Service\PubSub\PubSubTaskDispatcher" to "PCS\BO\Controller\Api\PubSubController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\Api\PubSubController" to "PCS\BO\Controller\Api\PubSubController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\CardController" to "PCS\BO\Controller\CardController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\CustomerCardController" to "PCS\BO\Controller\CustomerCardController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\CustomerController" to "PCS\BO\Controller\CustomerController".
Inlined service "PCS\BO\Service\Dms\DmsService" to "PCS\BO\Controller\CustomerKycController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\CustomerKycController" to "PCS\BO\Controller\CustomerKycController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\CustomerWalletController" to "PCS\BO\Controller\CustomerWalletController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\DashboardController" to "PCS\BO\Controller\DashboardController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\EmailController" to "PCS\BO\Controller\EmailController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\FeeChargeMonitoringController" to "PCS\BO\Controller\FeeChargeMonitoringController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\FeeController" to "PCS\BO\Controller\FeeController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\FeeExemptionController" to "PCS\BO\Controller\FeeExemptionController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\FeeOperationController" to "PCS\BO\Controller\FeeOperationController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\FinancialLimitController" to "PCS\BO\Controller\FinancialLimitController".
Inlined service "PCS\BO\Service\HardwareTokenImportService" to "PCS\BO\Controller\HardwareTokenController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\HardwareTokenController" to "PCS\BO\Controller\HardwareTokenController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\Incentive\CompanyController" to "PCS\BO\Controller\Incentive\CompanyController".
Inlined service "PCS\BO\Service\KycService" to "PCS\BO\Controller\KycController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\KycController" to "PCS\BO\Controller\KycController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\NoteController" to "PCS\BO\Controller\NoteController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\PermissionController" to "PCS\BO\Controller\PermissionController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\PhoneController" to "PCS\BO\Controller\PhoneController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\PlanController" to "PCS\BO\Controller\PlanController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\PriceController" to "PCS\BO\Controller\PriceController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\ProfileController" to "PCS\BO\Controller\ProfileController".
Inlined service "PCS\BO\Service\ReferenceDataService" to "PCS\BO\Controller\ReferenceDataController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\ReferenceDataController" to "PCS\BO\Controller\ReferenceDataController".
Inlined service "PCS\BO\Security\EmailVerifier" to "PCS\BO\Controller\RegistrationController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\RegistrationController" to "PCS\BO\Controller\RegistrationController".
Inlined service "PCS\BO\Service\UserPasswordResetter" to "PCS\BO\Controller\ResetPasswordController".
Inlined service "limiter.forgot_password_per_ip" to "PCS\BO\Controller\ResetPasswordController".
Inlined service "limiter.reset_password_per_token" to "PCS\BO\Controller\ResetPasswordController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\ResetPasswordController" to "PCS\BO\Controller\ResetPasswordController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\ReversalController" to "PCS\BO\Controller\ReversalController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\RiskRulesController" to "PCS\BO\Controller\RiskRulesController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\RoleController" to "PCS\BO\Controller\RoleController".
Inlined service "PCS\BO\Service\Search\DropdownSearchService" to "PCS\BO\Controller\SearchApiController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\SearchApiController" to "PCS\BO\Controller\SearchApiController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\SearchController" to "PCS\BO\Controller\SearchController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\SecurityController" to "PCS\BO\Controller\SecurityController".
Inlined service "PCS\BO\Service\Sepa\SepaTransactionActionExecutor" to "PCS\BO\Controller\SepaTransactionController".
Inlined service "PCS\BO\Service\Sepa\SepaWhitelistManager" to "PCS\BO\Controller\SepaTransactionController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\SepaTransactionController" to "PCS\BO\Controller\SepaTransactionController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\SettingController" to "PCS\BO\Controller\SettingController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\TransactionController" to "PCS\BO\Controller\TransactionController".
Inlined service "PCS\BO\Service\QrCodeGeneratorService" to "PCS\BO\Controller\TwoFactorSetupController".
Inlined service "PCS\BO\Service\TotpVerificationService" to "PCS\BO\Controller\TwoFactorSetupController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\TwoFactorSetupController" to "PCS\BO\Controller\TwoFactorSetupController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\UiPreferenceController" to "PCS\BO\Controller\UiPreferenceController".
Inlined service "limiter.resend_invitation_per_target" to "PCS\BO\Controller\UserController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\UserController" to "PCS\BO\Controller\UserController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\VelocityController" to "PCS\BO\Controller\VelocityController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\WalletController" to "PCS\BO\Controller\WalletController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\WalletProgramFeeController" to "PCS\BO\Controller\WalletProgramFeeController".
Inlined service ".service_locator.M0BDVTR.PCS\BO\Controller\WhitelistFeeController" to "PCS\BO\Controller\WhitelistFeeController".
Inlined service "limiter.two_factor_per_ip" to "PCS\BO\EventSubscriber\TwoFactorRateLimitSubscriber".
Inlined service "symfonycasts.verify_email.helper" to "PCS\BO\Security\EmailVerifier".
Inlined service "PCS\BO\Service\Middle\DmsService\DmsClient" to "PCS\BO\Service\Dms\DmsService".
Inlined service "PCS\BO\Service\Middle\CardVelocityService\CardVelocityClient" to "PCS\BO\Service\Middle\CardVelocityService\CachedCardVelocityClient".
Inlined service "PCS\BO\Service\Middle\Client\Auth\LocalProxyTokenProvider" to "PCS\BO\Service\Middle\Client\Auth\ChainTokenProvider".
Inlined service "PCS\BO\Service\Middle\Client\Auth\PscTokenProvider" to "PCS\BO\Service\Middle\Client\Auth\ChainTokenProvider".
Inlined service "PCS\BO\Service\Middle\Client\Auth\GcpTokenProviderAdapter" to "PCS\BO\Service\Middle\Client\Auth\ChainTokenProvider".
Inlined service "PCS\BO\Service\Middle\DepositService\DepositServiceClient" to "PCS\BO\Service\Middle\DepositService\CachedDepositServiceClient".
Inlined service "PCS\BO\Service\Middle\FeeService\FeeServiceClient" to "PCS\BO\Service\Middle\FeeService\CachedFeeServiceClient".
Inlined service "PCS\BO\Service\Middle\LoadSettingService\LoadSettingClient" to "PCS\BO\Service\Middle\LoadSettingService\CachedLoadSettingClient".
Inlined service "PCS\BO\Service\Middle\OnboardingService\OnboardingClient" to "PCS\BO\Service\Middle\OnboardingService\CachedOnboardingClient".
Inlined service "PCS\BO\Service\Middle\SepaService\SepaServiceClient" to "PCS\BO\Service\Middle\SepaService\CachedSepaServiceClient".
Inlined service "PCS\BO\Service\Middle\TxManagerService\TxManagerClient" to "PCS\BO\Service\Middle\TxManagerService\CachedTxManagerClient".
Inlined service "PCS\BO\Service\Middle\WalletProgramFeeService\WalletProgramFeeClient" to "PCS\BO\Service\Middle\WalletProgramFeeService\CachedWalletProgramFeeClient".
Inlined service "PCS\BO\Service\Middle\WalletVelocityService\WalletVelocityClient" to "PCS\BO\Service\Middle\WalletVelocityService\CachedWalletVelocityClient".
Inlined service "PCS\BO\Service\Middle\WhitelistFeeService\WhitelistFeeClient" to "PCS\BO\Service\Middle\WhitelistFeeService\CachedWhitelistFeeClient".
Inlined service "PCS\BO\Service\Sepa\SepaTransactionActionLogger" to "PCS\BO\Service\Sepa\SepaTransactionActionExecutor".
Inlined service "session.redis_connection" to "session.handler.redis".
Inlined service "PCS\SharedKernel\Monitoring\SystemMonitoringService" to "PCS\SharedKernel\Monitoring\MessengerFailureListener".
Inlined service "PCS\SharedKernel\Outbox\OutboxRepository" to "PCS\SharedKernel\Outbox\OutboxWorkerCommand".
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.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.VaYjcP0" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "asset_mapper.compressor" to "asset_mapper.assets.command.compress".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template_expander.rize" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.uMBj7.N" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.LiNhGEY" to "router.expression_language_provider".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service ".service_locator.zfRA4vz" to "type_info.resolver".
Inlined service "type_info.resolver.reflection_parameter" to "type_info.resolver.reflection_parameter.phpdoc_aware".
Inlined service "type_info.resolver.reflection_property" to "type_info.resolver.reflection_property.phpdoc_aware".
Inlined service "type_info.resolver.reflection_return" to "type_info.resolver.reflection_return.phpdoc_aware".
Inlined service "cache.rate_limiter.recorder_inner" to "cache.rate_limiter".
Inlined service "limiter.storage.forgot_password_per_ip" to "limiter.forgot_password_per_ip".
Inlined service "limiter.storage.reset_password_per_token" to "limiter.reset_password_per_token".
Inlined service "limiter.storage.resend_invitation_per_target" to "limiter.resend_invitation_per_target".
Inlined service "limiter.storage.two_factor_per_ip" to "limiter.two_factor_per_ip".
Inlined service "limiter.storage.admin_console_per_ip" to "limiter.admin_console_per_ip".
Inlined service "financial_limits.cache.recorder_inner" to "financial_limits.cache".
Inlined service "permissions.cache.recorder_inner" to "permissions.cache".
Inlined service "onboarding.cache.recorder_inner" to "onboarding.cache".
Inlined service "deposit.cache.recorder_inner" to "deposit.cache".
Inlined service "sepa.cache.recorder_inner" to "sepa.cache".
Inlined service "whitelist_fee.cache.recorder_inner" to "whitelist_fee.cache".
Inlined service "wallet_program_fee.cache.recorder_inner" to "wallet_program_fee.cache".
Inlined service "fee_service.cache.recorder_inner" to "fee_service.cache".
Inlined service "tx_manager.cache.recorder_inner" to "tx_manager.cache".
Inlined service "card_velocity.cache.recorder_inner" to "card_velocity.cache".
Inlined service "wallet_velocity.cache.recorder_inner" to "wallet_velocity.cache".
Inlined service "load_setting.cache.recorder_inner" to "load_setting.cache".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.V291bkR" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.5kZJEIh" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.jLLS2Ji" to "messenger.routable_message_bus".
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.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "ux.twig_component.data_collector" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.6frkq8V" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.hHePfwe" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "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.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.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.htmlsanitizer" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "PCS\BO\Twig\ActiveStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\ActivityDetailsExtension" to "twig".
Inlined service "PCS\BO\Twig\AppExtension" to "twig".
Inlined service "PCS\BO\Twig\CardActionGroupExtension" to "twig".
Inlined service "PCS\BO\Twig\CardChannelExtension" to "twig".
Inlined service "PCS\BO\Twig\CardPropertyCategoryExtension" to "twig".
Inlined service "PCS\BO\Twig\CardRefundStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\CardStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\ComplianceStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\CustomerStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\FeeChargeStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\FeeOperationStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\KycDocumentStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\PaginationExtension" to "twig".
Inlined service "PCS\BO\Twig\PermissionExtension" to "twig".
Inlined service "PCS\BO\Twig\ReversalOutcomeExtension" to "twig".
Inlined service "PCS\BO\Twig\SepaDecisionStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\SepaTransactionStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\SlugExtension" to "twig".
Inlined service "PCS\BO\Twig\TransactionTypeExtension" to "twig".
Inlined service "PCS\BO\Twig\UserAuditExtension" to "twig".
Inlined service "PCS\BO\Twig\UserStatusExtension" to "twig".
Inlined service "PCS\BO\Twig\ViewStatementFieldBucketExtension" to "twig".
Inlined service "PCS\BO\Twig\WalletStatusExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "ux.live_component.twig.component_extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "stimulus.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 "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" 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.ZbatxjV" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.iZuX57b" to "security.helper".
Inlined service ".service_locator.7BGmZNR" to "security.helper".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.HnmvRbr" to "security.access_map".
Inlined service ".security.request_matcher.Z5lmFuw" to "security.access_map".
Inlined service ".security.request_matcher.I_Hqzgo" to "security.access_map".
Inlined service ".security.request_matcher.CryUMkh" to "security.access_map".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.WiILRO_" to "security.access_map".
Inlined service ".security.request_matcher.YrnOxI1" to "security.access_map".
Inlined service ".security.request_matcher.MtaAPs7" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.nQ4ok3H" to ".security.request_matcher.SYlmdLp".
Inlined service "security.access_token_handler.api" to "security.authenticator.access_token.api".
Inlined service "PCS\BO\Security\ApiTokenExtractor" to "security.authenticator.access_token.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.main".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.main".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.main".
Inlined service "PCS\BO\Security\TwoFactor\TwoFactorSuccessHandler" to "security.authenticator.two_factor.main".
Inlined service "security.authentication.failure_handler.two_factor.main" to "security.authenticator.two_factor.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.8xN5okj" to ".security.request_matcher.HnmvRbr".
Inlined service ".security.request_matcher.0h..Oiz" to ".security.request_matcher.Z5lmFuw".
Inlined service ".security.request_matcher.5n1UlhU" to ".security.request_matcher.I_Hqzgo".
Inlined service ".security.request_matcher.drpobvg" to ".security.request_matcher.CryUMkh".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.hFGPU02" to ".security.request_matcher.WiILRO_".
Inlined service ".security.request_matcher.7XMFiMz" to ".security.request_matcher.YrnOxI1".
Inlined service ".security.request_matcher.VGiBBNZ" to ".security.request_matcher.MtaAPs7".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.HpyyMdx" to "ux.twig_component.component_factory".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service "cache.ux.twig_component.recorder_inner" to "cache.ux.twig_component".
Inlined service ".service_locator.eB5.jjc.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service ".service_locator.QpO14rB.ux.live_component.event_subscriber" to "ux.live_component.event_subscriber".
Inlined service ".service_locator._dt3OH6.ux.live_component.live_url_subscriber" to "ux.live_component.live_url_subscriber".
Inlined service ".service_locator.S.xdW3J.ux.live_component.intercept_child_component_render_subscriber" to "ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.dFv6Yo5.ux.live_component.child_component_partial_renderer" to "ux.live_component.child_component_partial_renderer".
Inlined service "type_info.resolver" to "ux.live_component.metadata_factory".
Inlined service ".service_locator.R6yf12C.ux.live_component.add_attributes_subscriber" to "ux.live_component.add_attributes_subscriber".
Inlined service "ux.live_component.query_string_props_extractor" to "ux.live_component.query_string_initializer_subscriber".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service "knp_menu.menu_provider.chain" to "knp_menu.helper".
Inlined service ".service_locator._8anbdp" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration.algorithm" to "scheb_two_factor.trusted_jwt_encoder.configuration".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration.key" to "scheb_two_factor.trusted_jwt_encoder.configuration".
Inlined service "scheb_two_factor.trusted_jwt_encoder.configuration" to "scheb_two_factor.trusted_jwt_encoder".
Inlined service "scheb_two_factor.trusted_jwt_encoder" to "scheb_two_factor.trusted_token_encoder".
Inlined service "scheb_two_factor.default_backup_code_manager" to "scheb_two_factor.security.listener.check_backup_code".
Inlined service ".service_locator.7q98g6p" to "api_platform.state_provider.locator".
Inlined service ".service_locator.knM4XB5" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.operation_resource_resolver" to "api_platform.serializer.normalizer.item".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.metadata.inflector" to "api_platform.metadata.path_segment_name_generator.underscore".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.symfony.iri_converter.skolem" to "api_platform.symfony.iri_converter".
Inlined service "api_platform.state_provider.parameter" to "api_platform.state_provider.content_negotiation".
Inlined service ".service_locator.8xz7kVa" to "api_platform.state_provider.parameter".
Inlined service "api_platform.http_cache.processor.add_headers" to "api_platform.state_processor.serialize".
Inlined service "api_platform.state_processor.serialize" to "api_platform.state_processor.write".
Inlined service "api_platform.state_processor.locator" to "api_platform.state_processor.write".
Inlined service "api_platform.state_processor.add_link_header.inner" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.php_file".
Inlined service "api_platform.metadata.resource.name_collection_factory.php_file" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.validator.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.php_file".
Inlined service "api_platform.metadata.mutator_collection.resource" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.mutator_collection.operation" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_file" to "api_platform.metadata.resource.metadata_collection_factory.mutator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.mutator" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.metadata.path_segment_name_generator.underscore" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.json_schema.backward_compatible_schema_factory.inner" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.pagination_options" to "api_platform.openapi.factory".
Inlined service "api_platform.cache.openapi.recorder_inner" to "api_platform.cache.openapi".
Inlined service "api_platform.swagger_ui.context" to "api_platform.swagger_ui.processor".
Inlined service "api_platform.swagger_ui.provider.inner" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.cached" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.validator.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "PCS\BO\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "PCS\BO\DataFixtures\RolePermissionFixtures" to "doctrine.fixtures.loader".
Inlined service "PCS\BO\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "api_platform.maker.command.filter" to "maker.auto_command.make_filter".
Inlined service ".service_locator.58SpwPe" to ".service_locator.58SpwPe.PCS\BO\Controller\AdminFeeController::logDetails()".
Inlined service ".service_locator.8qKtn8F" to ".service_locator.8qKtn8F.PCS\BO\Controller\FeeOperationController::logDetails()".
Inlined service ".service_locator.DgXkzkl" to ".service_locator.DgXkzkl.PCS\BO\Controller\PlanController::logDetails()".
Inlined service ".service_locator.2fZIBH5" to ".service_locator.2fZIBH5.PCS\BO\Controller\PriceController::logDetails()".
Inlined service ".service_locator.3FWkHlB" to ".service_locator.3FWkHlB.PCS\BO\Controller\RegistrationController::register()".
Inlined service ".service_locator.51hHbbT" to ".service_locator.51hHbbT.PCS\BO\Controller\RegistrationController::verifyUserEmail()".
Inlined service ".service_locator.0MQaTBY" to ".service_locator.0MQaTBY.PCS\BO\Controller\SecurityController::login()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
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 ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to ".debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "PCS\BO\Security\Voter\PermissionVoter" to ".debug.security.voter.PCS\BO\Security\Voter\PermissionVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.uwYdUZw" to ".service_locator.uwYdUZw.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service ".service_locator.eB5.jjc" to ".service_locator.eB5.jjc.ux.twig_component.cache_warmer".
Inlined service ".service_locator.QpO14rB" to ".service_locator.QpO14rB.ux.live_component.event_subscriber".
Inlined service ".service_locator._dt3OH6" to ".service_locator._dt3OH6.ux.live_component.live_url_subscriber".
Inlined service ".service_locator.S.xdW3J" to ".service_locator.S.xdW3J.ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.dFv6Yo5" to ".service_locator.dFv6Yo5.ux.live_component.child_component_partial_renderer".
Inlined service ".service_locator.R6yf12C" to ".service_locator.R6yf12C.ux.live_component.add_attributes_subscriber".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ilPIfqK" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "api_platform.serializer.uuid_denormalizer" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "api_platform.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "api_platform.jsonopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.yamlopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.problem.encoder" to "debug.serializer.inner".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.RsLB7ZR" to "console.command_loader".
Inlined service ".service_locator.uwYdUZw.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 "PCS\BO\Security\TwoFactor\CustomTotpAuthenticator.inner" to "scheb_two_factor.security.totp_authenticator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "PCS\BO\Service\Api\OnfidoApi" to "PCS\BO\Controller\KycController".
Inlined service "PCS\BO\Service\Api\OnfidoApi" to "PCS\BO\Controller\KycController".
Inlined service "PCS\BO\Service\Middle\SepaService\CachedSepaServiceClient" to "PCS\BO\Controller\SepaTransactionController".
Inlined service "PCS\BO\Service\Middle\SepaService\CachedSepaServiceClient" to "PCS\BO\Controller\SepaTransactionController".
Inlined service "PCS\SharedKernel\Api\Infrastructure\Gcp\GcpIdentityTokenProvider" to "PCS\BO\Service\Middle\Client\Auth\ChainTokenProvider".
Inlined service "PCS\SharedKernel\Api\Infrastructure\Gcp\GcpIdentityTokenProvider" to "PCS\BO\Service\Middle\Client\Auth\ChainTokenProvider".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
2
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "scheb_two_factor.security.authentication.trust_resolver", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "messenger.default_bus", "scheb_two_factor.security.totp_authenticator", "event_dispatcher", but was never used.
Tag "rate_limiter" was defined on service(s) "limiter.admin_console_per_ip", but was never used.