The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Ambta\DoctrineEncryptBundle\DependencyInjection\DoctrineEncryptExtension".
Since gesdinet/jwt-refresh-token-bundle 1.0: The "Gesdinet\JWTRefreshTokenBundle\Entity\AbstractRefreshToken" class is deprecated, use "Gesdinet\JWTRefreshTokenBundle\Model\AbstractRefreshToken" instead.
Since symfony/dependency-injection 7.1: The "Symfony\Component\DependencyInjection\Attribute\TaggedIterator" attribute is deprecated, use "Symfony\Component\DependencyInjection\Attribute\AutowireIterator" instead.
Since symfony/console 7.3: Overriding "Command::getDefaultName()" in "ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand" is deprecated and will be removed in Symfony 8.0, use the #[AsCommand] attribute instead.
Since symfony/console 7.3: Overriding "Command::getDefaultName()" in "ApiPlatform\Symfony\Bundle\Command\OpenApiCommand" is deprecated and will be removed in Symfony 8.0, use the #[AsCommand] attribute instead.
Since symfony/console 7.3: Overriding "Command::getDefaultName()" in "ApiPlatform\Symfony\Bundle\Command\DebugResourceCommand" is deprecated and will be removed in Symfony 8.0, use the #[AsCommand] attribute instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypeFromConstructor()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypeFromConstructor()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypeFromConstructor()" instead.
Since symfony/property-info 7.3: The "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor::getTypes()" method is deprecated, use "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Type" class is deprecated. Use "Symfony\Component\TypeInfo\Type" class from "symfony/type-info" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getType()" instead.
Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getType()" instead.
User Deprecated: Since api-platform/symfony 4.1: The "api_platform.validator.query_parameter_validator" service is deprecated use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\ParameterValidator" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\ArrayItems" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Bounds" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Enum" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Length" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\MultipleOf" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Pattern" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: The class "ApiPlatform\ParameterValidator\Validator\Required" is deprecated, use "\ApiPlatform\Metadata\Parameter::$constraints" instead.
User Deprecated: Since api-platform/core 3.4: Injecting the "ApiPlatform\JsonSchema\TypeFactoryInterface" inside "ApiPlatform\JsonSchema\SchemaFactory" is deprecated and "ApiPlatform\JsonSchema\TypeFactoryInterface" will be removed in 4.x.
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 u0_.email AS email_0, u0_.password AS password_1, u0_.name AS name_2, u0_.surname AS surname_3, u0_.phone AS phone_4, u0_.is_email_verified AS is_email_verified_5, u0_.login_at AS login_at_6, u0_.is_enabled AS is_enabled_7, u0_.id AS id_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10, u0_.deleted_at AS deleted_at_11, u0_.role_id AS role_id_12 FROM "user" u0_ WHERE u0_.id = ? AND u0_.is_enabled = ?"
[
"sql" => "SELECT u0_.email AS email_0, u0_.password AS password_1, u0_.name AS name_2, u0_.surname AS surname_3, u0_.phone AS phone_4, u0_.is_email_verified AS is_email_verified_5, u0_.login_at AS login_at_6, u0_.is_enabled AS is_enabled_7, u0_.id AS id_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10, u0_.deleted_at AS deleted_at_11, u0_.role_id AS role_id_12 FROM "user" u0_ WHERE u0_.id = ? AND u0_.is_enabled = ?"
"params" => [1 => "019a9183-480f-73d6-878e-1f30fa75bf7e"
2 => 1]
"types" => [1 => 22 => 5]
]
User Deprecated: Since symfony/security-http 7.3: Implementing "App\Entity\User::eraseCredentials()" is deprecated since Symfony 7.3; add the #[\Deprecated] attribute on the method to signal its either empty or that you moved the logic elsewhere, typically to the "__serialize()" method.
User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\PropertyInfoExtractor::getType()" instead.
User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor::getTypes()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor::getType()" instead.
User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor::getTypeFromConstructor()" instead.
User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor::getTypeFromConstructor()" instead.
User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypesFromConstructor()" method is deprecated, use "Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getTypeFromConstructor()" instead.
User Deprecated: Since symfony/property-info 7.3: The "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor::getTypes()" method is deprecated, use "Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor::getType()" instead.
User Deprecated: Since symfony/property-info 7.3: The "Symfony\Component\PropertyInfo\Type" class is deprecated. Use "Symfony\Component\TypeInfo\Type" class from "symfony/type-info" instead.
User Deprecated: Using ArrayAccess on Doctrine\ORM\Mapping\JoinColumnMapping is deprecated and will not be possible in Doctrine ORM 4.0. Use the corresponding property instead. (ArrayAccessImplementation.php:18 called by EagerLoadingExtension.php:184, https://github.com/doctrine/orm/pull/11211, package doctrine/orm)
"SELECT count(DISTINCT s0_.id) AS sclr_0 FROM sgk_employment_action s0_ INNER JOIN client c1_ ON s0_.client_id = c1_.id LEFT JOIN city c2_ ON c1_.city_id = c2_.id INNER JOIN customer c3_ ON c1_.customer_id = c3_.id INNER JOIN tax_office t4_ ON c1_.tax_office_id = t4_.id INNER JOIN client_branch c5_ ON s0_.branch_id = c5_.id WHERE s0_.client_id = ?"
(parameters:
[1 => "019ae8bb-158f-71ea-b9b0-3e540de57ce6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT count(DISTINCT s0_.id) AS sclr_0 FROM sgk_employment_action s0_ INNER JOIN client c1_ ON s0_.client_id = c1_.id LEFT JOIN city c2_ ON c1_.city_id = c2_.id INNER JOIN customer c3_ ON c1_.customer_id = c3_.id INNER JOIN tax_office t4_ ON c1_.tax_office_id = t4_.id INNER JOIN client_branch c5_ ON s0_.branch_id = c5_.id WHERE s0_.client_id = ?"
"params" => [1 => "019ae8bb-158f-71ea-b9b0-3e540de57ce6"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT s0_.action_id AS action_id_0, s0_.action AS action_1, s0_.tc_identity_number AS tc_identity_number_2, s0_.name AS name_3, s0_.exception_code AS exception_code_4, s0_.issued_at AS issued_at_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, c1_.type AS type_9, c1_.ledger_type AS ledger_type_10, c1_.name AS name_11, c1_.title AS title_12, c1_.tax_number AS tax_number_13, c1_.tc_identity_number AS tc_identity_number_14, c1_.kep AS kep_15, c1_.phone AS phone_16, c1_.email AS email_17, c1_.address AS address_18, c1_.established_at AS established_at_19, c1_.terminated_at AS terminated_at_20, c1_.e_seal_expire_at AS e_seal_expire_at_21, c1_.id AS id_22, c1_.created_at AS created_at_23, c1_.updated_at AS updated_at_24, c1_.deleted_at AS deleted_at_25, c2_.name AS name_26, c2_.id AS id_27, c2_.is_enabled AS is_enabled_28, c3_.name AS name_29, c3_.title AS title_30, c3_.phone AS phone_31, c3_.email AS email_32, c3_.address AS address_33, c3_.tax_number AS tax_number_34, c3_.tc_identity_number AS tc_identity_number_35, c3_.status AS status_36, c3_.expires_at AS expires_at_37, c3_.id AS id_38, c3_.created_at AS created_at_39, c3_.updated_at AS updated_at_40, c3_.deleted_at AS deleted_at_41, t4_.code AS code_42, t4_.name AS name_43, t4_.id AS id_44, t4_.is_enabled AS is_enabled_45, c5_.name AS name_46, c5_.sgk_user AS sgk_user_47, c5_.sgk_code AS sgk_code_48, c5_.sgk_company AS sgk_company_49, c5_.sgk_password AS sgk_password_50, c5_.sgk_registration_number AS sgk_registration_number_51, c5_.established_at AS established_at_52, c5_.terminated_at AS terminated_at_53, c5_.id AS id_54, c5_.created_at AS created_at_55, c5_.updated_at AS updated_at_56, c5_.is_enabled AS is_enabled_57, s0_.client_id AS client_id_58, s0_.branch_id AS branch_id_59, c1_.nace_id AS nace_id_60, c1_.city_id AS city_id_61, c1_.customer_id AS customer_id_62, c1_.tax_office_id AS tax_office_id_63, c3_.tax_office_id AS tax_office_id_64, c3_.city_id AS city_id_65, t4_.city_id AS city_id_66, c5_.client_id AS client_id_67 FROM sgk_employment_action s0_ INNER JOIN client c1_ ON s0_.client_id = c1_.id LEFT JOIN city c2_ ON c1_.city_id = c2_.id INNER JOIN customer c3_ ON c1_.customer_id = c3_.id INNER JOIN tax_office t4_ ON c1_.tax_office_id = t4_.id INNER JOIN client_branch c5_ ON s0_.branch_id = c5_.id WHERE s0_.client_id = ? ORDER BY s0_.created_at DESC LIMIT 10"
(parameters:
[1 => "019ae8bb-158f-71ea-b9b0-3e540de57ce6"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT s0_.action_id AS action_id_0, s0_.action AS action_1, s0_.tc_identity_number AS tc_identity_number_2, s0_.name AS name_3, s0_.exception_code AS exception_code_4, s0_.issued_at AS issued_at_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, c1_.type AS type_9, c1_.ledger_type AS ledger_type_10, c1_.name AS name_11, c1_.title AS title_12, c1_.tax_number AS tax_number_13, c1_.tc_identity_number AS tc_identity_number_14, c1_.kep AS kep_15, c1_.phone AS phone_16, c1_.email AS email_17, c1_.address AS address_18, c1_.established_at AS established_at_19, c1_.terminated_at AS terminated_at_20, c1_.e_seal_expire_at AS e_seal_expire_at_21, c1_.id AS id_22, c1_.created_at AS created_at_23, c1_.updated_at AS updated_at_24, c1_.deleted_at AS deleted_at_25, c2_.name AS name_26, c2_.id AS id_27, c2_.is_enabled AS is_enabled_28, c3_.name AS name_29, c3_.title AS title_30, c3_.phone AS phone_31, c3_.email AS email_32, c3_.address AS address_33, c3_.tax_number AS tax_number_34, c3_.tc_identity_number AS tc_identity_number_35, c3_.status AS status_36, c3_.expires_at AS expires_at_37, c3_.id AS id_38, c3_.created_at AS created_at_39, c3_.updated_at AS updated_at_40, c3_.deleted_at AS deleted_at_41, t4_.code AS code_42, t4_.name AS name_43, t4_.id AS id_44, t4_.is_enabled AS is_enabled_45, c5_.name AS name_46, c5_.sgk_user AS sgk_user_47, c5_.sgk_code AS sgk_code_48, c5_.sgk_company AS sgk_company_49, c5_.sgk_password AS sgk_password_50, c5_.sgk_registration_number AS sgk_registration_number_51, c5_.established_at AS established_at_52, c5_.terminated_at AS terminated_at_53, c5_.id AS id_54, c5_.created_at AS created_at_55, c5_.updated_at AS updated_at_56, c5_.is_enabled AS is_enabled_57, s0_.client_id AS client_id_58, s0_.branch_id AS branch_id_59, c1_.nace_id AS nace_id_60, c1_.city_id AS city_id_61, c1_.customer_id AS customer_id_62, c1_.tax_office_id AS tax_office_id_63, c3_.tax_office_id AS tax_office_id_64, c3_.city_id AS city_id_65, t4_.city_id AS city_id_66, c5_.client_id AS client_id_67 FROM sgk_employment_action s0_ INNER JOIN client c1_ ON s0_.client_id = c1_.id LEFT JOIN city c2_ ON c1_.city_id = c2_.id INNER JOIN customer c3_ ON c1_.customer_id = c3_.id INNER JOIN tax_office t4_ ON c1_.tax_office_id = t4_.id INNER JOIN client_branch c5_ ON s0_.branch_id = c5_.id WHERE s0_.client_id = ? ORDER BY s0_.created_at DESC LIMIT 10"
"params" => [1 => "019ae8bb-158f-71ea-b9b0-3e540de57ce6"
]
"types" => [1 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
516
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BotCommand" (parent: .abstract.instanceof.App\Command\BotCommand).
Resolving inheritance for ".instanceof.App\Command\BotCommand.0.App\Command\BotCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BotCommand).
Resolving inheritance for "App\Command\BotCommand" (parent: .instanceof.App\Command\BotCommand.0.App\Command\BotCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\DvdIntegrationCommand" (parent: .abstract.instanceof.App\Command\Integration\DvdIntegrationCommand).
Resolving inheritance for ".instanceof.App\Command\Integration\DvdIntegrationCommand.0.App\Command\Integration\DvdIntegrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\DvdIntegrationCommand).
Resolving inheritance for "App\Command\Integration\DvdIntegrationCommand" (parent: .instanceof.App\Command\Integration\DvdIntegrationCommand.0.App\Command\Integration\DvdIntegrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\EBeyannameIntegrationCommand" (parent: .abstract.instanceof.App\Command\Integration\EBeyannameIntegrationCommand).
Resolving inheritance for ".instanceof.App\Command\Integration\EBeyannameIntegrationCommand.0.App\Command\Integration\EBeyannameIntegrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\EBeyannameIntegrationCommand).
Resolving inheritance for "App\Command\Integration\EBeyannameIntegrationCommand" (parent: .instanceof.App\Command\Integration\EBeyannameIntegrationCommand.0.App\Command\Integration\EBeyannameIntegrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\IvdIntegrationCommand" (parent: .abstract.instanceof.App\Command\Integration\IvdIntegrationCommand).
Resolving inheritance for ".instanceof.App\Command\Integration\IvdIntegrationCommand.0.App\Command\Integration\IvdIntegrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\IvdIntegrationCommand).
Resolving inheritance for "App\Command\Integration\IvdIntegrationCommand" (parent: .instanceof.App\Command\Integration\IvdIntegrationCommand.0.App\Command\Integration\IvdIntegrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\SgkIntegrationCommand" (parent: .abstract.instanceof.App\Command\Integration\SgkIntegrationCommand).
Resolving inheritance for ".instanceof.App\Command\Integration\SgkIntegrationCommand.0.App\Command\Integration\SgkIntegrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\SgkIntegrationCommand).
Resolving inheritance for "App\Command\Integration\SgkIntegrationCommand" (parent: .instanceof.App\Command\Integration\SgkIntegrationCommand.0.App\Command\Integration\SgkIntegrationCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentWebhookController" (parent: .abstract.instanceof.App\Controller\PaymentWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentWebhookController).
Resolving inheritance for ".instanceof.App\Controller\PaymentWebhookController.0.App\Controller\PaymentWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentWebhookController).
Resolving inheritance for "App\Controller\PaymentWebhookController" (parent: .instanceof.App\Controller\PaymentWebhookController.0.App\Controller\PaymentWebhookController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientBranchFixtures" (parent: .abstract.instanceof.App\DataFixtures\Client\ClientBranchFixtures).
Resolving inheritance for "App\DataFixtures\Client\ClientBranchFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientBranchFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientFixtures" (parent: .abstract.instanceof.App\DataFixtures\Client\ClientFixtures).
Resolving inheritance for "App\DataFixtures\Client\ClientFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientRegistryFixtures" (parent: .abstract.instanceof.App\DataFixtures\Client\ClientRegistryFixtures).
Resolving inheritance for "App\DataFixtures\Client\ClientRegistryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientRegistryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Customer\CustomerFixtures" (parent: .abstract.instanceof.App\DataFixtures\Customer\CustomerFixtures).
Resolving inheritance for "App\DataFixtures\Customer\CustomerFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Customer\CustomerFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Customer\CustomerPaymentFixtures" (parent: .abstract.instanceof.App\DataFixtures\Customer\CustomerPaymentFixtures).
Resolving inheritance for "App\DataFixtures\Customer\CustomerPaymentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Customer\CustomerPaymentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\EArchiveFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Dvd\EArchiveFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Dvd\EArchiveFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\EArchiveFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\EDeclarationFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Dvd\EDeclarationFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Dvd\EDeclarationFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\EDeclarationFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\ENoticeFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Dvd\ENoticeFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Dvd\ENoticeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\ENoticeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\PetitionFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Dvd\PetitionFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Dvd\PetitionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\PetitionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Ivd\PosSaleFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Ivd\PosSaleFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Ivd\PosSaleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Ivd\PosSaleFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Ivd\TaxPlateFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Ivd\TaxPlateFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Ivd\TaxPlateFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Ivd\TaxPlateFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\RegistryGazetteFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\RegistryGazetteFixtures).
Resolving inheritance for "App\DataFixtures\Integration\RegistryGazetteFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\RegistryGazetteFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\AddressFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Sgk\AddressFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Sgk\AddressFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\AddressFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\AphbFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Sgk\AphbFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Sgk\AphbFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\AphbFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\DebtDocumentFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Sgk\DebtDocumentFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Sgk\DebtDocumentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\DebtDocumentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\EDeclarationFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Sgk\EDeclarationFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Sgk\EDeclarationFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\EDeclarationFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\EmploymentActionFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Sgk\EmploymentActionFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Sgk\EmploymentActionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\EmploymentActionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\WorkAccidentFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Sgk\WorkAccidentFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Sgk\WorkAccidentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\WorkAccidentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\WorkIncapacityFixtures" (parent: .abstract.instanceof.App\DataFixtures\Integration\Sgk\WorkIncapacityFixtures).
Resolving inheritance for "App\DataFixtures\Integration\Sgk\WorkIncapacityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\WorkIncapacityFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\CityFixtures" (parent: .abstract.instanceof.App\DataFixtures\Utility\CityFixtures).
Resolving inheritance for "App\DataFixtures\Utility\CityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\CityFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\CommerceChamberOfficeFixtures" (parent: .abstract.instanceof.App\DataFixtures\Utility\CommerceChamberOfficeFixtures).
Resolving inheritance for "App\DataFixtures\Utility\CommerceChamberOfficeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\CommerceChamberOfficeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\NaceFixtures" (parent: .abstract.instanceof.App\DataFixtures\Utility\NaceFixtures).
Resolving inheritance for "App\DataFixtures\Utility\NaceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\NaceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\PermissionFixtures" (parent: .abstract.instanceof.App\DataFixtures\Utility\PermissionFixtures).
Resolving inheritance for "App\DataFixtures\Utility\PermissionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\PermissionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\RoleFixtures" (parent: .abstract.instanceof.App\DataFixtures\Utility\RoleFixtures).
Resolving inheritance for "App\DataFixtures\Utility\RoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\RoleFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\TaxOfficeFixtures" (parent: .abstract.instanceof.App\DataFixtures\Utility\TaxOfficeFixtures).
Resolving inheritance for "App\DataFixtures\Utility\TaxOfficeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\TaxOfficeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\TradeRegistryOfficeFixtures" (parent: .abstract.instanceof.App\DataFixtures\Utility\TradeRegistryOfficeFixtures).
Resolving inheritance for "App\DataFixtures\Utility\TradeRegistryOfficeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\TradeRegistryOfficeFixtures).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\CurrentUserExtension" (parent: .abstract.instanceof.App\Doctrine\CurrentUserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\CurrentUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\CurrentUserExtension).
Resolving inheritance for "App\Doctrine\CurrentUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\CurrentUserExtension).
Resolving inheritance for ".instanceof.App\EventListener\ClientBranchUpdateListener.0.App\EventListener\ClientBranchUpdateListener" (parent: .abstract.instanceof.App\EventListener\ClientBranchUpdateListener).
Resolving inheritance for "App\EventListener\ClientBranchUpdateListener" (parent: .instanceof.App\EventListener\ClientBranchUpdateListener.0.App\EventListener\ClientBranchUpdateListener).
Resolving inheritance for ".instanceof.App\EventListener\CredentialUpdateListener.0.App\EventListener\CredentialUpdateListener" (parent: .abstract.instanceof.App\EventListener\CredentialUpdateListener).
Resolving inheritance for "App\EventListener\CredentialUpdateListener" (parent: .instanceof.App\EventListener\CredentialUpdateListener.0.App\EventListener\CredentialUpdateListener).
Resolving inheritance for ".instanceof.App\EventListener\ENoticeListener.0.App\EventListener\ENoticeListener" (parent: .abstract.instanceof.App\EventListener\ENoticeListener).
Resolving inheritance for "App\EventListener\ENoticeListener" (parent: .instanceof.App\EventListener\ENoticeListener.0.App\EventListener\ENoticeListener).
Resolving inheritance for ".instanceof.App\EventListener\EntityTraitIndexListener.0.App\EventListener\EntityTraitIndexListener" (parent: .abstract.instanceof.App\EventListener\EntityTraitIndexListener).
Resolving inheritance for "App\EventListener\EntityTraitIndexListener" (parent: .instanceof.App\EventListener\EntityTraitIndexListener.0.App\EventListener\EntityTraitIndexListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\JWTEventListener" (parent: .abstract.instanceof.App\EventListener\JWTEventListener).
Resolving inheritance for "App\EventListener\JWTEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\JWTEventListener).
Resolving inheritance for ".instanceof.App\EventListener\PostgresSQLDefaultSchemaListener.0.App\EventListener\PostgresSQLDefaultSchemaListener" (parent: .abstract.instanceof.App\EventListener\PostgresSQLDefaultSchemaListener).
Resolving inheritance for "App\EventListener\PostgresSQLDefaultSchemaListener" (parent: .instanceof.App\EventListener\PostgresSQLDefaultSchemaListener.0.App\EventListener\PostgresSQLDefaultSchemaListener).
Resolving inheritance for ".instanceof.App\EventListener\StorageRemoveListener.0.App\EventListener\StorageRemoveListener" (parent: .abstract.instanceof.App\EventListener\StorageRemoveListener).
Resolving inheritance for "App\EventListener\StorageRemoveListener" (parent: .instanceof.App\EventListener\StorageRemoveListener.0.App\EventListener\StorageRemoveListener).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\EnabledFilter" (parent: .abstract.instanceof.App\Filter\EnabledFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\EnabledFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\EnabledFilter).
Resolving inheritance for "App\Filter\EnabledFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\EnabledFilter).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler.0.App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler.0.App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler.0.App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler.0.App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\DebtResponseHandler.0.App\MessageHandler\Bot\Dvd\DebtResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\DebtResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\DebtResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\DebtResponseHandler.0.App\MessageHandler\Bot\Dvd\DebtResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler.0.App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler.0.App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler.0.App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler.0.App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\NoticeResponseHandler.0.App\MessageHandler\Bot\Dvd\NoticeResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\NoticeResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\NoticeResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\NoticeResponseHandler.0.App\MessageHandler\Bot\Dvd\NoticeResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler.0.App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler.0.App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\PetitionResponseHandler.0.App\MessageHandler\Bot\Dvd\PetitionResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\PetitionResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\PetitionResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\PetitionResponseHandler.0.App\MessageHandler\Bot\Dvd\PetitionResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Dvd\UserResponseHandler.0.App\MessageHandler\Bot\Dvd\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Dvd\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Dvd\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Dvd\UserResponseHandler.0.App\MessageHandler\Bot\Dvd\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler.0.App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler.0.App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\EBeyan\UserResponseHandler.0.App\MessageHandler\Bot\EBeyan\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\EBeyan\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\EBeyan\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\EBeyan\UserResponseHandler.0.App\MessageHandler\Bot\EBeyan\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler.0.App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler.0.App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\EBeyanname\UserResponseHandler.0.App\MessageHandler\Bot\EBeyanname\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\EBeyanname\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\EBeyanname\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\EBeyanname\UserResponseHandler.0.App\MessageHandler\Bot\EBeyanname\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\EBirlik\AgreementResponseHandler.0.App\MessageHandler\Bot\EBirlik\AgreementResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\EBirlik\AgreementResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\EBirlik\AgreementResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\EBirlik\AgreementResponseHandler.0.App\MessageHandler\Bot\EBirlik\AgreementResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\EBirlik\UserResponseHandler.0.App\MessageHandler\Bot\EBirlik\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\EBirlik\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\EBirlik\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\EBirlik\UserResponseHandler.0.App\MessageHandler\Bot\EBirlik\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler.0.App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler.0.App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Ivd\PosReportResponseHandler.0.App\MessageHandler\Bot\Ivd\PosReportResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Ivd\PosReportResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Ivd\PosReportResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Ivd\PosReportResponseHandler.0.App\MessageHandler\Bot\Ivd\PosReportResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler.0.App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler.0.App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\Ivd\UserResponseHandler.0.App\MessageHandler\Bot\Ivd\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\Ivd\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\Ivd\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\Ivd\UserResponseHandler.0.App\MessageHandler\Bot\Ivd\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler.0.App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler.0.App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler.0.App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler.0.App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler.0.App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler.0.App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkVizite\ReportResponseHandler.0.App\MessageHandler\Bot\SgkVizite\ReportResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkVizite\ReportResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkVizite\ReportResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkVizite\ReportResponseHandler.0.App\MessageHandler\Bot\SgkVizite\ReportResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\SgkVizite\UserResponseHandler.0.App\MessageHandler\Bot\SgkVizite\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\SgkVizite\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\SgkVizite\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\SgkVizite\UserResponseHandler.0.App\MessageHandler\Bot\SgkVizite\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\TicaretSicil\ListResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\ListResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\TicaretSicil\ListResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\TicaretSicil\ListResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\TicaretSicil\ListResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\ListResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Bot\TicaretSicil\UserResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\UserResponseHandler" (parent: .abstract.instanceof.App\MessageHandler\Bot\TicaretSicil\UserResponseHandler).
Resolving inheritance for "App\MessageHandler\Bot\TicaretSicil\UserResponseHandler" (parent: .instanceof.App\MessageHandler\Bot\TicaretSicil\UserResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\UserResponseHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Invoice\InvoiceDownloadMessageHandler.0.App\MessageHandler\Invoice\InvoiceDownloadMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\Invoice\InvoiceDownloadMessageHandler).
Resolving inheritance for "App\MessageHandler\Invoice\InvoiceDownloadMessageHandler" (parent: .instanceof.App\MessageHandler\Invoice\InvoiceDownloadMessageHandler.0.App\MessageHandler\Invoice\InvoiceDownloadMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\Invoice\InvoiceGenerateHandler.0.App\MessageHandler\Invoice\InvoiceGenerateHandler" (parent: .abstract.instanceof.App\MessageHandler\Invoice\InvoiceGenerateHandler).
Resolving inheritance for "App\MessageHandler\Invoice\InvoiceGenerateHandler" (parent: .instanceof.App\MessageHandler\Invoice\InvoiceGenerateHandler.0.App\MessageHandler\Invoice\InvoiceGenerateHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notifier\Transport\TwilioWhatsAppTransportFactory" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "App\Notifier\Transport\TwilioWhatsAppTransportFactory" (parent: .instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notifier\Transport\TwilioWhatsAppTransportFactory).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActionRepository" (parent: .abstract.instanceof.App\Repository\ActionRepository).
Resolving inheritance for "App\Repository\ActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository" (parent: .abstract.instanceof.App\Repository\CityRepository).
Resolving inheritance for "App\Repository\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository" (parent: .abstract.instanceof.App\Repository\ClientRepository).
Resolving inheritance for "App\Repository\ClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CredentialRepository" (parent: .abstract.instanceof.App\Repository\CredentialRepository).
Resolving inheritance for "App\Repository\CredentialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CredentialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository" (parent: .abstract.instanceof.App\Repository\CustomerRepository).
Resolving inheritance for "App\Repository\CustomerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistryGazetteRepository" (parent: .abstract.instanceof.App\Repository\RegistryGazetteRepository).
Resolving inheritance for "App\Repository\RegistryGazetteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistryGazetteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository" (parent: .abstract.instanceof.App\Repository\RoleRepository).
Resolving inheritance for "App\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository" (parent: .abstract.instanceof.App\Repository\SettingRepository).
Resolving inheritance for "App\Repository\SettingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository" (parent: .abstract.instanceof.App\Repository\StorageRepository).
Resolving inheritance for "App\Repository\StorageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxOfficeRepository" (parent: .abstract.instanceof.App\Repository\TaxOfficeRepository).
Resolving inheritance for "App\Repository\TaxOfficeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxOfficeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository" (parent: .abstract.instanceof.App\Repository\TokenRepository).
Resolving inheritance for "App\Repository\TokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TradeRegistryOfficeRepository" (parent: .abstract.instanceof.App\Repository\TradeRegistryOfficeRepository).
Resolving inheritance for "App\Repository\TradeRegistryOfficeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TradeRegistryOfficeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter" (parent: .abstract.instanceof.App\Security\UserVoter).
Resolving inheritance for "App\Security\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Serializer\Decoder\MultipartDecoder" (parent: .abstract.instanceof.App\Serializer\Decoder\MultipartDecoder).
Resolving inheritance for "App\Serializer\Decoder\MultipartDecoder" (parent: .instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Serializer\Decoder\MultipartDecoder).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\UploadedFileDenormalizer" (parent: .abstract.instanceof.App\Serializer\Denormalizer\UploadedFileDenormalizer).
Resolving inheritance for "App\Serializer\Denormalizer\UploadedFileDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\UploadedFileDenormalizer).
Resolving inheritance for ".instanceof.App\Serializer\Normalizer\CollectionMetaProvider\CollectionMetaProviderInterface.0.App\Serializer\Normalizer\CollectionMetaProvider\StorageCollectionMetaProviderProvider" (parent: .abstract.instanceof.App\Serializer\Normalizer\CollectionMetaProvider\StorageCollectionMetaProviderProvider).
Resolving inheritance for "App\Serializer\Normalizer\CollectionMetaProvider\StorageCollectionMetaProviderProvider" (parent: .instanceof.App\Serializer\Normalizer\CollectionMetaProvider\CollectionMetaProviderInterface.0.App\Serializer\Normalizer\CollectionMetaProvider\StorageCollectionMetaProviderProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\JsonCollectionNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\JsonCollectionNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\JsonCollectionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\JsonCollectionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PhoneNumberNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\PhoneNumberNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Normalizer\PhoneNumberNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PhoneNumberNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\PhoneNumberNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Normalizer\PhoneNumberNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\StorageNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\StorageNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\StorageNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\StorageNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\UserNormalizer" (parent: .abstract.instanceof.App\Serializer\Normalizer\UserNormalizer).
Resolving inheritance for "App\Serializer\Normalizer\UserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\UserNormalizer).
Resolving inheritance for ".instanceof.App\Service\CredentialService.0.App\Service\CredentialService" (parent: .abstract.instanceof.App\Service\CredentialService).
Resolving inheritance for "App\Service\CredentialService" (parent: .instanceof.App\Service\CredentialService.0.App\Service\CredentialService).
Resolving inheritance for ".instanceof.App\Service\Storage\CustomerStorageService.0.App\Service\Storage\CustomerStorageService" (parent: .abstract.instanceof.App\Service\Storage\CustomerStorageService).
Resolving inheritance for "App\Service\Storage\CustomerStorageService" (parent: .instanceof.App\Service\Storage\CustomerStorageService.0.App\Service\Storage\CustomerStorageService).
Resolving inheritance for ".instanceof.App\Service\Storage\TemporaryStorageService.0.App\Service\Storage\TemporaryStorageService" (parent: .abstract.instanceof.App\Service\Storage\TemporaryStorageService).
Resolving inheritance for "App\Service\Storage\TemporaryStorageService" (parent: .instanceof.App\Service\Storage\TemporaryStorageService.0.App\Service\Storage\TemporaryStorageService).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ContactProcessor" (parent: .abstract.instanceof.App\State\ContactProcessor).
Resolving inheritance for "App\State\ContactProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ContactProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Customer\GeneratePaymentInvoiceProcessor" (parent: .abstract.instanceof.App\State\Customer\GeneratePaymentInvoiceProcessor).
Resolving inheritance for "App\State\Customer\GeneratePaymentInvoiceProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Customer\GeneratePaymentInvoiceProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\ClientLookup\ClientImportProcessor" (parent: .abstract.instanceof.App\State\Integration\ClientLookup\ClientImportProcessor).
Resolving inheritance for "App\State\Integration\ClientLookup\ClientImportProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\ClientLookup\ClientImportProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\ClientLookup\ClientLookupProcessor" (parent: .abstract.instanceof.App\State\Integration\ClientLookup\ClientLookupProcessor).
Resolving inheritance for "App\State\Integration\ClientLookup\ClientLookupProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\ClientLookup\ClientLookupProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\EArchiveProcessor" (parent: .abstract.instanceof.App\State\Integration\Dvd\EArchiveProcessor).
Resolving inheritance for "App\State\Integration\Dvd\EArchiveProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\EArchiveProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\EDeclarationProcessor" (parent: .abstract.instanceof.App\State\Integration\Dvd\EDeclarationProcessor).
Resolving inheritance for "App\State\Integration\Dvd\EDeclarationProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\EDeclarationProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\ENoticeMarkAsReadProcessor" (parent: .abstract.instanceof.App\State\Integration\Dvd\ENoticeMarkAsReadProcessor).
Resolving inheritance for "App\State\Integration\Dvd\ENoticeMarkAsReadProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\ENoticeMarkAsReadProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\ENoticeProcessor" (parent: .abstract.instanceof.App\State\Integration\Dvd\ENoticeProcessor).
Resolving inheritance for "App\State\Integration\Dvd\ENoticeProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\ENoticeProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\PetitionProcessor" (parent: .abstract.instanceof.App\State\Integration\Dvd\PetitionProcessor).
Resolving inheritance for "App\State\Integration\Dvd\PetitionProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\PetitionProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\PosDeviceProcessor" (parent: .abstract.instanceof.App\State\Integration\Dvd\PosDeviceProcessor).
Resolving inheritance for "App\State\Integration\Dvd\PosDeviceProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\PosDeviceProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\TaxDebtProcessor" (parent: .abstract.instanceof.App\State\Integration\Dvd\TaxDebtProcessor).
Resolving inheritance for "App\State\Integration\Dvd\TaxDebtProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\TaxDebtProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Ivd\PosSaleProcessor" (parent: .abstract.instanceof.App\State\Integration\Ivd\PosSaleProcessor).
Resolving inheritance for "App\State\Integration\Ivd\PosSaleProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Ivd\PosSaleProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Ivd\TaxPlateProcessor" (parent: .abstract.instanceof.App\State\Integration\Ivd\TaxPlateProcessor).
Resolving inheritance for "App\State\Integration\Ivd\TaxPlateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Ivd\TaxPlateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\RegistryGazetteProcessor" (parent: .abstract.instanceof.App\State\Integration\RegistryGazetteProcessor).
Resolving inheritance for "App\State\Integration\RegistryGazetteProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\RegistryGazetteProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\AddressProcessor" (parent: .abstract.instanceof.App\State\Integration\Sgk\AddressProcessor).
Resolving inheritance for "App\State\Integration\Sgk\AddressProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\AddressProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\AphbProcessor" (parent: .abstract.instanceof.App\State\Integration\Sgk\AphbProcessor).
Resolving inheritance for "App\State\Integration\Sgk\AphbProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\AphbProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\DebtDocumentProcessor" (parent: .abstract.instanceof.App\State\Integration\Sgk\DebtDocumentProcessor).
Resolving inheritance for "App\State\Integration\Sgk\DebtDocumentProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\DebtDocumentProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\EDeclarationProcessor" (parent: .abstract.instanceof.App\State\Integration\Sgk\EDeclarationProcessor).
Resolving inheritance for "App\State\Integration\Sgk\EDeclarationProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\EDeclarationProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\EmploymentActionProcessor" (parent: .abstract.instanceof.App\State\Integration\Sgk\EmploymentActionProcessor).
Resolving inheritance for "App\State\Integration\Sgk\EmploymentActionProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\EmploymentActionProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\WorkAccidentProcessor" (parent: .abstract.instanceof.App\State\Integration\Sgk\WorkAccidentProcessor).
Resolving inheritance for "App\State\Integration\Sgk\WorkAccidentProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\WorkAccidentProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\WorkIncapacityProcessor" (parent: .abstract.instanceof.App\State\Integration\Sgk\WorkIncapacityProcessor).
Resolving inheritance for "App\State\Integration\Sgk\WorkIncapacityProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\WorkIncapacityProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\MercurePingProcessor" (parent: .abstract.instanceof.App\State\MercurePingProcessor).
Resolving inheritance for "App\State\MercurePingProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\MercurePingProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\PurchaseProcessor" (parent: .abstract.instanceof.App\State\PurchaseProcessor).
Resolving inheritance for "App\State\PurchaseProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\PurchaseProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Storage\StorageCreateProcessor" (parent: .abstract.instanceof.App\State\Storage\StorageCreateProcessor).
Resolving inheritance for "App\State\Storage\StorageCreateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Storage\StorageCreateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Storage\StorageDeleteProcessor" (parent: .abstract.instanceof.App\State\Storage\StorageDeleteProcessor).
Resolving inheritance for "App\State\Storage\StorageDeleteProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Storage\StorageDeleteProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\StorageProvider" (parent: .abstract.instanceof.App\State\StorageProvider).
Resolving inheritance for "App\State\StorageProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\StorageProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\User\UserMeProvider" (parent: .abstract.instanceof.App\State\User\UserMeProvider).
Resolving inheritance for "App\State\User\UserMeProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\User\UserMeProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserProcessor" (parent: .abstract.instanceof.App\State\User\UserProcessor).
Resolving inheritance for "App\State\User\UserProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserResetRequestProcessor" (parent: .abstract.instanceof.App\State\User\UserResetRequestProcessor).
Resolving inheritance for "App\State\User\UserResetRequestProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserResetRequestProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserResetUpdateProcessor" (parent: .abstract.instanceof.App\State\User\UserResetUpdateProcessor).
Resolving inheritance for "App\State\User\UserResetUpdateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserResetUpdateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserSetupProcessor" (parent: .abstract.instanceof.App\State\User\UserSetupProcessor).
Resolving inheritance for "App\State\User\UserSetupProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserSetupProcessor).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\KepAddressValidator" (parent: .abstract.instanceof.App\Validator\KepAddressValidator).
Resolving inheritance for "App\Validator\KepAddressValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\KepAddressValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
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.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_dvd_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_dvd_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ivd_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ivd_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_sgk_ebildirge_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_sgk_ebildirge_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_sgk_portal_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_sgk_portal_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_sgk_vizite_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_sgk_vizite_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ebeyan_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ebeyan_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ebirlik_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ebirlik_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ebeyanname_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ebeyanname_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ticaret_sicil_request" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.bot_ticaret_sicil_response" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.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.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.captcha" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.manager.captcha" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.captcha" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.captcha" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.captcha" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.captcha" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login_refresh" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.refresh_jwt.login_refresh" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.login_refresh.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.login_refresh.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.login_refresh" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login_refresh" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login_refresh" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login_refresh" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login_refresh" (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.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.authenticator.jwt.main" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.main" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.main.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.main.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.main.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.main" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.main.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "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 "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.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_city_app_filter_enabled_filter" (parent: .abstract.instanceof.annotated_app_entity_city_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_city_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_city_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_city_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_city_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_client_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_client_branch_app_filter_enabled_filter" (parent: .abstract.instanceof.annotated_app_entity_client_branch_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_client_branch_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_client_branch_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_client_branch_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_client_branch_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_integration_dvd_e_archive_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_dvd_e_archive_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_dvd_e_declaration_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_dvd_e_declaration_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_dvd_e_notice_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_dvd_e_notice_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_dvd_petition_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_dvd_petition_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_ivd_pos_sale_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_ivd_tax_plate_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_address_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_aphb_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_aphb_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_debt_document_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_debt_document_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_e_declaration_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_employment_action_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_employment_action_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_work_accident_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_work_accident_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_work_incapacity_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_app_entity_integration_sgk_work_incapacity_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_nace_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_channel_app_filter_enabled_filter" (parent: .abstract.instanceof.annotated_app_entity_notification_channel_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_channel_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_channel_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_notification_channel_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_channel_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_template_app_filter_enabled_filter" (parent: .abstract.instanceof.annotated_app_entity_notification_template_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_template_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_template_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_notification_template_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_template_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_type_app_filter_enabled_filter" (parent: .abstract.instanceof.annotated_app_entity_notification_type_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_type_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_type_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_notification_type_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_type_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_storage_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_app_entity_storage_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_app_entity_storage_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_app_entity_tax_office_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_tax_office_app_filter_enabled_filter" (parent: .abstract.instanceof.annotated_app_entity_tax_office_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_tax_office_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_tax_office_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_tax_office_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_tax_office_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_user_app_filter_enabled_filter" (parent: .abstract.instanceof.annotated_app_entity_user_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_user_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_user_app_filter_enabled_filter).
Resolving inheritance for "annotated_app_entity_user_app_filter_enabled_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_user_app_filter_enabled_filter).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ActionEntity" (parent: .abstract.instanceof.App\Enum\ActionEntity).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ActionType" (parent: .abstract.instanceof.App\Enum\ActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ClientType" (parent: .abstract.instanceof.App\Enum\ClientType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\CredentialType" (parent: .abstract.instanceof.App\Enum\CredentialType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\CustomerStatus" (parent: .abstract.instanceof.App\Enum\CustomerStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DebtDocumentType" (parent: .abstract.instanceof.App\Enum\DebtDocumentType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DeclarationStatus" (parent: .abstract.instanceof.App\Enum\DeclarationStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DeclarationType" (parent: .abstract.instanceof.App\Enum\DeclarationType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DvdPetitionStatus" (parent: .abstract.instanceof.App\Enum\DvdPetitionStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DvdPetitionType" (parent: .abstract.instanceof.App\Enum\DvdPetitionType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\EmploymentActionType" (parent: .abstract.instanceof.App\Enum\EmploymentActionType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Environment" (parent: .abstract.instanceof.App\Enum\Environment).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\LedgerType" (parent: .abstract.instanceof.App\Enum\LedgerType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\NotificationChannelName" (parent: .abstract.instanceof.App\Enum\NotificationChannelName).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\NotificationStatus" (parent: .abstract.instanceof.App\Enum\NotificationStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\NotificationTypeName" (parent: .abstract.instanceof.App\Enum\NotificationTypeName).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\PaymentGateway" (parent: .abstract.instanceof.App\Enum\PaymentGateway).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\PaymentStatus" (parent: .abstract.instanceof.App\Enum\PaymentStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\SettingLevel" (parent: .abstract.instanceof.App\Enum\SettingLevel).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\SgkDeclarationType" (parent: .abstract.instanceof.App\Enum\SgkDeclarationType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\StorageFolder" (parent: .abstract.instanceof.App\Enum\StorageFolder).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\StorageType" (parent: .abstract.instanceof.App\Enum\StorageType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\TokenType" (parent: .abstract.instanceof.App\Enum\TokenType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\UserRole" (parent: .abstract.instanceof.App\Enum\UserRole).
Resolving inheritance for ".abstract.instanceof.App\Notifier\Transport\TwilioWhatsAppTransportFactory" (parent: notifier.transport_factory.abstract).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\KepAddress" (parent: .abstract.instanceof.App\Validator\KepAddress).
Resolving inheritance for ".instanceof.App\Validator\KepAddress.0.App\Validator\KepAddress" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\KepAddress).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "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.customer-storage" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.credential" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.temporary-storage" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
365
Removed service "ReCaptcha\RequestMethod"; reason: private alias.
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "App\Interface\PlainSerializeObject"; reason: private alias.
Removed service "App\Serializer\Normalizer\CollectionMetaProvider\CollectionMetaProviderInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "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\WebLink\HttpHeaderSerializer"; 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\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\TexterInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; 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.captcha"; reason: private alias.
Removed service "security.user_checker.captcha"; reason: private alias.
Removed service "security.authentication.session_strategy.login_refresh"; reason: private alias.
Removed service "security.user_checker.login_refresh"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\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 "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_processor.documentation"; reason: private alias.
Removed service "api_platform.state_provider.documentation"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $bot.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $botStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $bot.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $botStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $bot.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $botStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $temporary.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $temporaryStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $temporary.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $temporaryStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $temporary.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $temporaryStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $invoice.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $invoiceStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $invoice.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $invoiceStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $invoice.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $invoiceStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $customer.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $customerStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemReader $customer.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemReader $customerStorage"; reason: private alias.
Removed service ".League\Flysystem\FilesystemWriter $customer.storage"; reason: private alias.
Removed service "League\Flysystem\FilesystemWriter $customerStorage"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "ambta_doctrine_encrypt.subscriber"; reason: private alias.
Removed service "ambta_doctrine_annotation_reader"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $customer-storageLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $customerStorageLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $credentialLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $temporary-storageLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $temporaryStorageLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service ".service_locator.2eaTaOv"; reason: private alias.
Removed service ".service_locator.NJLfe3H"; reason: private alias.
Removed service ".service_locator.9LJrHhf"; reason: private alias.
Removed service ".service_locator.7aXxjE4"; reason: private alias.
Removed service ".service_locator.o9179nO"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.deprecations.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.documentation.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_processor.documentation.write.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.captcha"; reason: private alias.
Removed service "security.firewall.authenticator.login_refresh"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read"; reason: private alias.
Removed service "api_platform.swagger_ui.provider.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "security.event_dispatcher.captcha"; reason: private alias.
Removed service "security.event_dispatcher.login_refresh"; 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 "App\OpenApi\OpenApiFactory.inner"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.P4QrZNh"; reason: private alias.
149
Changed reference of service "App\Command\BotCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Command\Integration\DvdIntegrationCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Command\Integration\EBeyannameIntegrationCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Command\Integration\IvdIntegrationCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Command\Integration\SgkIntegrationCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\PaymentWebhookController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Notifier\Transport\TwilioWhatsAppTransportFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Bot\DvdBotService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Bot\EBeyanBotService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Bot\EBeyannameBotService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Bot\EBirlikBotService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Bot\IvdBotService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Bot\RegistryGazetteBotService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\Bot\SgkBotService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Service\InvoiceService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\State\User\UserMeProvider" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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 "security.untracked_token_storage" to "security.token_storage".
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 "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 "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 "texter" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "texter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.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.app_variable" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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 "security.authorization_checker" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.user_value_resolver" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.security_token_value_resolver" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.impersonate_url_generator" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.firewall.lazy_context" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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.validator.user_password" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.context_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.exception_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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.access_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.manager" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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 "security.authenticator.x509" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.remote_user" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "data_collector.security" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager.captcha" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.exception_listener.captcha" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.refresh_jwt.login_refresh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.login_refresh.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login_refresh.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager.login_refresh" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.exception_listener.login_refresh" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.logout_listener.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.jwt.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.main.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.main.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.main.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.main.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.main.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.exception_listener.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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 "api_platform.swagger_ui.action" 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 "api_platform.security.resource_access_checker" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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 "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 "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notifier\Transport\TwilioWhatsAppTransportFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.App\Notifier\Transport\TwilioWhatsAppTransportFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.MJMnqNz" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.2QMaG2L" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
530
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; 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 "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 "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 "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BotCommand"; reason: abstract.
Removed service ".instanceof.App\Command\BotCommand.0.App\Command\BotCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BotCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\DvdIntegrationCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Integration\DvdIntegrationCommand.0.App\Command\Integration\DvdIntegrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration\DvdIntegrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\EBeyannameIntegrationCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Integration\EBeyannameIntegrationCommand.0.App\Command\Integration\EBeyannameIntegrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration\EBeyannameIntegrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\IvdIntegrationCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Integration\IvdIntegrationCommand.0.App\Command\Integration\IvdIntegrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration\IvdIntegrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Integration\SgkIntegrationCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Integration\SgkIntegrationCommand.0.App\Command\Integration\SgkIntegrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Integration\SgkIntegrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.App\Controller\DefaultController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentWebhookController"; reason: abstract.
Removed service ".instanceof.App\Controller\PaymentWebhookController.0.App\Controller\PaymentWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentWebhookController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientBranchFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Client\ClientBranchFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Client\ClientFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Client\ClientRegistryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Client\ClientRegistryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Customer\CustomerFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Customer\CustomerFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Customer\CustomerPaymentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Customer\CustomerPaymentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\EArchiveFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Dvd\EArchiveFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\EDeclarationFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Dvd\EDeclarationFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\ENoticeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Dvd\ENoticeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Dvd\PetitionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Dvd\PetitionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Ivd\PosSaleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Ivd\PosSaleFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Ivd\TaxPlateFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Ivd\TaxPlateFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\RegistryGazetteFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\RegistryGazetteFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\AddressFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Sgk\AddressFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\AphbFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Sgk\AphbFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\DebtDocumentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Sgk\DebtDocumentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\EDeclarationFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Sgk\EDeclarationFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\EmploymentActionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Sgk\EmploymentActionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\WorkAccidentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Sgk\WorkAccidentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Integration\Sgk\WorkIncapacityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Integration\Sgk\WorkIncapacityFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\CityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Utility\CityFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\CommerceChamberOfficeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Utility\CommerceChamberOfficeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\NaceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Utility\NaceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\PermissionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Utility\PermissionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\RoleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Utility\RoleFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\TaxOfficeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Utility\TaxOfficeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\Utility\TradeRegistryOfficeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Utility\TradeRegistryOfficeFixtures"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\CurrentUserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\CurrentUserExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\CurrentUserExtension"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ActionEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ActionEntity"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ClientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ClientType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\CredentialType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\CredentialType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\CustomerStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\CustomerStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DebtDocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DebtDocumentType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DeclarationStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DeclarationStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DeclarationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DeclarationType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DvdPetitionStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DvdPetitionStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DvdPetitionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DvdPetitionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\EmploymentActionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\EmploymentActionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Environment"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Environment"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\LedgerType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\LedgerType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\NotificationChannelName"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\NotificationChannelName"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\NotificationStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\NotificationStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\NotificationTypeName"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\NotificationTypeName"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\PaymentGateway"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\PaymentGateway"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\PaymentStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\PaymentStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\SettingLevel"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\SettingLevel"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\SgkDeclarationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\SgkDeclarationType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\StorageFolder"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\StorageFolder"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\StorageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\StorageType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\TokenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\TokenType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\UserRole"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\UserRole"; reason: abstract.
Removed service ".instanceof.App\EventListener\ClientBranchUpdateListener.0.App\EventListener\ClientBranchUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ClientBranchUpdateListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\CredentialUpdateListener.0.App\EventListener\CredentialUpdateListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\CredentialUpdateListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\ENoticeListener.0.App\EventListener\ENoticeListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ENoticeListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\EntityTraitIndexListener.0.App\EventListener\EntityTraitIndexListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\EntityTraitIndexListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\JWTEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\JWTEventListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\PostgresSQLDefaultSchemaListener.0.App\EventListener\PostgresSQLDefaultSchemaListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\PostgresSQLDefaultSchemaListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\StorageRemoveListener.0.App\EventListener\StorageRemoveListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\StorageRemoveListener"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\EnabledFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\EnabledFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\EnabledFilter"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler.0.App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler.0.App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\DebtResponseHandler.0.App\MessageHandler\Bot\Dvd\DebtResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\DebtResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler.0.App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler.0.App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\NoticeResponseHandler.0.App\MessageHandler\Bot\Dvd\NoticeResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\NoticeResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler.0.App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\PetitionResponseHandler.0.App\MessageHandler\Bot\Dvd\PetitionResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\PetitionResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Dvd\UserResponseHandler.0.App\MessageHandler\Bot\Dvd\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Dvd\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler.0.App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\EBeyan\UserResponseHandler.0.App\MessageHandler\Bot\EBeyan\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\EBeyan\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler.0.App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\EBeyanname\UserResponseHandler.0.App\MessageHandler\Bot\EBeyanname\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\EBeyanname\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\EBirlik\AgreementResponseHandler.0.App\MessageHandler\Bot\EBirlik\AgreementResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\EBirlik\AgreementResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\EBirlik\UserResponseHandler.0.App\MessageHandler\Bot\EBirlik\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\EBirlik\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler.0.App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Ivd\PosReportResponseHandler.0.App\MessageHandler\Bot\Ivd\PosReportResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Ivd\PosReportResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler.0.App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\Ivd\UserResponseHandler.0.App\MessageHandler\Bot\Ivd\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\Ivd\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler.0.App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler.0.App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler.0.App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler.0.App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkVizite\ReportResponseHandler.0.App\MessageHandler\Bot\SgkVizite\ReportResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkVizite\ReportResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\SgkVizite\UserResponseHandler.0.App\MessageHandler\Bot\SgkVizite\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\SgkVizite\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\TicaretSicil\ListResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\ListResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\TicaretSicil\ListResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Bot\TicaretSicil\UserResponseHandler.0.App\MessageHandler\Bot\TicaretSicil\UserResponseHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Bot\TicaretSicil\UserResponseHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Invoice\InvoiceDownloadMessageHandler.0.App\MessageHandler\Invoice\InvoiceDownloadMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Invoice\InvoiceDownloadMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\Invoice\InvoiceGenerateHandler.0.App\MessageHandler\Invoice\InvoiceGenerateHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\Invoice\InvoiceGenerateHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Notifier\Transport\TransportFactoryInterface.0.App\Notifier\Transport\TwilioWhatsAppTransportFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Notifier\Transport\TwilioWhatsAppTransportFactory"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CredentialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CredentialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CustomerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistryGazetteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RegistryGazetteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StorageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TaxOfficeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TaxOfficeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TradeRegistryOfficeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TradeRegistryOfficeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Encoder\DecoderInterface.0.App\Serializer\Decoder\MultipartDecoder"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Decoder\MultipartDecoder"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Denormalizer\UploadedFileDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Denormalizer\UploadedFileDenormalizer"; reason: abstract.
Removed service ".instanceof.App\Serializer\Normalizer\CollectionMetaProvider\CollectionMetaProviderInterface.0.App\Serializer\Normalizer\CollectionMetaProvider\StorageCollectionMetaProviderProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\CollectionMetaProvider\StorageCollectionMetaProviderProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\JsonCollectionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\JsonCollectionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\PhoneNumberNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.App\Serializer\Normalizer\PhoneNumberNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\PhoneNumberNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\StorageNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\StorageNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Serializer\Normalizer\UserNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Normalizer\UserNormalizer"; reason: abstract.
Removed service ".instanceof.App\Service\CredentialService.0.App\Service\CredentialService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\CredentialService"; reason: abstract.
Removed service ".instanceof.App\Service\Storage\CustomerStorageService.0.App\Service\Storage\CustomerStorageService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Storage\CustomerStorageService"; reason: abstract.
Removed service ".instanceof.App\Service\Storage\TemporaryStorageService.0.App\Service\Storage\TemporaryStorageService"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Storage\TemporaryStorageService"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ContactProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ContactProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Customer\GeneratePaymentInvoiceProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Customer\GeneratePaymentInvoiceProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\ClientLookup\ClientImportProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\ClientLookup\ClientImportProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\ClientLookup\ClientLookupProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\ClientLookup\ClientLookupProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\EArchiveProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Dvd\EArchiveProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\EDeclarationProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Dvd\EDeclarationProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\ENoticeMarkAsReadProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Dvd\ENoticeMarkAsReadProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\ENoticeProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Dvd\ENoticeProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\PetitionProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Dvd\PetitionProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\PosDeviceProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Dvd\PosDeviceProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Dvd\TaxDebtProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Dvd\TaxDebtProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Ivd\PosSaleProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Ivd\PosSaleProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Ivd\TaxPlateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Ivd\TaxPlateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\RegistryGazetteProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\RegistryGazetteProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\AddressProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Sgk\AddressProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\AphbProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Sgk\AphbProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\DebtDocumentProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Sgk\DebtDocumentProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\EDeclarationProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Sgk\EDeclarationProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\EmploymentActionProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Sgk\EmploymentActionProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\WorkAccidentProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Sgk\WorkAccidentProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Integration\Sgk\WorkIncapacityProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Integration\Sgk\WorkIncapacityProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\MercurePingProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\MercurePingProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\PurchaseProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\PurchaseProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Storage\StorageCreateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Storage\StorageCreateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\Storage\StorageDeleteProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\Storage\StorageDeleteProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\StorageProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\StorageProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\User\UserMeProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\User\UserMeProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\User\UserProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserResetRequestProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\User\UserResetRequestProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserResetUpdateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\User\UserResetUpdateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\User\UserSetupProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\User\UserSetupProcessor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\KepAddress"; reason: abstract.
Removed service ".instanceof.App\Validator\KepAddress.0.App\Validator\KepAddress"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\KepAddress"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\KepAddressValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\KepAddressValidator"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_city_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_city_app_filter_enabled_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_city_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_client_branch_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_client_branch_app_filter_enabled_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_client_branch_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_channel_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_channel_app_filter_enabled_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_notification_channel_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_template_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_template_app_filter_enabled_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_notification_template_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_notification_type_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_notification_type_app_filter_enabled_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_notification_type_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_tax_office_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_tax_office_app_filter_enabled_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_tax_office_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_app_entity_user_app_filter_enabled_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_app_entity_user_app_filter_enabled_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_app_entity_user_app_filter_enabled_filter"; reason: abstract.
326
Removed service "ReCaptcha\ReCaptcha"; reason: unused.
Removed service "ReCaptcha\RequestMethod\Curl"; reason: unused.
Removed service "ReCaptcha\RequestMethod\CurlPost"; reason: unused.
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\Dto\GeneratePaymentInvoiceDTO"; reason: unused.
Removed service "App\Dto\Integration\Client\ImportDto"; reason: unused.
Removed service "App\Dto\Integration\Client\LookupDto"; reason: unused.
Removed service "App\Dto\Integration\Dvd\EArchiveRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Dvd\EDeclarationRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Dvd\ENoticeMarkAsReadRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Dvd\ENoticeRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Dvd\PetitionRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Dvd\PosDeviceRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Dvd\TaxDebtRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Ivd\PosSaleRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Ivd\TaxPlateRequestDto"; reason: unused.
Removed service "App\Dto\Integration\RegistryGazetteRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Sgk\AddressRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Sgk\AphbRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Sgk\DebtDocumentRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Sgk\EDeclarationRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Sgk\EmploymentActionRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Sgk\WorkAccidentRequestDto"; reason: unused.
Removed service "App\Dto\Integration\Sgk\WorkIncapacityRequestDto"; reason: unused.
Removed service "App\Dto\MercurePingDto"; reason: unused.
Removed service "App\Dto\PurchaseDto"; reason: unused.
Removed service "App\Dto\StorageCreateDto"; reason: unused.
Removed service "App\Dto\UserResetRequestDto"; reason: unused.
Removed service "App\Dto\UserResetUpdateDto"; reason: unused.
Removed service "App\Dto\UserSetupDto"; reason: unused.
Removed service "App\Enum\ActionEntity"; reason: unused.
Removed service "App\Enum\ActionType"; reason: unused.
Removed service "App\Enum\ClientType"; reason: unused.
Removed service "App\Enum\CredentialType"; reason: unused.
Removed service "App\Enum\CustomerStatus"; reason: unused.
Removed service "App\Enum\DebtDocumentType"; reason: unused.
Removed service "App\Enum\DeclarationStatus"; reason: unused.
Removed service "App\Enum\DeclarationType"; reason: unused.
Removed service "App\Enum\DvdPetitionStatus"; reason: unused.
Removed service "App\Enum\DvdPetitionType"; reason: unused.
Removed service "App\Enum\EmploymentActionType"; reason: unused.
Removed service "App\Enum\Environment"; reason: unused.
Removed service "App\Enum\LedgerType"; reason: unused.
Removed service "App\Enum\NotificationChannelName"; reason: unused.
Removed service "App\Enum\NotificationStatus"; reason: unused.
Removed service "App\Enum\NotificationTypeName"; reason: unused.
Removed service "App\Enum\PaymentGateway"; reason: unused.
Removed service "App\Enum\PaymentStatus"; reason: unused.
Removed service "App\Enum\SettingLevel"; reason: unused.
Removed service "App\Enum\SgkDeclarationType"; reason: unused.
Removed service "App\Enum\StorageFolder"; reason: unused.
Removed service "App\Enum\StorageType"; reason: unused.
Removed service "App\Enum\TokenType"; reason: unused.
Removed service "App\Enum\UserRole"; reason: unused.
Removed service "App\Exception\AccessDeniedProblemException"; reason: unused.
Removed service "App\Exception\ClientBranchNotFoundException"; reason: unused.
Removed service "App\Exception\ClientCredentialNotFoundException"; reason: unused.
Removed service "App\Exception\ClientLoginFailedException"; reason: unused.
Removed service "App\Exception\ClientNotFoundException"; reason: unused.
Removed service "App\Exception\CustomerCredentialNotFoundException"; reason: unused.
Removed service "App\Exception\CustomerLoginFailedException"; reason: unused.
Removed service "App\Exception\CustomerNotFoundException"; reason: unused.
Removed service "App\Exception\PaymentException"; reason: unused.
Removed service "App\Exception\ProblemException"; reason: unused.
Removed service "App\Helper"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\CreateDebtStatusRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\CreateTaxPayerStatusRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\DebtRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\EArchiveInvoicesRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\LoginUrlRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\NoticeDetailRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\NoticeMarkAsReadRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\NoticeRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\POSDevicesRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\PetitionDetailRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\PetitionRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Dvd\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\EBeyan\TaxPayerRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\EBeyan\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\EBeyanname\DeclarationRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\EBeyanname\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\EBirlik\AgreementRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\EBirlik\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Ivd\CreateTaxPlateRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Ivd\PosReportRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Ivd\TaxPlateRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\Ivd\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkEBildirge\StatementRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkEBildirge\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkPortal\Accident\ListRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkPortal\Accident\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkPortal\Address\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkPortal\Employer\AphbRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkPortal\Employer\DebtRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkPortal\Employer\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkPortal\Personal\ActionRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkPortal\Personal\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkVizite\ApproveReportRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkVizite\ReportRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\SgkVizite\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\TicaretSicil\AnnounceRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\TicaretSicil\ListRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\TicaretSicil\ListWithFileRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Request\TicaretSicil\UserRequestMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\CreateDebtStatusResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\CreateTaxPayerStatusResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\DebtResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\EArchiveInvoicesResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\LoginUrlResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\NoticeDetailResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\NoticeResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\POSDevicesResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\PetitionDetailResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\PetitionResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Dvd\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\EBeyan\TaxPayerResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\EBeyan\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\EBeyanname\DeclarationResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\EBeyanname\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\EBirlik\AgreementResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\EBirlik\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Ivd\CreateTaxPlateResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Ivd\PosReportResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Ivd\TaxPlateResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\Ivd\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkEBildirge\StatementResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkEBildirge\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkPortal\Accident\ListResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkPortal\Accident\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkPortal\Address\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkPortal\Employer\AphbResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkPortal\Employer\DebtResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkPortal\Employer\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkPortal\Personal\ActionResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkPortal\Personal\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkVizite\ApproveReportResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkVizite\ReportResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\SgkVizite\UserResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\TicaretSicil\AnnounceResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\TicaretSicil\ListResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\TicaretSicil\ListWithFileResponseMessage"; reason: unused.
Removed service "App\Message\Bot\Response\TicaretSicil\UserResponseMessage"; reason: unused.
Removed service "App\Message\Invoice\InvoiceDownloadMessage"; reason: unused.
Removed service "App\Message\Invoice\InvoiceGenerateMessage"; reason: unused.
Removed service "App\Model\IntegrationResponseModel"; reason: unused.
Removed service "App\Model\PaymentResultModel"; reason: unused.
Removed service "App\Model\RegistryGazetteModel"; reason: unused.
Removed service "App\Notification\ENoticeCreateNotification"; reason: unused.
Removed service "App\Notifier\Transport\TwilioWhatsAppOptions"; reason: unused.
Removed service "App\Notifier\Transport\TwilioWhatsAppTransport"; reason: unused.
Removed service "App\Security\User\CaptchaUser"; reason: unused.
Removed service "App\Serializer\SerializerGroup"; reason: unused.
Removed service "App\Validator\KepAddress"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "texter"; reason: unused.
Removed service "data_collector.request.session_collector"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.is_csrf_token_valid_attribute_expression_language"; 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.captcha"; reason: unused.
Removed service "security.user_checker.chain.login_refresh"; reason: unused.
Removed service "security.user_checker.chain.main"; 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 ".1_ServiceLocator~o56U9.D"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; 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 "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.inflector"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "libphonenumber\geocoding\PhoneNumberOfflineGeocoder"; reason: unused.
Removed service "libphonenumber\ShortNumberInfo"; reason: unused.
Removed service "libphonenumber\PhoneNumberToCarrierMapper"; reason: unused.
Removed service "libphonenumber\PhoneNumberToTimeZonesMapper"; 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 "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "flysystem.adapter.lazy.factory"; reason: unused.
Removed service "flysystem.adapter.invoice.storage"; reason: unused.
Removed service "invoice.storage"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Denormalizer\UploadedFileDenormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\JsonCollectionNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\PhoneNumberNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\StorageNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Serializer\Normalizer\UserNormalizer"; 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.Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.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.api_platform.problem.normalizer.error"; 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.encoder.App\Serializer\Decoder\MultipartDecoder"; 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.Y9BLN2f"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
583
Inlined service ".service_locator.ZyP9f7K.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\PaymentWebhookController" to "App\Controller\PaymentWebhookController".
Inlined service "App\Service\UserAccessService" to "App\Doctrine\CurrentUserExtension".
Inlined service "notifier" to "App\EventListener\ENoticeListener".
Inlined service "lexik_jwt_authentication.api_platform.openapi.factory" to "App\OpenApi\OpenApiFactory".
Inlined service "App\Service\Bot\EBeyanBotService" to "App\Service\ClientLookup\ClientLookupService".
Inlined service "App\Service\Bot\EBirlikBotService" to "App\Service\ClientLookup\ClientLookupService".
Inlined service "monolog.logger.credential" to "App\Service\CredentialService".
Inlined service "mailer.mailer" to "App\Service\MailService".
Inlined service "App\Service\PaymentService" to "App\Service\PurchaseService".
Inlined service "monolog.logger.temporary-storage" to "App\Service\Storage\TemporaryStorageService".
Inlined service "temporary.storage" to "App\Service\Storage\TemporaryStorageService".
Inlined service "App\Service\ClientLookup\ClientImportService" to "App\State\Integration\ClientLookup\ClientImportProcessor".
Inlined service "App\Service\ClientLookup\ClientLookupService" to "App\State\Integration\ClientLookup\ClientLookupProcessor".
Inlined service "App\Service\Bot\EBeyannameBotService" to "App\State\Integration\Dvd\EDeclarationProcessor".
Inlined service "App\Service\Bot\RegistryGazetteBotService" to "App\State\Integration\RegistryGazetteProcessor".
Inlined service "App\Service\PurchaseService" to "App\State\PurchaseProcessor".
Inlined service "App\Service\Storage\StorageCreationService" to "App\State\Storage\StorageCreateProcessor".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "api_platform.route_loader" 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.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "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.FMhCvKs" 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.IlGSE9J" to "messenger.routable_message_bus".
Inlined service ".service_locator.7KXt.i1" to "notifier".
Inlined service "notifier.channel_policy" to "notifier".
Inlined service "notifier.admin_recipient.0" to "notifier".
Inlined service "notifier.flash_message_importance_mapper" to "notifier.channel.browser".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "twig.loader.native_filesystem" 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.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.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" 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 "Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
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.w.Hcsny" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.Lb30GC7" to "security.helper".
Inlined service ".service_locator.RGrVRsd" to "security.helper".
Inlined service ".service_locator.nlLVFyE" 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.MtaAPs7" to "security.access_map".
Inlined service ".security.request_matcher.wQ6137J" to "security.access_map".
Inlined service ".security.request_matcher.4.urR_e" to "security.access_map".
Inlined service ".security.request_matcher.8KZHlSc" to "security.access_map".
Inlined service ".security.request_matcher._rEy1Jy" to "security.access_map".
Inlined service ".security.request_matcher.EWPFUTt" to "security.access_map".
Inlined service ".security.request_matcher.MSSdSZo" to "security.access_map".
Inlined service ".security.request_matcher.x3Jxevr" to "security.access_map".
Inlined service ".security.request_matcher.ZqKG8xo" 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.X.2zmxN" to ".security.request_matcher.MgunmfU".
Inlined service "debug.security.firewall.authenticator.captcha.inner" to "debug.security.firewall.authenticator.captcha".
Inlined service "security.exception_listener.captcha" to "security.firewall.map.context.captcha".
Inlined service "security.firewall.map.config.captcha" to "security.firewall.map.context.captcha".
Inlined service "security.authentication.success_handler.login_refresh.refresh_jwt" to "security.authenticator.refresh_jwt.login_refresh".
Inlined service "security.authentication.failure_handler.login_refresh.refresh_jwt" to "security.authenticator.refresh_jwt.login_refresh".
Inlined service "debug.security.firewall.authenticator.login_refresh.inner" to "debug.security.firewall.authenticator.login_refresh".
Inlined service "security.exception_listener.login_refresh" to "security.firewall.map.context.login_refresh".
Inlined service "security.firewall.map.config.login_refresh" to "security.firewall.map.context.login_refresh".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.main".
Inlined service "security.authentication.success_handler.main.json_login" to "security.authenticator.json_login.main".
Inlined service "security.authentication.failure_handler.main.json_login" to "security.authenticator.json_login.main".
Inlined service "security.authentication.success_handler.main.refresh_jwt" to "security.authenticator.refresh_jwt.main".
Inlined service "security.authentication.failure_handler.main.refresh_jwt" to "security.authenticator.refresh_jwt.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.VGiBBNZ" to ".security.request_matcher.MtaAPs7".
Inlined service ".security.request_matcher.mn1GkN9" to ".security.request_matcher.wQ6137J".
Inlined service ".security.request_matcher.aglxBeW" to ".security.request_matcher.4.urR_e".
Inlined service ".security.request_matcher.qxoG3Ll" to ".security.request_matcher.8KZHlSc".
Inlined service ".security.request_matcher.D6JOaLi" to ".security.request_matcher._rEy1Jy".
Inlined service ".security.request_matcher.dW_39W_" to ".security.request_matcher.EWPFUTt".
Inlined service ".security.request_matcher.lCsXwmD" to ".security.request_matcher.x3Jxevr".
Inlined service ".security.request_matcher.2FxSWbA" to ".security.request_matcher.ZqKG8xo".
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.lQ5M0Lo" 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.6j3.i2j" to "doctrine.orm.container_repository_factory".
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.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 ".service_locator.YER3no2" to "doctrine.orm.default_entity_listener_resolver".
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 "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service ".service_locator.90mgItC" to "api_platform.state_provider.locator".
Inlined service ".service_locator.QTbuBqv" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.symfony.iri_converter.skolem" to "api_platform.symfony.iri_converter".
Inlined service "api_platform.state_provider.content_negotiation" to "api_platform.listener.request.add_format".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.listener.request.read".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.listener.request.deserialize".
Inlined service "api_platform.state_processor.add_link_header.inner" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.state_processor.write" to "api_platform.listener.view.write".
Inlined service "api_platform.state_processor.serialize" to "api_platform.listener.view.serialize".
Inlined service ".service_locator.XycFNfb" to "api_platform.state_provider.parameter".
Inlined service "api_platform.state_processor.documentation.serialize" to "api_platform.state_processor.documentation.write".
Inlined service "api_platform.swagger_ui.documentation.provider" to "api_platform.state_provider.documentation.content_negotiation".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.path_segment_name_generator.dash" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.deprecations".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.deprecations" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.json_schema.backward_compatible_schema_factory.inner" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~FZcBuDD" to ".1_Serializer~FZcBuDD".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.swagger_ui.documentation.provider.inner" to "api_platform.swagger_ui.documentation.provider".
Inlined service "api_platform.state_provider.parameter" 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.messenger.metadata.resource.metadata_collection_factory" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.listener.view.validate".
Inlined service "api_platform.state_provider.parameter_validator.inner" to "api_platform.state_provider.parameter_validator".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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 "Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper" to "Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension".
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 "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\Client\ClientBranchFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Client\ClientFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Client\ClientRegistryFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Customer\CustomerFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Customer\CustomerPaymentFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Dvd\EArchiveFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Dvd\EDeclarationFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Dvd\ENoticeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Dvd\PetitionFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Ivd\PosSaleFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Ivd\TaxPlateFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\RegistryGazetteFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Sgk\AddressFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Sgk\AphbFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Sgk\DebtDocumentFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Sgk\EDeclarationFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Sgk\EmploymentActionFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Sgk\WorkAccidentFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Integration\Sgk\WorkIncapacityFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Utility\CityFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Utility\CommerceChamberOfficeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Utility\NaceFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Utility\PermissionFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Utility\RoleFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Utility\TaxOfficeFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\Utility\TradeRegistryOfficeFixtures" to "doctrine.fixtures.loader".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "lexik_jwt_authentication.api_platform.openapi.factory.inner" to "lexik_jwt_authentication.api_platform.openapi.factory".
Inlined service "flysystem.adapter.bot.storage" to "bot.storage".
Inlined service "flysystem.adapter.temporary.storage" to "temporary.storage".
Inlined service "flysystem.adapter.customer.storage" to "customer.storage".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "lexik_jwt_authentication.handler.authentication_failure" to "gesdinet.jwtrefreshtoken".
Inlined service "ambta_doctrine_encrypt.encryptor" to "ambta_doctrine_encrypt.orm_subscriber".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "debug.security.event_dispatcher.captcha.inner" to "debug.security.event_dispatcher.captcha".
Inlined service "debug.security.event_dispatcher.login_refresh.inner" to "debug.security.event_dispatcher.login_refresh".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "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 "App\MessageHandler\Bot\Dvd\CreateDebtStatusResponseHandler" to ".messenger.method_on_object_wrapper.hDei9j6".
Inlined service "App\MessageHandler\Bot\Dvd\CreateTaxPayerStatusResponseHandler" to ".messenger.method_on_object_wrapper.GJVh4ib".
Inlined service "App\MessageHandler\Bot\Dvd\DebtResponseHandler" to ".messenger.method_on_object_wrapper.go.MZau".
Inlined service "App\MessageHandler\Bot\Dvd\EArchiveInvoicesResponseHandler" to ".messenger.method_on_object_wrapper.W6Nrl8o".
Inlined service "App\MessageHandler\Bot\Dvd\LoginUrlResponseHandler" to ".messenger.method_on_object_wrapper.c1hSTBk".
Inlined service "App\MessageHandler\Bot\Dvd\NoticeResponseHandler" to ".messenger.method_on_object_wrapper.kgZl5VD".
Inlined service "App\MessageHandler\Bot\Dvd\POSDevicesResponseHandler" to ".messenger.method_on_object_wrapper.zOQKQc_".
Inlined service "App\MessageHandler\Bot\Dvd\PetitionResponseHandler" to ".messenger.method_on_object_wrapper.bcl7atO".
Inlined service "App\MessageHandler\Bot\Dvd\UserResponseHandler" to ".messenger.method_on_object_wrapper.OSVAcIH".
Inlined service "App\MessageHandler\Bot\EBeyan\TaxPayerListResponseHandler" to ".messenger.method_on_object_wrapper.AFDi5B6".
Inlined service "App\MessageHandler\Bot\EBeyan\UserResponseHandler" to ".messenger.method_on_object_wrapper.KL4GpNl".
Inlined service "App\MessageHandler\Bot\EBeyanname\DeclarationResponseHandler" to ".messenger.method_on_object_wrapper.igb1yk6".
Inlined service "App\MessageHandler\Bot\EBeyanname\UserResponseHandler" to ".messenger.method_on_object_wrapper.dOIvjgN".
Inlined service "App\MessageHandler\Bot\EBirlik\AgreementResponseHandler" to ".messenger.method_on_object_wrapper.JMabNN4".
Inlined service "App\MessageHandler\Bot\EBirlik\UserResponseHandler" to ".messenger.method_on_object_wrapper.qm4IDkY".
Inlined service "App\MessageHandler\Bot\Ivd\CreateTaxPlateResponseHandler" to ".messenger.method_on_object_wrapper.dGWidLo".
Inlined service "App\MessageHandler\Bot\Ivd\PosReportResponseHandler" to ".messenger.method_on_object_wrapper.N55fP2d".
Inlined service "App\MessageHandler\Bot\Ivd\TaxPlateResponseHandler" to ".messenger.method_on_object_wrapper.pxssSzN".
Inlined service "App\MessageHandler\Bot\Ivd\UserResponseHandler" to ".messenger.method_on_object_wrapper.kgegcjD".
Inlined service "App\MessageHandler\Bot\SgkEBildirge\StatementResponseHandler" to ".messenger.method_on_object_wrapper.6Urwb20".
Inlined service "App\MessageHandler\Bot\SgkEBildirge\UserResponseHandler" to ".messenger.method_on_object_wrapper.DQDICv3".
Inlined service "App\MessageHandler\Bot\SgkPortal\Accident\ListResponseHandler" to ".messenger.method_on_object_wrapper.GcKI4QC".
Inlined service "App\MessageHandler\Bot\SgkPortal\Accident\UserResponseHandler" to ".messenger.method_on_object_wrapper.HofrCG1".
Inlined service "App\MessageHandler\Bot\SgkPortal\Address\UserResponseHandler" to ".messenger.method_on_object_wrapper.tdA6EZd".
Inlined service "App\MessageHandler\Bot\SgkPortal\Employer\AphbResponseHandler" to ".messenger.method_on_object_wrapper.DZsazai".
Inlined service "App\MessageHandler\Bot\SgkPortal\Employer\DebtResponseHandler" to ".messenger.method_on_object_wrapper.af3ZGY2".
Inlined service "App\MessageHandler\Bot\SgkPortal\Employer\UserResponseHandler" to ".messenger.method_on_object_wrapper.RUeENIZ".
Inlined service "App\MessageHandler\Bot\SgkPortal\Personal\ActionResponseHandler" to ".messenger.method_on_object_wrapper.MfyFbcT".
Inlined service "App\MessageHandler\Bot\SgkPortal\Personal\UserResponseHandler" to ".messenger.method_on_object_wrapper._pTl8gl".
Inlined service "App\MessageHandler\Bot\SgkVizite\ApproveReportResponseHandler" to ".messenger.method_on_object_wrapper.6nSQdHC".
Inlined service "App\MessageHandler\Bot\SgkVizite\ReportResponseHandler" to ".messenger.method_on_object_wrapper.MeRNZ.u".
Inlined service "App\MessageHandler\Bot\SgkVizite\UserResponseHandler" to ".messenger.method_on_object_wrapper.6OwWufA".
Inlined service "App\MessageHandler\Bot\TicaretSicil\AnnounceResponseHandler" to ".messenger.method_on_object_wrapper.GWRbXK5".
Inlined service "App\MessageHandler\Bot\TicaretSicil\ListResponseHandler" to ".messenger.method_on_object_wrapper.1y_2OHP".
Inlined service "App\MessageHandler\Bot\TicaretSicil\ListWithFileResponseHandler" to ".messenger.method_on_object_wrapper.U4qyLJA".
Inlined service "App\MessageHandler\Bot\TicaretSicil\UserResponseHandler" to ".messenger.method_on_object_wrapper.Yxf7Hp6".
Inlined service ".messenger.method_on_object_wrapper.hDei9j6" to ".messenger.handler_descriptor.iWIWNJa".
Inlined service ".messenger.method_on_object_wrapper.GJVh4ib" to ".messenger.handler_descriptor.Xd0EmQh".
Inlined service ".messenger.method_on_object_wrapper.go.MZau" to ".messenger.handler_descriptor.a4N5hxT".
Inlined service ".messenger.method_on_object_wrapper.W6Nrl8o" to ".messenger.handler_descriptor.vPpODjx".
Inlined service ".messenger.method_on_object_wrapper.c1hSTBk" to ".messenger.handler_descriptor..skNsUR".
Inlined service ".messenger.method_on_object_wrapper.kgZl5VD" to ".messenger.handler_descriptor.9suBr0c".
Inlined service ".messenger.method_on_object_wrapper.zOQKQc_" to ".messenger.handler_descriptor.WOdsxIl".
Inlined service ".messenger.method_on_object_wrapper.bcl7atO" to ".messenger.handler_descriptor..Ij.AU7".
Inlined service ".messenger.method_on_object_wrapper.OSVAcIH" to ".messenger.handler_descriptor.vieWy5h".
Inlined service ".messenger.method_on_object_wrapper.AFDi5B6" to ".messenger.handler_descriptor.q3VwaCp".
Inlined service ".messenger.method_on_object_wrapper.KL4GpNl" to ".messenger.handler_descriptor.tBITngZ".
Inlined service ".messenger.method_on_object_wrapper.dOIvjgN" to ".messenger.handler_descriptor.ecZv1Mi".
Inlined service ".messenger.method_on_object_wrapper.qm4IDkY" to ".messenger.handler_descriptor.IHIe89M".
Inlined service ".messenger.method_on_object_wrapper.igb1yk6" to ".messenger.handler_descriptor.Rf2YcM6".
Inlined service ".messenger.method_on_object_wrapper.JMabNN4" to ".messenger.handler_descriptor.sBbXGjK".
Inlined service ".messenger.method_on_object_wrapper.dGWidLo" to ".messenger.handler_descriptor.ym5AH6E".
Inlined service ".messenger.method_on_object_wrapper.N55fP2d" to ".messenger.handler_descriptor.C5wZBn2".
Inlined service ".messenger.method_on_object_wrapper.pxssSzN" to ".messenger.handler_descriptor.x7QgzzG".
Inlined service ".messenger.method_on_object_wrapper.kgegcjD" to ".messenger.handler_descriptor.t7YZhWx".
Inlined service ".messenger.method_on_object_wrapper.6OwWufA" to ".messenger.handler_descriptor.XclmO_f".
Inlined service ".messenger.method_on_object_wrapper.Yxf7Hp6" to ".messenger.handler_descriptor.vkQItjP".
Inlined service ".messenger.method_on_object_wrapper.6Urwb20" to ".messenger.handler_descriptor.C3.fGbt".
Inlined service ".messenger.method_on_object_wrapper.DQDICv3" to ".messenger.handler_descriptor.EWaApX2".
Inlined service ".messenger.method_on_object_wrapper.GcKI4QC" to ".messenger.handler_descriptor.ViHXM0S".
Inlined service ".messenger.method_on_object_wrapper.HofrCG1" to ".messenger.handler_descriptor.dge3SMi".
Inlined service ".messenger.method_on_object_wrapper.tdA6EZd" to ".messenger.handler_descriptor.8de2f5K".
Inlined service ".messenger.method_on_object_wrapper.DZsazai" to ".messenger.handler_descriptor.k1oOHXS".
Inlined service ".messenger.method_on_object_wrapper.af3ZGY2" to ".messenger.handler_descriptor.rl8TU.6".
Inlined service ".messenger.method_on_object_wrapper.RUeENIZ" to ".messenger.handler_descriptor.sQNzIKt".
Inlined service ".messenger.method_on_object_wrapper.MfyFbcT" to ".messenger.handler_descriptor.FZaLp8I".
Inlined service ".messenger.method_on_object_wrapper._pTl8gl" to ".messenger.handler_descriptor.dGW93o2".
Inlined service ".messenger.method_on_object_wrapper.6nSQdHC" to ".messenger.handler_descriptor.sX6u372".
Inlined service ".messenger.method_on_object_wrapper.MeRNZ.u" to ".messenger.handler_descriptor.9Sq8IBG".
Inlined service ".messenger.method_on_object_wrapper.GWRbXK5" to ".messenger.handler_descriptor.cO4tHWF".
Inlined service ".messenger.method_on_object_wrapper.1y_2OHP" to ".messenger.handler_descriptor.lIaAh0y".
Inlined service ".messenger.method_on_object_wrapper.U4qyLJA" to ".messenger.handler_descriptor.EiYx8sK".
Inlined service "App\MessageHandler\Invoice\InvoiceDownloadMessageHandler" to ".messenger.handler_descriptor.VzjF2B4".
Inlined service "App\MessageHandler\Invoice\InvoiceGenerateHandler" to ".messenger.handler_descriptor.avLzrSY".
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 "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.Upry6Iy".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "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 "App\Security\UserVoter" to ".debug.security.voter.App\Security\UserVoter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.LVEG_Wo" to ".service_locator.LVEG_Wo.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.36xOA8x" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "App\Serializer\Denormalizer\UploadedFileDenormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\JsonCollectionNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\PhoneNumberNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\StorageNormalizer" to "debug.serializer.inner".
Inlined service "App\Serializer\Normalizer\UserNormalizer" 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 "Misd\PhoneNumberBundle\Serializer\Normalizer\PhoneNumberNormalizer" to "debug.serializer.inner".
Inlined service "api_platform.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.problem.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 "api_platform.problem.normalizer.error" 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 "App\Serializer\Decoder\MultipartDecoder" 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.swagger_ui.provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.pagination_options" to "lexik_jwt_authentication.api_platform.openapi.factory.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~FZcBuDD" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.json_schema.type_factory" to "api_platform.json_schema.backward_compatible_schema_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.NzSw3gn" to "console.command_loader".
Inlined service ".service_locator.LVEG_Wo.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.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.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
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.normalizer.object" 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 "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service ".security.request_matcher.n_tV7kE" to "security.access_map".
Inlined service ".security.request_matcher.n_tV7kE" to "security.access_map".
Inlined service ".security.request_matcher.n_tV7kE" to "security.access_map".
Inlined service ".security.request_matcher.n_tV7kE" to "security.access_map".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
2
Tag "container.decorator" was defined on service(s) "App\OpenApi\OpenApiFactory", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.captcha", "debug.security.firewall.authenticator.login_refresh", "debug.security.firewall.authenticator.main", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "api_platform.http_cache.processor.add_headers", "mercure.hub.default.traceable", "debug.security.event_dispatcher.captcha", "debug.security.event_dispatcher.login_refresh", "debug.security.event_dispatcher.main", ".debug.http_client", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.