Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "IDCI\Bundle\KeycloakSecurityBundle\DependencyInjection\IDCIKeycloakSecurityExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend()" might add "void" as a native return type declaration in the future. Do the same in implementation "IDCI\Bundle\KeycloakSecurityBundle\DependencyInjection\IDCIKeycloakSecurityExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\AdmCSV2XMLCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\ClearCacheImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\CredentialsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\FixAdmsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\Import\AbstractImportQueueCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\Import\CleanCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\LogsCleanCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\UpdateAdmLocations" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Command\UploadMissingTransactionsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "Command\WingMoneyReportImportCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "IDCI\Bundle\KeycloakSecurityBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Not setting the "framework.validation.email_validation_mode" config option is deprecated. It will default to "html5" in 7.0.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Method "League\OAuth2\Client\Provider\AbstractProvider::checkResponse()" might add "void" as a native return type declaration in the future. Do the same in child class "IDCI\Bundle\KeycloakSecurityBundle\Provider\KeycloakProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "League\OAuth2\Client\Provider\AbstractProvider::getAllowedClientOptions()" might add "array" as a native return type declaration in the future. Do the same in child class "IDCI\Bundle\KeycloakSecurityBundle\Provider\KeycloakProvider" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Symfony\Component\Serializer\Normalizer\ObjectNormalizer" class is considered final since Symfony 6.3. It may change without further notice as of its next major version. You should not extend it from "Serializer\MapperNormalizer".
Method "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize()" might add "array|string|int|float|bool|\ArrayObject|null" as a native return type declaration in the future. Do the same in child class "Serializer\MapperNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Serializer\MapperNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its parent class "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer", not defining it is deprecated.
The "Serializer\MapperNormalizer::supportsDenormalization()" method will require a new "array $context" argument in the next major version of its parent class "Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer", not defining it is deprecated.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Validator\Constraints\SelectionCriterionFieldValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Utils\UploadService" class implements "Symfony\Component\DependencyInjection\ContainerAwareInterface" that is deprecated since Symfony 6.4, use dependency injection instead.
Method "Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer()" might add "void" as a native return type declaration in the future. Do the same in implementation "Utils\UploadService" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Serializer\ArrayNullableDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
The "Serializer\ArrayNullableDenormalizer" class implements "Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface" that is deprecated since Symfony 6.3, implement "getSupportedTypes(?string $format)" instead.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerAwareInterface::setDenormalizer()" might add "void" as a native return type declaration in the future. Do the same in implementation "Serializer\ArrayNullableDenormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\ConstraintValidatorInterface::validate()" might add "void" as a native return type declaration in the future. Do the same in implementation "Component\Assistance\Validator\AssistanceUpdateValidator" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Component\Assistance\Messenger\Denormalizer\EligibleIndividualDenormalizer" should implement method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::getSupportedTypes(?string $format): array".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Command\Import\CleanCommand" class instead.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Since gesdinet/jwt-refresh-token-bundle 1.0: The "Gesdinet\JWTRefreshTokenBundle\Entity\AbstractRefreshToken" class is deprecated, use "Gesdinet\JWTRefreshTokenBundle\Model\AbstractRefreshToken" instead.
Since twig/twig 3.12: Character "E" at position 2 should not be escaped; the "\" character is ignored in Twig v3 but will not be in v4. Please remove the extra "\" character.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://apidev.humansis.org/" (from "http://apidev.humansis.org/")" at RouterListener.php line 127
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:78 called by App_KernelDevDebugContainer.php:1227, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:178, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
624
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\Healthcheck\HealthcheckController" (parent: .abstract.instanceof.Controller\Healthcheck\HealthcheckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\Healthcheck\HealthcheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\Healthcheck\HealthcheckController).
Resolving inheritance for "Controller\Healthcheck\HealthcheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\Healthcheck\HealthcheckController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\Keycloak\AuthController" (parent: .abstract.instanceof.Controller\Keycloak\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\Keycloak\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\Keycloak\AuthController).
Resolving inheritance for "Controller\Keycloak\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\Keycloak\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\Assistance\ReliefPackageController" (parent: .abstract.instanceof.Controller\OfflineApp\Assistance\ReliefPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\Assistance\ReliefPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\Assistance\ReliefPackageController).
Resolving inheritance for "Controller\OfflineApp\Assistance\ReliefPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\Assistance\ReliefPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceBeneficiaryController" (parent: .abstract.instanceof.Controller\OfflineApp\AssistanceBeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceBeneficiaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceBeneficiaryController).
Resolving inheritance for "Controller\OfflineApp\AssistanceBeneficiaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceBeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceCommodityController" (parent: .abstract.instanceof.Controller\OfflineApp\AssistanceCommodityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceCommodityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceCommodityController).
Resolving inheritance for "Controller\OfflineApp\AssistanceCommodityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceCommodityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceController" (parent: .abstract.instanceof.Controller\OfflineApp\AssistanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceController).
Resolving inheritance for "Controller\OfflineApp\AssistanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\BeneficiaryController" (parent: .abstract.instanceof.Controller\OfflineApp\BeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\BeneficiaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\BeneficiaryController).
Resolving inheritance for "Controller\OfflineApp\BeneficiaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\BeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\BookletController" (parent: .abstract.instanceof.Controller\OfflineApp\BookletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\BookletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\BookletController).
Resolving inheritance for "Controller\OfflineApp\BookletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\BookletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\FeedbackController" (parent: .abstract.instanceof.Controller\OfflineApp\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\FeedbackController).
Resolving inheritance for "Controller\OfflineApp\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\LogController" (parent: .abstract.instanceof.Controller\OfflineApp\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\LogController).
Resolving inheritance for "Controller\OfflineApp\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\ModalityCodelistController" (parent: .abstract.instanceof.Controller\OfflineApp\ModalityCodelistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\ModalityCodelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\ModalityCodelistController).
Resolving inheritance for "Controller\OfflineApp\ModalityCodelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\ModalityCodelistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\ProjectController" (parent: .abstract.instanceof.Controller\OfflineApp\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\ProjectController).
Resolving inheritance for "Controller\OfflineApp\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\SmartcardController" (parent: .abstract.instanceof.Controller\OfflineApp\SmartcardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\SmartcardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\SmartcardController).
Resolving inheritance for "Controller\OfflineApp\SmartcardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\SmartcardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\SmartcardDepositController" (parent: .abstract.instanceof.Controller\OfflineApp\SmartcardDepositController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\SmartcardDepositController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\SmartcardDepositController).
Resolving inheritance for "Controller\OfflineApp\SmartcardDepositController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\SmartcardDepositController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\TransactionController" (parent: .abstract.instanceof.Controller\OfflineApp\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\TransactionController).
Resolving inheritance for "Controller\OfflineApp\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\AbstractSupportAppController" (parent: .abstract.instanceof.Controller\SupportApp\AbstractSupportAppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\AbstractSupportAppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\AbstractSupportAppController).
Resolving inheritance for "Controller\SupportApp\AbstractSupportAppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\AbstractSupportAppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\AssistanceBeneficiaryController" (parent: .abstract.instanceof.Controller\SupportApp\AssistanceBeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\AssistanceBeneficiaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\AssistanceBeneficiaryController).
Resolving inheritance for "Controller\SupportApp\AssistanceBeneficiaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\AssistanceBeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\HouseholdController" (parent: .abstract.instanceof.Controller\SupportApp\HouseholdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\HouseholdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\HouseholdController).
Resolving inheritance for "Controller\SupportApp\HouseholdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\HouseholdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\AnalyticsController" (parent: .abstract.instanceof.Controller\SupportApp\Smartcard\AnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\AnalyticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\AnalyticsController).
Resolving inheritance for "Controller\SupportApp\Smartcard\AnalyticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\AnalyticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\DistributionController" (parent: .abstract.instanceof.Controller\SupportApp\Smartcard\DistributionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\DistributionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\DistributionController).
Resolving inheritance for "Controller\SupportApp\Smartcard\DistributionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\DistributionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\SmartcardController" (parent: .abstract.instanceof.Controller\SupportApp\Smartcard\SmartcardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\SmartcardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\SmartcardController).
Resolving inheritance for "Controller\SupportApp\Smartcard\SmartcardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\SmartcardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\TestController" (parent: .abstract.instanceof.Controller\SupportApp\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\TestController).
Resolving inheritance for "Controller\SupportApp\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\AbstractVendorAppController" (parent: .abstract.instanceof.Controller\VendorApp\AbstractVendorAppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\AbstractVendorAppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\AbstractVendorAppController).
Resolving inheritance for "Controller\VendorApp\AbstractVendorAppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\AbstractVendorAppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\BookletController" (parent: .abstract.instanceof.Controller\VendorApp\BookletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\BookletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\BookletController).
Resolving inheritance for "Controller\VendorApp\BookletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\BookletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\LogController" (parent: .abstract.instanceof.Controller\VendorApp\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\LogController).
Resolving inheritance for "Controller\VendorApp\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\ReliefPackageController" (parent: .abstract.instanceof.Controller\VendorApp\ReliefPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\ReliefPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\ReliefPackageController).
Resolving inheritance for "Controller\VendorApp\ReliefPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\ReliefPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SmartcardController" (parent: .abstract.instanceof.Controller\VendorApp\SmartcardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SmartcardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SmartcardController).
Resolving inheritance for "Controller\VendorApp\SmartcardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SmartcardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SmartcardPurchaseController" (parent: .abstract.instanceof.Controller\VendorApp\SmartcardPurchaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SmartcardPurchaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SmartcardPurchaseController).
Resolving inheritance for "Controller\VendorApp\SmartcardPurchaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SmartcardPurchaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SynchronizationBatchController" (parent: .abstract.instanceof.Controller\VendorApp\SynchronizationBatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SynchronizationBatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SynchronizationBatchController).
Resolving inheritance for "Controller\VendorApp\SynchronizationBatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SynchronizationBatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\VendorController" (parent: .abstract.instanceof.Controller\VendorApp\VendorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\VendorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\VendorController).
Resolving inheritance for "Controller\VendorApp\VendorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\VendorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\VoucherController" (parent: .abstract.instanceof.Controller\VendorApp\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\VoucherController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\VoucherController).
Resolving inheritance for "Controller\VendorApp\VoucherController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\VoucherController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\AbstractWebAppController" (parent: .abstract.instanceof.Controller\WebApp\AbstractWebAppController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\AbstractWebAppController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\AbstractWebAppController).
Resolving inheritance for "Controller\WebApp\AbstractWebAppController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\AbstractWebAppController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ApprovalController" (parent: .abstract.instanceof.Controller\WebApp\ApprovalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ApprovalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ApprovalController).
Resolving inheritance for "Controller\WebApp\ApprovalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ApprovalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceBeneficiaryController" (parent: .abstract.instanceof.Controller\WebApp\Assistance\AssistanceBeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceBeneficiaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceBeneficiaryController).
Resolving inheritance for "Controller\WebApp\Assistance\AssistanceBeneficiaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceBeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceCodelistController" (parent: .abstract.instanceof.Controller\WebApp\Assistance\AssistanceCodelistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceCodelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceCodelistController).
Resolving inheritance for "Controller\WebApp\Assistance\AssistanceCodelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceCodelistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceCommodityController" (parent: .abstract.instanceof.Controller\WebApp\Assistance\AssistanceCommodityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceCommodityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceCommodityController).
Resolving inheritance for "Controller\WebApp\Assistance\AssistanceCommodityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceCommodityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceController" (parent: .abstract.instanceof.Controller\WebApp\Assistance\AssistanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceController).
Resolving inheritance for "Controller\WebApp\Assistance\AssistanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\ReliefPackageController" (parent: .abstract.instanceof.Controller\WebApp\Assistance\ReliefPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\ReliefPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\ReliefPackageController).
Resolving inheritance for "Controller\WebApp\Assistance\ReliefPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\ReliefPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\SelectionCriterionController" (parent: .abstract.instanceof.Controller\WebApp\Assistance\SelectionCriterionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\SelectionCriterionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\SelectionCriterionController).
Resolving inheritance for "Controller\WebApp\Assistance\SelectionCriterionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\SelectionCriterionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BeneficiaryCodelistController" (parent: .abstract.instanceof.Controller\WebApp\BeneficiaryCodelistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BeneficiaryCodelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BeneficiaryCodelistController).
Resolving inheritance for "Controller\WebApp\BeneficiaryCodelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BeneficiaryCodelistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BeneficiaryController" (parent: .abstract.instanceof.Controller\WebApp\BeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BeneficiaryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BeneficiaryController).
Resolving inheritance for "Controller\WebApp\BeneficiaryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BeneficiaryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BookletController" (parent: .abstract.instanceof.Controller\WebApp\BookletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BookletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BookletController).
Resolving inheritance for "Controller\WebApp\BookletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BookletController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CampController" (parent: .abstract.instanceof.Controller\WebApp\CampController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CampController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CampController).
Resolving inheritance for "Controller\WebApp\CampController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CampController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Catalog\CatalogController" (parent: .abstract.instanceof.Controller\WebApp\Catalog\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Catalog\CatalogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Catalog\CatalogController).
Resolving inheritance for "Controller\WebApp\Catalog\CatalogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Catalog\CatalogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CommonController" (parent: .abstract.instanceof.Controller\WebApp\CommonController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CommonController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CommonController).
Resolving inheritance for "Controller\WebApp\CommonController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CommonController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CustomFieldController" (parent: .abstract.instanceof.Controller\WebApp\CustomFieldController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CustomFieldController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CustomFieldController).
Resolving inheritance for "Controller\WebApp\CustomFieldController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CustomFieldController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\DistributedItemController" (parent: .abstract.instanceof.Controller\WebApp\DistributedItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\DistributedItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\DistributedItemController).
Resolving inheritance for "Controller\WebApp\DistributedItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\DistributedItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\DonorController" (parent: .abstract.instanceof.Controller\WebApp\DonorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\DonorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\DonorController).
Resolving inheritance for "Controller\WebApp\DonorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\DonorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ExportController" (parent: .abstract.instanceof.Controller\WebApp\ExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ExportController).
Resolving inheritance for "Controller\WebApp\ExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\HouseholdCodelistController" (parent: .abstract.instanceof.Controller\WebApp\HouseholdCodelistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\HouseholdCodelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\HouseholdCodelistController).
Resolving inheritance for "Controller\WebApp\HouseholdCodelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\HouseholdCodelistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\HouseholdController" (parent: .abstract.instanceof.Controller\WebApp\HouseholdController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\HouseholdController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\HouseholdController).
Resolving inheritance for "Controller\WebApp\HouseholdController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\HouseholdController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ImportController" (parent: .abstract.instanceof.Controller\WebApp\ImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ImportController).
Resolving inheritance for "Controller\WebApp\ImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\InstitutionCodelistController" (parent: .abstract.instanceof.Controller\WebApp\InstitutionCodelistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\InstitutionCodelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\InstitutionCodelistController).
Resolving inheritance for "Controller\WebApp\InstitutionCodelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\InstitutionCodelistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\InstitutionController" (parent: .abstract.instanceof.Controller\WebApp\InstitutionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\InstitutionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\InstitutionController).
Resolving inheritance for "Controller\WebApp\InstitutionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\InstitutionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\LocationController" (parent: .abstract.instanceof.Controller\WebApp\LocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\LocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\LocationController).
Resolving inheritance for "Controller\WebApp\LocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\LocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ModalityCodelistController" (parent: .abstract.instanceof.Controller\WebApp\ModalityCodelistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ModalityCodelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ModalityCodelistController).
Resolving inheritance for "Controller\WebApp\ModalityCodelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ModalityCodelistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\OrganizationController" (parent: .abstract.instanceof.Controller\WebApp\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\OrganizationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\OrganizationController).
Resolving inheritance for "Controller\WebApp\OrganizationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\OrganizationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\PermissionController" (parent: .abstract.instanceof.Controller\WebApp\PermissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\PermissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\PermissionController).
Resolving inheritance for "Controller\WebApp\PermissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\PermissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductCategoryCodelistController" (parent: .abstract.instanceof.Controller\WebApp\ProductCategoryCodelistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductCategoryCodelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductCategoryCodelistController).
Resolving inheritance for "Controller\WebApp\ProductCategoryCodelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductCategoryCodelistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductCategoryController" (parent: .abstract.instanceof.Controller\WebApp\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductCategoryController).
Resolving inheritance for "Controller\WebApp\ProductCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductController" (parent: .abstract.instanceof.Controller\WebApp\ProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductController).
Resolving inheritance for "Controller\WebApp\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProjectController" (parent: .abstract.instanceof.Controller\WebApp\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProjectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProjectController).
Resolving inheritance for "Controller\WebApp\ProjectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProjectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\RoleController" (parent: .abstract.instanceof.Controller\WebApp\RoleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\RoleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\RoleController).
Resolving inheritance for "Controller\WebApp\RoleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\RoleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ScoringBlueprintController" (parent: .abstract.instanceof.Controller\WebApp\ScoringBlueprintController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ScoringBlueprintController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ScoringBlueprintController).
Resolving inheritance for "Controller\WebApp\ScoringBlueprintController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ScoringBlueprintController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SectorsCodelistController" (parent: .abstract.instanceof.Controller\WebApp\SectorsCodelistController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SectorsCodelistController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SectorsCodelistController).
Resolving inheritance for "Controller\WebApp\SectorsCodelistController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SectorsCodelistController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\InvoiceController" (parent: .abstract.instanceof.Controller\WebApp\Smartcard\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\InvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\InvoiceController).
Resolving inheritance for "Controller\WebApp\Smartcard\InvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\InvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardController" (parent: .abstract.instanceof.Controller\WebApp\Smartcard\SmartcardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardController).
Resolving inheritance for "Controller\WebApp\Smartcard\SmartcardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardDepositController" (parent: .abstract.instanceof.Controller\WebApp\Smartcard\SmartcardDepositController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardDepositController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardDepositController).
Resolving inheritance for "Controller\WebApp\Smartcard\SmartcardDepositController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardDepositController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardPurchaseController" (parent: .abstract.instanceof.Controller\WebApp\Smartcard\SmartcardPurchaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardPurchaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardPurchaseController).
Resolving inheritance for "Controller\WebApp\Smartcard\SmartcardPurchaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardPurchaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SmartcardPurchasedItemController" (parent: .abstract.instanceof.Controller\WebApp\SmartcardPurchasedItemController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SmartcardPurchasedItemController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SmartcardPurchasedItemController).
Resolving inheritance for "Controller\WebApp\SmartcardPurchasedItemController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SmartcardPurchasedItemController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SynchronizationBatchController" (parent: .abstract.instanceof.Controller\WebApp\SynchronizationBatchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SynchronizationBatchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SynchronizationBatchController).
Resolving inheritance for "Controller\WebApp\SynchronizationBatchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SynchronizationBatchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\TransactionController" (parent: .abstract.instanceof.Controller\WebApp\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\TransactionController).
Resolving inheritance for "Controller\WebApp\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\UserController" (parent: .abstract.instanceof.Controller\WebApp\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\UserController).
Resolving inheritance for "Controller\WebApp\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\VendorController" (parent: .abstract.instanceof.Controller\WebApp\VendorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\VendorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\VendorController).
Resolving inheritance for "Controller\WebApp\VendorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\VendorController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\AdmCSV2XMLCommand" (parent: .abstract.instanceof.Command\AdmCSV2XMLCommand).
Resolving inheritance for "Command\AdmCSV2XMLCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\AdmCSV2XMLCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\CheckPowerBICommand" (parent: .abstract.instanceof.Command\CheckPowerBICommand).
Resolving inheritance for "Command\CheckPowerBICommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\CheckPowerBICommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\ClearCacheCommand" (parent: .abstract.instanceof.Command\ClearCacheCommand).
Resolving inheritance for "Command\ClearCacheCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\ClearCacheCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\ClearCacheImportCommand" (parent: .abstract.instanceof.Command\ClearCacheImportCommand).
Resolving inheritance for "Command\ClearCacheImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\ClearCacheImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\CredentialsCommand" (parent: .abstract.instanceof.Command\CredentialsCommand).
Resolving inheritance for "Command\CredentialsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\CredentialsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\Crowdin\CrowdinPullCommand" (parent: .abstract.instanceof.Command\Crowdin\CrowdinPullCommand).
Resolving inheritance for "Command\Crowdin\CrowdinPullCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\Crowdin\CrowdinPullCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\Crowdin\CrowdinPushCommand" (parent: .abstract.instanceof.Command\Crowdin\CrowdinPushCommand).
Resolving inheritance for "Command\Crowdin\CrowdinPushCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\Crowdin\CrowdinPushCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\FixAdmsCommand" (parent: .abstract.instanceof.Command\FixAdmsCommand).
Resolving inheritance for "Command\FixAdmsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\FixAdmsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\GenerateReliefPackageSnapshotsCommand" (parent: .abstract.instanceof.Command\GenerateReliefPackageSnapshotsCommand).
Resolving inheritance for "Command\GenerateReliefPackageSnapshotsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\GenerateReliefPackageSnapshotsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\Import\CleanCommand" (parent: .abstract.instanceof.Command\Import\CleanCommand).
Resolving inheritance for "Command\Import\CleanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\Import\CleanCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\LogsCleanCommand" (parent: .abstract.instanceof.Command\LogsCleanCommand).
Resolving inheritance for "Command\LogsCleanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\LogsCleanCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\RecalculateSpentCommand" (parent: .abstract.instanceof.Command\RecalculateSpentCommand).
Resolving inheritance for "Command\RecalculateSpentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\RecalculateSpentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\ReusedSmartcardBeneficiaryStatusFixCommand" (parent: .abstract.instanceof.Command\ReusedSmartcardBeneficiaryStatusFixCommand).
Resolving inheritance for "Command\ReusedSmartcardBeneficiaryStatusFixCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\ReusedSmartcardBeneficiaryStatusFixCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\TranslationsDownloadCommand" (parent: .abstract.instanceof.Command\TranslationsDownloadCommand).
Resolving inheritance for "Command\TranslationsDownloadCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\TranslationsDownloadCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\UpdateAdmLocations" (parent: .abstract.instanceof.Command\UpdateAdmLocations).
Resolving inheritance for "Command\UpdateAdmLocations" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\UpdateAdmLocations).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\UploadMissingTransactionsCommand" (parent: .abstract.instanceof.Command\UploadMissingTransactionsCommand).
Resolving inheritance for "Command\UploadMissingTransactionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\UploadMissingTransactionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Command\WingMoneyReportImportCommand" (parent: .abstract.instanceof.Command\WingMoneyReportImportCommand).
Resolving inheritance for "Command\WingMoneyReportImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Command\WingMoneyReportImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Serializer\MapperNormalizer" (parent: .abstract.instanceof.Serializer\MapperNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Serializer\MapperNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Serializer\MapperNormalizer).
Resolving inheritance for "Serializer\MapperNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Serializer\MapperNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Happyr\Validator\Constraint\EntityExistValidator" (parent: .abstract.instanceof.Happyr\Validator\Constraint\EntityExistValidator).
Resolving inheritance for "Happyr\Validator\Constraint\EntityExistValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Happyr\Validator\Constraint\EntityExistValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\DocumentItemExistsValidator" (parent: .abstract.instanceof.Validator\Constraints\DocumentItemExistsValidator).
Resolving inheritance for "Validator\Constraints\DocumentItemExistsValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\DocumentItemExistsValidator).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\FilterResolver" (parent: .abstract.instanceof.Request\ParamResolver\FilterResolver).
Resolving inheritance for "Request\ParamResolver\FilterResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\FilterResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\InputTypeResolver" (parent: .abstract.instanceof.Request\ParamResolver\InputTypeResolver).
Resolving inheritance for "Request\ParamResolver\InputTypeResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\InputTypeResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\PaginationResolver" (parent: .abstract.instanceof.Request\ParamResolver\PaginationResolver).
Resolving inheritance for "Request\ParamResolver\PaginationResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\PaginationResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\SortResolver" (parent: .abstract.instanceof.Request\ParamResolver\SortResolver).
Resolving inheritance for "Request\ParamResolver\SortResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\SortResolver).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\AcceptHeaderEventSubscriber" (parent: .abstract.instanceof.Listener\AcceptHeaderEventSubscriber).
Resolving inheritance for "Listener\AcceptHeaderEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\AcceptHeaderEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\CorsEventSubscriber" (parent: .abstract.instanceof.Listener\CorsEventSubscriber).
Resolving inheritance for "Listener\CorsEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\CorsEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\SentrySubscriber" (parent: .abstract.instanceof.Listener\SentrySubscriber).
Resolving inheritance for "Listener\SentrySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\SentrySubscriber).
Resolving inheritance for ".instanceof.Listener\WorkerMessageSubscriber.0.Listener\WorkerMessageSubscriber" (parent: .abstract.instanceof.Listener\WorkerMessageSubscriber).
Resolving inheritance for "Listener\WorkerMessageSubscriber" (parent: .instanceof.Listener\WorkerMessageSubscriber.0.Listener\WorkerMessageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\VaryingEventSubscriber" (parent: .abstract.instanceof.Listener\VaryingEventSubscriber).
Resolving inheritance for "Listener\VaryingEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\VaryingEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\ErrorResponseEventSubscriber" (parent: .abstract.instanceof.Listener\ErrorResponseEventSubscriber).
Resolving inheritance for "Listener\ErrorResponseEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\ErrorResponseEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\SelectionCriterionFieldValidator" (parent: .abstract.instanceof.Validator\Constraints\SelectionCriterionFieldValidator).
Resolving inheritance for "Validator\Constraints\SelectionCriterionFieldValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\SelectionCriterionFieldValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\CountryValidator" (parent: .abstract.instanceof.Validator\Constraints\CountryValidator).
Resolving inheritance for "Validator\Constraints\CountryValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\CountryValidator).
Resolving inheritance for ".instanceof.Component\Import\Messaging\Handler\ItemBatchHandler.0.Component\Import\Messaging\Handler\ItemBatchHandler" (parent: .abstract.instanceof.Component\Import\Messaging\Handler\ItemBatchHandler).
Resolving inheritance for "Component\Import\Messaging\Handler\ItemBatchHandler" (parent: .instanceof.Component\Import\Messaging\Handler\ItemBatchHandler.0.Component\Import\Messaging\Handler\ItemBatchHandler).
Resolving inheritance for ".instanceof.Component\Import\Messaging\Handler\ImportCheckHandler.0.Component\Import\Messaging\Handler\ImportCheckHandler" (parent: .abstract.instanceof.Component\Import\Messaging\Handler\ImportCheckHandler).
Resolving inheritance for "Component\Import\Messaging\Handler\ImportCheckHandler" (parent: .instanceof.Component\Import\Messaging\Handler\ImportCheckHandler.0.Component\Import\Messaging\Handler\ImportCheckHandler).
Resolving inheritance for ".instanceof.Component\Import\Messaging\Handler\UploadImportHandler.0.Component\Import\Messaging\Handler\UploadImportHandler" (parent: .abstract.instanceof.Component\Import\Messaging\Handler\UploadImportHandler).
Resolving inheritance for "Component\Import\Messaging\Handler\UploadImportHandler" (parent: .instanceof.Component\Import\Messaging\Handler\UploadImportHandler.0.Component\Import\Messaging\Handler\UploadImportHandler).
Resolving inheritance for ".instanceof.Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler.0.Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler" (parent: .abstract.instanceof.Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler).
Resolving inheritance for "Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler" (parent: .instanceof.Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler.0.Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler).
Resolving inheritance for ".instanceof.Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler.0.Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler" (parent: .abstract.instanceof.Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler).
Resolving inheritance for "Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler" (parent: .instanceof.Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler.0.Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler).
Resolving inheritance for ".instanceof.Component\Import\Messaging\Handler\ImportFillQueueHandler.0.Component\Import\Messaging\Handler\ImportFillQueueHandler" (parent: .abstract.instanceof.Component\Import\Messaging\Handler\ImportFillQueueHandler).
Resolving inheritance for "Component\Import\Messaging\Handler\ImportFillQueueHandler" (parent: .instanceof.Component\Import\Messaging\Handler\ImportFillQueueHandler.0.Component\Import\Messaging\Handler\ImportFillQueueHandler).
Resolving inheritance for ".instanceof.Component\Notification\Messaging\Handler\EmailNotificationHandler.0.Component\Notification\Messaging\Handler\EmailNotificationHandler" (parent: .abstract.instanceof.Component\Notification\Messaging\Handler\EmailNotificationHandler).
Resolving inheritance for "Component\Notification\Messaging\Handler\EmailNotificationHandler" (parent: .instanceof.Component\Notification\Messaging\Handler\EmailNotificationHandler.0.Component\Notification\Messaging\Handler\EmailNotificationHandler).
Resolving inheritance for ".instanceof.Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler.0.Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler" (parent: .abstract.instanceof.Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler).
Resolving inheritance for "Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler" (parent: .instanceof.Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler.0.Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler).
Resolving inheritance for ".instanceof.Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler.0.Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler" (parent: .abstract.instanceof.Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler).
Resolving inheritance for "Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler" (parent: .instanceof.Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler.0.Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.integrity_subscriber" (parent: .abstract.instanceof.workflow.import.integrity_subscriber).
Resolving inheritance for "workflow.import.integrity_subscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.integrity_subscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.identity_subscriber" (parent: .abstract.instanceof.workflow.import.identity_subscriber).
Resolving inheritance for "workflow.import.identity_subscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.identity_subscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.similarity_subscriber" (parent: .abstract.instanceof.workflow.import.similarity_subscriber).
Resolving inheritance for "workflow.import.similarity_subscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.similarity_subscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.finisher_subscriber" (parent: .abstract.instanceof.workflow.import.finisher_subscriber).
Resolving inheritance for "workflow.import.finisher_subscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.finisher_subscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.national_id_subscriber" (parent: .abstract.instanceof.workflow.import.national_id_subscriber).
Resolving inheritance for "workflow.import.national_id_subscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.national_id_subscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import_queue.duplicity_resolve_subscriber" (parent: .abstract.instanceof.workflow.import_queue.duplicity_resolve_subscriber).
Resolving inheritance for "workflow.import_queue.duplicity_resolve_subscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import_queue.duplicity_resolve_subscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Component\Assistance\ReliefPackageSubscriber" (parent: .abstract.instanceof.Component\Assistance\ReliefPackageSubscriber).
Resolving inheritance for "Component\Assistance\ReliefPackageSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Component\Assistance\ReliefPackageSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceMoveValidator" (parent: .abstract.instanceof.Component\Assistance\Validator\AssistanceMoveValidator).
Resolving inheritance for "Component\Assistance\Validator\AssistanceMoveValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceMoveValidator).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Extension\IndividualGenderExtension" (parent: .abstract.instanceof.Extension\IndividualGenderExtension).
Resolving inheritance for "Extension\IndividualGenderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Extension\IndividualGenderExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\ResponseEventSubscriber" (parent: .abstract.instanceof.Listener\ResponseEventSubscriber).
Resolving inheritance for "Listener\ResponseEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\ResponseEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.InputType\RequestResolver" (parent: .abstract.instanceof.InputType\RequestResolver).
Resolving inheritance for "InputType\RequestResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.InputType\RequestResolver).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\CustomFieldFixtures" (parent: .abstract.instanceof.DataFixtures\CustomFieldFixtures).
Resolving inheritance for "DataFixtures\CustomFieldFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\CustomFieldFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ApprovalRequestFixtures" (parent: .abstract.instanceof.DataFixtures\ApprovalRequestFixtures).
Resolving inheritance for ".instanceof.DataFixtures\ApprovalRequestFixtures.0.DataFixtures\ApprovalRequestFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ApprovalRequestFixtures).
Resolving inheritance for "DataFixtures\ApprovalRequestFixtures" (parent: .instanceof.DataFixtures\ApprovalRequestFixtures.0.DataFixtures\ApprovalRequestFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\DonorFixtures" (parent: .abstract.instanceof.DataFixtures\DonorFixtures).
Resolving inheritance for "DataFixtures\DonorFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\DonorFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\LocationFixtures" (parent: .abstract.instanceof.DataFixtures\LocationFixtures).
Resolving inheritance for "DataFixtures\LocationFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\LocationFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\BeneficiaryFixtures" (parent: .abstract.instanceof.DataFixtures\Beneficiaries\BeneficiaryFixtures).
Resolving inheritance for "DataFixtures\Beneficiaries\BeneficiaryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\BeneficiaryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProjectFixtures" (parent: .abstract.instanceof.DataFixtures\ProjectFixtures).
Resolving inheritance for "DataFixtures\ProjectFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProjectFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\UserFixtures" (parent: .abstract.instanceof.DataFixtures\UserFixtures).
Resolving inheritance for "DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\BeneficiaryTestFixtures" (parent: .abstract.instanceof.DataFixtures\BeneficiaryTestFixtures).
Resolving inheritance for "DataFixtures\BeneficiaryTestFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\BeneficiaryTestFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\InstitutionFixture" (parent: .abstract.instanceof.DataFixtures\Beneficiaries\InstitutionFixture).
Resolving inheritance for "DataFixtures\Beneficiaries\InstitutionFixture" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\InstitutionFixture).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\AssistanceFixtures" (parent: .abstract.instanceof.DataFixtures\AssistanceFixtures).
Resolving inheritance for "DataFixtures\AssistanceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\AssistanceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\AssistanceValidationFixtures" (parent: .abstract.instanceof.DataFixtures\AssistanceValidationFixtures).
Resolving inheritance for "DataFixtures\AssistanceValidationFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\AssistanceValidationFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ImportFixtures" (parent: .abstract.instanceof.DataFixtures\ImportFixtures).
Resolving inheritance for "DataFixtures\ImportFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ImportFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\AssistanceBeneficiaryFixtures" (parent: .abstract.instanceof.DataFixtures\Beneficiaries\AssistanceBeneficiaryFixtures).
Resolving inheritance for "DataFixtures\Beneficiaries\AssistanceBeneficiaryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\AssistanceBeneficiaryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VoucherPurchaseFixtures" (parent: .abstract.instanceof.DataFixtures\VoucherPurchaseFixtures).
Resolving inheritance for "DataFixtures\VoucherPurchaseFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VoucherPurchaseFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\SmartcardInvoiceFixtures" (parent: .abstract.instanceof.DataFixtures\SmartcardInvoiceFixtures).
Resolving inheritance for "DataFixtures\SmartcardInvoiceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\SmartcardInvoiceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VoucherRedemptionFixtures" (parent: .abstract.instanceof.DataFixtures\VoucherRedemptionFixtures).
Resolving inheritance for "DataFixtures\VoucherRedemptionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VoucherRedemptionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\OrganizationFixtures" (parent: .abstract.instanceof.DataFixtures\OrganizationFixtures).
Resolving inheritance for "DataFixtures\OrganizationFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\OrganizationFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ServiceFixtures" (parent: .abstract.instanceof.DataFixtures\ServiceFixtures).
Resolving inheritance for "DataFixtures\ServiceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ServiceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\SmartcardFixtures" (parent: .abstract.instanceof.DataFixtures\SmartcardFixtures).
Resolving inheritance for "DataFixtures\SmartcardFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\SmartcardFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\TransactionFixtures" (parent: .abstract.instanceof.DataFixtures\TransactionFixtures).
Resolving inheritance for "DataFixtures\TransactionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\TransactionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProductFixtures" (parent: .abstract.instanceof.DataFixtures\ProductFixtures).
Resolving inheritance for "DataFixtures\ProductFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProductFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VendorFixtures" (parent: .abstract.instanceof.DataFixtures\VendorFixtures).
Resolving inheritance for "DataFixtures\VendorFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VendorFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\RoleFixtures" (parent: .abstract.instanceof.DataFixtures\RoleFixtures).
Resolving inheritance for "DataFixtures\RoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\RoleFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProductCategoryFixtures" (parent: .abstract.instanceof.DataFixtures\ProductCategoryFixtures).
Resolving inheritance for "DataFixtures\ProductCategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProductCategoryFixtures).
Resolving inheritance for "transaction.khm_financial_provider" (parent: transaction.default_financial_provider).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Serializer\ArrayNullableDenormalizer" (parent: .abstract.instanceof.Serializer\ArrayNullableDenormalizer).
Resolving inheritance for "Serializer\ArrayNullableDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Serializer\ArrayNullableDenormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceUpdateValidator" (parent: .abstract.instanceof.Component\Assistance\Validator\AssistanceUpdateValidator).
Resolving inheritance for "Component\Assistance\Validator\AssistanceUpdateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceUpdateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceCreateValidator" (parent: .abstract.instanceof.Component\Assistance\Validator\AssistanceCreateValidator).
Resolving inheritance for "Component\Assistance\Validator\AssistanceCreateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceCreateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Messenger\Amqp\AmqpTransportFactory" (parent: .abstract.instanceof.Messenger\Amqp\AmqpTransportFactory).
Resolving inheritance for "Messenger\Amqp\AmqpTransportFactory" (parent: .instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Messenger\Amqp\AmqpTransportFactory).
Resolving inheritance for ".instanceof.Entity\EventListener\AbstractBeneficiaryPostLoadEventListener.0.Entity\EventListener\AbstractBeneficiaryPostLoadEventListener" (parent: .abstract.instanceof.Entity\EventListener\AbstractBeneficiaryPostLoadEventListener).
Resolving inheritance for "Entity\EventListener\AbstractBeneficiaryPostLoadEventListener" (parent: .instanceof.Entity\EventListener\AbstractBeneficiaryPostLoadEventListener.0.Entity\EventListener\AbstractBeneficiaryPostLoadEventListener).
Resolving inheritance for ".instanceof.Entity\EventListener\AssistanceBeneficiaryEventListener.0.Entity\EventListener\AssistanceBeneficiaryEventListener" (parent: .abstract.instanceof.Entity\EventListener\AssistanceBeneficiaryEventListener).
Resolving inheritance for "Entity\EventListener\AssistanceBeneficiaryEventListener" (parent: .instanceof.Entity\EventListener\AssistanceBeneficiaryEventListener.0.Entity\EventListener\AssistanceBeneficiaryEventListener).
Resolving inheritance for ".instanceof.Entity\EventListener\IndividualPostLoadEventListener.0.Entity\EventListener\IndividualPostLoadEventListener" (parent: .abstract.instanceof.Entity\EventListener\IndividualPostLoadEventListener).
Resolving inheritance for "Entity\EventListener\IndividualPostLoadEventListener" (parent: .instanceof.Entity\EventListener\IndividualPostLoadEventListener.0.Entity\EventListener\IndividualPostLoadEventListener).
Resolving inheritance for ".instanceof.Entity\EventListener\HouseholdPostLoadEventListener.0.Entity\EventListener\HouseholdPostLoadEventListener" (parent: .abstract.instanceof.Entity\EventListener\HouseholdPostLoadEventListener).
Resolving inheritance for "Entity\EventListener\HouseholdPostLoadEventListener" (parent: .instanceof.Entity\EventListener\HouseholdPostLoadEventListener.0.Entity\EventListener\HouseholdPostLoadEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\ProjectUpdateInputTypeValidator" (parent: .abstract.instanceof.Validator\Constraints\ProjectUpdateInputTypeValidator).
Resolving inheritance for "Validator\Constraints\ProjectUpdateInputTypeValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\ProjectUpdateInputTypeValidator).
Resolving inheritance for ".instanceof.Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler.0.Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler" (parent: .abstract.instanceof.Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler).
Resolving inheritance for "Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler" (parent: .instanceof.Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler.0.Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler).
Resolving inheritance for ".instanceof.Document\EventListener\AddressEventListener.0.Document\EventListener\AddressEventListener" (parent: .abstract.instanceof.Document\EventListener\AddressEventListener).
Resolving inheritance for "Document\EventListener\AddressEventListener" (parent: .instanceof.Document\EventListener\AddressEventListener.0.Document\EventListener\AddressEventListener).
Resolving inheritance for ".instanceof.Document\EventListener\HouseholdEventListener.0.Document\EventListener\HouseholdEventListener" (parent: .abstract.instanceof.Document\EventListener\HouseholdEventListener).
Resolving inheritance for "Document\EventListener\HouseholdEventListener" (parent: .instanceof.Document\EventListener\HouseholdEventListener.0.Document\EventListener\HouseholdEventListener).
Resolving inheritance for ".instanceof.Document\EventListener\AbstractBeneficiaryEventListener.0.Document\EventListener\AbstractBeneficiaryEventListener" (parent: .abstract.instanceof.Document\EventListener\AbstractBeneficiaryEventListener).
Resolving inheritance for "Document\EventListener\AbstractBeneficiaryEventListener" (parent: .instanceof.Document\EventListener\AbstractBeneficiaryEventListener.0.Document\EventListener\AbstractBeneficiaryEventListener).
Resolving inheritance for ".instanceof.Document\EventListener\IndividualEventListener.0.Document\EventListener\IndividualEventListener" (parent: .abstract.instanceof.Document\EventListener\IndividualEventListener).
Resolving inheritance for "Document\EventListener\IndividualEventListener" (parent: .instanceof.Document\EventListener\IndividualEventListener.0.Document\EventListener\IndividualEventListener).
Resolving inheritance for ".instanceof.Document\EventListener\CampAddressEventListener.0.Document\EventListener\CampAddressEventListener" (parent: .abstract.instanceof.Document\EventListener\CampAddressEventListener).
Resolving inheritance for "Document\EventListener\CampAddressEventListener" (parent: .instanceof.Document\EventListener\CampAddressEventListener.0.Document\EventListener\CampAddressEventListener).
Resolving inheritance for ".instanceof.Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler.0.Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler" (parent: .abstract.instanceof.Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler).
Resolving inheritance for "Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler" (parent: .instanceof.Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler.0.Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler).
Resolving inheritance for ".instanceof.Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler.0.Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler" (parent: .abstract.instanceof.Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler).
Resolving inheritance for "Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler" (parent: .instanceof.Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler.0.Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler).
Resolving inheritance for ".instanceof.Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler.0.Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler" (parent: .abstract.instanceof.Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler).
Resolving inheritance for "Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler" (parent: .instanceof.Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler.0.Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler).
Resolving inheritance for ".instanceof.Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler.0.Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler" (parent: .abstract.instanceof.Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler).
Resolving inheritance for "Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler" (parent: .instanceof.Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler.0.Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Component\Assistance\Messenger\Denormalizer\EligibleIndividualDenormalizer" (parent: .abstract.instanceof.Component\Assistance\Messenger\Denormalizer\EligibleIndividualDenormalizer).
Resolving inheritance for "Component\Assistance\Messenger\Denormalizer\EligibleIndividualDenormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Component\Assistance\Messenger\Denormalizer\EligibleIndividualDenormalizer).
Resolving inheritance for ".instanceof.Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler.0.Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler" (parent: .abstract.instanceof.Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler).
Resolving inheritance for "Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler" (parent: .instanceof.Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler.0.Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\GeoCoordinateValidator" (parent: .abstract.instanceof.Validator\Constraints\GeoCoordinateValidator).
Resolving inheritance for "Validator\Constraints\GeoCoordinateValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\GeoCoordinateValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\PermissionVoter" (parent: .abstract.instanceof.Security\Voter\PermissionVoter).
Resolving inheritance for ".instanceof.Security\Voter\PermissionVoter.0.Security\Voter\PermissionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\PermissionVoter).
Resolving inheritance for "Security\Voter\PermissionVoter" (parent: .instanceof.Security\Voter\PermissionVoter.0.Security\Voter\PermissionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\CountryVoter" (parent: .abstract.instanceof.Security\Voter\CountryVoter).
Resolving inheritance for ".instanceof.Security\Voter\CountryVoter.0.Security\Voter\CountryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\CountryVoter).
Resolving inheritance for "Security\Voter\CountryVoter" (parent: .instanceof.Security\Voter\CountryVoter.0.Security\Voter\CountryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\AssistanceVoter" (parent: .abstract.instanceof.Security\Voter\EntityVoter\AssistanceVoter).
Resolving inheritance for ".instanceof.Security\Voter\EntityVoter\AssistanceVoter.0.Security\Voter\EntityVoter\AssistanceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\AssistanceVoter).
Resolving inheritance for "Security\Voter\EntityVoter\AssistanceVoter" (parent: .instanceof.Security\Voter\EntityVoter\AssistanceVoter.0.Security\Voter\EntityVoter\AssistanceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\HouseholdVoter" (parent: .abstract.instanceof.Security\Voter\EntityVoter\HouseholdVoter).
Resolving inheritance for ".instanceof.Security\Voter\EntityVoter\HouseholdVoter.0.Security\Voter\EntityVoter\HouseholdVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\HouseholdVoter).
Resolving inheritance for "Security\Voter\EntityVoter\HouseholdVoter" (parent: .instanceof.Security\Voter\EntityVoter\HouseholdVoter.0.Security\Voter\EntityVoter\HouseholdVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\IndividualVoter" (parent: .abstract.instanceof.Security\Voter\EntityVoter\IndividualVoter).
Resolving inheritance for ".instanceof.Security\Voter\EntityVoter\IndividualVoter.0.Security\Voter\EntityVoter\IndividualVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\IndividualVoter).
Resolving inheritance for "Security\Voter\EntityVoter\IndividualVoter" (parent: .instanceof.Security\Voter\EntityVoter\IndividualVoter.0.Security\Voter\EntityVoter\IndividualVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\InstitutionVoter" (parent: .abstract.instanceof.Security\Voter\EntityVoter\InstitutionVoter).
Resolving inheritance for ".instanceof.Security\Voter\EntityVoter\InstitutionVoter.0.Security\Voter\EntityVoter\InstitutionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\InstitutionVoter).
Resolving inheritance for "Security\Voter\EntityVoter\InstitutionVoter" (parent: .instanceof.Security\Voter\EntityVoter\InstitutionVoter.0.Security\Voter\EntityVoter\InstitutionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\ProjectVoter" (parent: .abstract.instanceof.Security\Voter\EntityVoter\ProjectVoter).
Resolving inheritance for ".instanceof.Security\Voter\EntityVoter\ProjectVoter.0.Security\Voter\EntityVoter\ProjectVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\ProjectVoter).
Resolving inheritance for "Security\Voter\EntityVoter\ProjectVoter" (parent: .instanceof.Security\Voter\EntityVoter\ProjectVoter.0.Security\Voter\EntityVoter\ProjectVoter).
Resolving inheritance for ".instanceof.Listener\ApprovalRequestStateSubscriber.0.Listener\ApprovalRequestStateSubscriber" (parent: .abstract.instanceof.Listener\ApprovalRequestStateSubscriber).
Resolving inheritance for "Listener\ApprovalRequestStateSubscriber" (parent: .instanceof.Listener\ApprovalRequestStateSubscriber.0.Listener\ApprovalRequestStateSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\UniqueRecordValidator" (parent: .abstract.instanceof.Validator\Constraints\UniqueRecordValidator).
Resolving inheritance for ".instanceof.Validator\Constraints\UniqueRecordValidator.0.Validator\Constraints\UniqueRecordValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\UniqueRecordValidator).
Resolving inheritance for "Validator\Constraints\UniqueRecordValidator" (parent: .instanceof.Validator\Constraints\UniqueRecordValidator.0.Validator\Constraints\UniqueRecordValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\PermissionsArrayValidator" (parent: .abstract.instanceof.Validator\Constraints\PermissionsArrayValidator).
Resolving inheritance for ".instanceof.Validator\Constraints\PermissionsArrayValidator.0.Validator\Constraints\PermissionsArrayValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\PermissionsArrayValidator).
Resolving inheritance for "Validator\Constraints\PermissionsArrayValidator" (parent: .instanceof.Validator\Constraints\PermissionsArrayValidator.0.Validator\Constraints\PermissionsArrayValidator).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.amazon" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "state_machine.reliefPackage" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.reliefPackage" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.synchronizationBatch" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.synchronizationBatch" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.import" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.import" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.import_queue" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.import_queue" (parent: workflow.marking_store.method).
Resolving inheritance for "state_machine.approval_request" (parent: state_machine.abstract).
Resolving inheritance for "state_machine.approval_request" (parent: workflow.marking_store.method).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.smartcard_purchase" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.smartcard_deposit" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.notification" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.import" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.incoming_big_data" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.export" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.assistance" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.assistance_remove" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.assistance_small_add_beneficiary" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.assistance_add_beneficiary" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.relief_package_snapshot" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.our_db_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.jwt_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.jwt_login_web_app" (parent: security.firewall.config).
Resolving inheritance for "security.listener.jwt_login_web_app.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.jwt_login_web_app" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.jwt_login_web_app" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.jwt_login_web_app.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.jwt_login_web_app.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_web_app.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_web_app.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.jwt_login_web_app" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.jwt_login_web_app.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_web_app.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.jwt_login_web_app" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.jwt_login_web_app" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.jwt_login_web_app" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.jwt_login_web_app" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.jwt_login_web_app" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.jwt_login_offline_app" (parent: security.firewall.config).
Resolving inheritance for "security.listener.jwt_login_offline_app.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.jwt_login_offline_app" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.jwt_login_offline_app" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.jwt_login_offline_app.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.jwt_login_offline_app.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_offline_app.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_offline_app.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.jwt_login_offline_app" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.jwt_login_offline_app.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_offline_app.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.jwt_login_offline_app" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.jwt_login_offline_app" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.jwt_login_offline_app" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.jwt_login_offline_app" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.jwt_login_offline_app" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.jwt_login_vendor_app" (parent: security.firewall.config).
Resolving inheritance for "security.listener.jwt_login_vendor_app.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.jwt_login_vendor_app" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.jwt_login_vendor_app" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.jwt_login_vendor_app.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.jwt_login_vendor_app.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_vendor_app.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_vendor_app.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.jwt_login_vendor_app" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.jwt_login_vendor_app.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_vendor_app.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.jwt_login_vendor_app" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.jwt_login_vendor_app" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.jwt_login_vendor_app" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.jwt_login_vendor_app" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.jwt_login_vendor_app" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.jwt_login_support_app" (parent: security.firewall.config).
Resolving inheritance for "security.listener.jwt_login_support_app.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.jwt_login_support_app" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.jwt_login_support_app" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.jwt_login_support_app.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.jwt_login_support_app.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_support_app.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_support_app.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.refresh_jwt.jwt_login_support_app" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.jwt_login_support_app.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.jwt_login_support_app.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.jwt_login_support_app" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.jwt_login_support_app" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.jwt_login_support_app" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.jwt_login_support_app" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.jwt_login_support_app" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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 "gaufrette.products_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.organization_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.donors_adapter" (parent: knp_gaufrette.adapter.aws_s3).
Resolving inheritance for "gaufrette.products_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "gaufrette.organization_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "gaufrette.donors_filesystem" (parent: knp_gaufrette.filesystem).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "doctrine_mongodb.odm.default_connection.event_manager" (parent: doctrine_mongodb.odm.connection.event_manager).
Resolving inheritance for "doctrine_mongodb.odm.default_manager_configurator" (parent: doctrine_mongodb.odm.manager_configurator.abstract).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController" (parent: .abstract.instanceof.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController).
Resolving inheritance for "IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController).
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.doctrine_ping_connection" (parent: messenger.middleware.doctrine_ping_connection).
Resolving inheritance for "messenger.bus.default.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.exception" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mobile" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.import" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.metadata.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
6
Skipping service "Component\NoSqlMigration\MigrateToNoSqlCommand": Class or interface "Component\NoSqlMigration\MigrateToNoSqlCommand" cannot be loaded.
Skipping service "Component\NoSqlMigration\ClearNoSqlMigration": Class or interface "Component\NoSqlMigration\ClearNoSqlMigration" cannot be loaded.
Skipping service "Component\NoSqlMigration\Services\MigrationStateService": Class or interface "Component\NoSqlMigration\Services\MigrationStateService" cannot be loaded.
Skipping service "Component\NoSqlMigration\Services\InstitutionMigrationService": Class or interface "Component\NoSqlMigration\Services\InstitutionMigrationService" cannot be loaded.
Skipping service "Component\NoSqlMigration\Services\HouseholdMigrationService": Class or interface "Component\NoSqlMigration\Services\HouseholdMigrationService" cannot be loaded.
Skipping service "Component\NoSqlMigration\Services\CommonMigrationUtilsService": Class or interface "Component\NoSqlMigration\Services\CommonMigrationUtilsService" cannot be loaded.
511
Removed service "app.streamedHttpExport"; reason: private alias.
Removed service "Utils\Export\StreamedHttpExportInterface"; reason: private alias.
Removed service "app.fileExport"; reason: private alias.
Removed service "Doctrine\Persistence\ObjectManager"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Component\SelectionCriteria\SelectionCriterionService"; reason: private alias.
Removed service "Utils\InstitutionService"; reason: private alias.
Removed service "Utils\CustomFieldService"; reason: private alias.
Removed service "Utils\UserService"; reason: private alias.
Removed service "Utils\HouseholdService"; reason: private alias.
Removed service "organization_service"; reason: private alias.
Removed service "Utils\ExportTableServiceInterface"; reason: private alias.
Removed service "Repository\SmartcardPurchaseRepository"; reason: private alias.
Removed service "Utils\VendorService"; reason: private alias.
Removed service "Utils\BookletService"; reason: private alias.
Removed service "Utils\VoucherService"; reason: private alias.
Removed service "Utils\ProductService"; reason: private alias.
Removed service "Model\PurchaseService"; reason: private alias.
Removed service "Utils\SmartcardService"; reason: private alias.
Removed service "Utils\TransactionService"; reason: private alias.
Removed service "Utils\Provider\DefaultFinancialProvider"; reason: private alias.
Removed service "Utils\Provider\KHMFinancialProvider"; reason: private alias.
Removed service "Export\AssistanceSpreadsheetExport"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "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\Workflow\Registry"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $reliefPackage.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $reliefPackageStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $reliefPackage"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $synchronizationBatch.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $synchronizationBatchStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $synchronizationBatch"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $import.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $importStateMachine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $import"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $import_queue.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $importQueueStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $import_queue"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $importQueue"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $approval_request.state_machine"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $approvalRequestStateMachine"; reason: private alias.
Removed service ".Symfony\Component\Workflow\WorkflowInterface $approval_request"; reason: private alias.
Removed service "Symfony\Component\Workflow\WorkflowInterface $approvalRequest"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.jwt_login_web_app"; reason: private alias.
Removed service "security.user_checker.jwt_login_web_app"; reason: private alias.
Removed service "security.authentication.session_strategy.jwt_login_offline_app"; reason: private alias.
Removed service "security.user_checker.jwt_login_offline_app"; reason: private alias.
Removed service "security.authentication.session_strategy.jwt_login_vendor_app"; reason: private alias.
Removed service "security.user_checker.jwt_login_vendor_app"; reason: private alias.
Removed service "security.authentication.session_strategy.jwt_login_support_app"; reason: private alias.
Removed service "security.user_checker.jwt_login_support_app"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "Knp\Bundle\GaufretteBundle\FilesystemMap"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; 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 "Doctrine\ODM\MongoDB\DocumentManager"; reason: private alias.
Removed service "Doctrine\Bundle\MongoDBBundle\ManagerRegistry"; reason: private alias.
Removed service "doctrine_mongodb.odm.event_manager"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\OAuth2Client"; reason: private alias.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\User\KeycloakBearerUserProviderInterface"; reason: private alias.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\User\KeycloakUserProviderInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $lockLogger"; 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 $exceptionLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mobileLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $importLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "fos_rest.serializer"; 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.moYfvSF"; reason: private alias.
Removed service ".service_locator.viwUZOx"; reason: private alias.
Removed service ".service_locator.lYsvK2N"; reason: private alias.
Removed service ".service_locator.e8IbYaj"; reason: private alias.
Removed service ".service_locator.VawRX4l"; reason: private alias.
Removed service ".service_locator.SKiMN2Y"; reason: private alias.
Removed service ".service_locator.xOnkJJZ"; reason: private alias.
Removed service ".service_locator.jheeXGz"; reason: private alias.
Removed service ".service_locator.zIrtrQm"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.Jfwupo1"; reason: private alias.
Removed service ".service_locator.l3vLnA8"; reason: private alias.
Removed service ".service_locator._5jWtyr"; reason: private alias.
Removed service ".service_locator.s3nGI_C"; reason: private alias.
Removed service ".service_locator.hktmJtd"; reason: private alias.
Removed service ".service_locator.RxpMHDZ"; reason: private alias.
Removed service ".service_locator.aknZaEP"; reason: private alias.
Removed service ".service_locator.1BsxtzY"; reason: private alias.
Removed service ".service_locator.UJ0_42D"; reason: private alias.
Removed service ".service_locator.Y9L3u38"; reason: private alias.
Removed service ".service_locator.ApSmP9n"; reason: private alias.
Removed service ".service_locator.KKrRL2J"; reason: private alias.
Removed service ".service_locator.VkwwCfk"; reason: private alias.
Removed service ".service_locator.0ZVdJP4"; reason: private alias.
Removed service ".service_locator.Q.K6kQm"; reason: private alias.
Removed service ".service_locator.At.8ycR"; reason: private alias.
Removed service ".service_locator.DCqsnDM"; reason: private alias.
Removed service ".service_locator.cKCubx1"; reason: private alias.
Removed service ".service_locator.DHdWEuC"; reason: private alias.
Removed service ".service_locator.J9mQ.5L"; reason: private alias.
Removed service ".service_locator.8Ai6QIu"; reason: private alias.
Removed service ".service_locator.O4FY3lN"; reason: private alias.
Removed service ".service_locator.whVQsgD"; reason: private alias.
Removed service ".service_locator.ig0CYs6"; reason: private alias.
Removed service ".service_locator.4CdE0Db"; reason: private alias.
Removed service ".service_locator.dFUqFhr"; reason: private alias.
Removed service ".service_locator.167oozc"; reason: private alias.
Removed service ".service_locator.CuR.ULl"; reason: private alias.
Removed service ".service_locator.LwjMaj0"; reason: private alias.
Removed service ".service_locator.5QMIHlG"; reason: private alias.
Removed service ".service_locator.aMOVFKs"; reason: private alias.
Removed service ".service_locator._sNlhtK"; reason: private alias.
Removed service ".service_locator.TGDLlvd"; reason: private alias.
Removed service ".service_locator.uV_xQFw"; reason: private alias.
Removed service ".service_locator.o1psDlY"; reason: private alias.
Removed service ".service_locator.ciOpfaO"; reason: private alias.
Removed service ".service_locator.oEqK3Xs"; reason: private alias.
Removed service ".service_locator.XuLZBB1"; reason: private alias.
Removed service ".service_locator.ZA246Kf"; reason: private alias.
Removed service ".service_locator.qcJT2Fa"; reason: private alias.
Removed service ".service_locator.kpGm0Te"; reason: private alias.
Removed service ".service_locator.5TAVfOR"; reason: private alias.
Removed service ".service_locator.UOjAcnk"; reason: private alias.
Removed service ".service_locator.bUD.O.H"; reason: private alias.
Removed service ".service_locator.HU5yyF6"; reason: private alias.
Removed service ".service_locator.O4IUpYU"; reason: private alias.
Removed service ".service_locator.k8ls.Gm"; reason: private alias.
Removed service ".service_locator.9_y2.sL"; reason: private alias.
Removed service ".service_locator.MGV9tGV"; reason: private alias.
Removed service ".service_locator.XAWkQr."; reason: private alias.
Removed service ".service_locator.0OV1zEx"; reason: private alias.
Removed service ".service_locator.Zhnafn8"; reason: private alias.
Removed service ".service_locator.A7rTWTx"; reason: private alias.
Removed service ".service_locator.CS0sm4D"; reason: private alias.
Removed service ".service_locator.XwtiGu3"; reason: private alias.
Removed service ".service_locator.NvpcGRz"; reason: private alias.
Removed service ".service_locator.2TCpZTX"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.MsvNI_2"; reason: private alias.
Removed service ".service_locator.UHzOh0M"; reason: private alias.
Removed service ".service_locator.DgI1X6M"; reason: private alias.
Removed service ".service_locator.RNXAh94"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.UMxJjIM"; reason: private alias.
Removed service ".service_locator.pNpLUyt"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.jwt_login_web_app"; reason: private alias.
Removed service "security.firewall.authenticator.jwt_login_offline_app"; reason: private alias.
Removed service "security.firewall.authenticator.jwt_login_vendor_app"; reason: private alias.
Removed service "security.firewall.authenticator.jwt_login_support_app"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "state_machine.reliefPackage"; reason: private alias.
Removed service "state_machine.synchronizationBatch"; reason: private alias.
Removed service "state_machine.import"; reason: private alias.
Removed service "state_machine.import_queue"; reason: private alias.
Removed service "state_machine.approval_request"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.doctrine.orm.default.metadata"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "security.event_dispatcher.jwt_login_web_app"; reason: private alias.
Removed service "security.event_dispatcher.jwt_login_offline_app"; reason: private alias.
Removed service "security.event_dispatcher.jwt_login_vendor_app"; reason: private alias.
Removed service "security.event_dispatcher.jwt_login_support_app"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.poucF9u"; reason: private alias.
Removed service ".service_locator.RHGjWDN"; reason: private alias.
Removed service ".service_locator.5OXVVFO"; reason: private alias.
Removed service ".service_locator.1VJOcIC"; reason: private alias.
Removed service ".service_locator.SpIg9K4"; reason: private alias.
Removed service ".service_locator.vmxzrNS"; reason: private alias.
Removed service ".service_locator.27IyPFG"; reason: private alias.
Removed service ".service_locator.c0G_F.o"; reason: private alias.
Removed service ".service_locator.Vtv5Zra"; reason: private alias.
Removed service ".service_locator.Be6NcBa"; reason: private alias.
Removed service ".service_locator.wGOkrCo"; reason: private alias.
Removed service ".service_locator.n4hHv7J"; reason: private alias.
Removed service ".service_locator.oa4kIE7"; reason: private alias.
Removed service ".service_locator.bsibi1n"; reason: private alias.
Removed service ".service_locator.oB8uLdq"; reason: private alias.
Removed service ".service_locator.fQA6sVE"; reason: private alias.
Removed service ".service_locator.bR_gFRB"; reason: private alias.
Removed service ".service_locator.FieNZ78"; reason: private alias.
Removed service ".service_locator.BvXkxE7"; reason: private alias.
Removed service ".service_locator.KZhOtSv"; reason: private alias.
Removed service ".service_locator.YmtHzDf"; reason: private alias.
Removed service ".service_locator.s_ncLQF"; reason: private alias.
Removed service ".service_locator.F316TZP"; reason: private alias.
Removed service ".service_locator.1qGDrrG"; reason: private alias.
Removed service ".service_locator.ifJs4eI"; reason: private alias.
Removed service ".service_locator.ZDtEoMs"; reason: private alias.
Removed service ".service_locator.yuSvIqi"; reason: private alias.
Removed service ".service_locator.d.EzRV."; reason: private alias.
Removed service ".service_locator.vxQTbPJ"; reason: private alias.
Removed service ".service_locator.mXNMH1p"; reason: private alias.
Removed service ".service_locator.qgB0KsX"; reason: private alias.
Removed service ".service_locator.yucLjO7"; reason: private alias.
Removed service ".service_locator.B_dod7h"; reason: private alias.
Removed service ".service_locator.Ec92b._"; reason: private alias.
Removed service ".service_locator.6wUEB52"; reason: private alias.
Removed service ".service_locator.SJh5pL9"; reason: private alias.
Removed service ".service_locator.32xJy_C"; reason: private alias.
Removed service ".service_locator.Iesg9tH"; reason: private alias.
Removed service ".service_locator.BYdkUPg"; reason: private alias.
Removed service ".service_locator.4ZI9vPN"; reason: private alias.
Removed service ".service_locator.JZClXvq"; reason: private alias.
Removed service ".service_locator.mFdSnZW"; reason: private alias.
Removed service ".service_locator.58AFrjj"; reason: private alias.
Removed service ".service_locator.Q3L748o"; reason: private alias.
Removed service ".service_locator.ZM.ZoqV"; reason: private alias.
Removed service ".service_locator.CLvkuTv"; reason: private alias.
Removed service ".service_locator.6MTzRpc"; reason: private alias.
Removed service ".service_locator.pnWNyfM"; reason: private alias.
Removed service ".service_locator.M2Q.fug"; reason: private alias.
Removed service ".service_locator.lJLkCLf"; reason: private alias.
Removed service ".service_locator.AV1JIJE"; reason: private alias.
Removed service ".service_locator._NlakMX"; reason: private alias.
Removed service ".service_locator.BiyfPMz"; reason: private alias.
Removed service ".service_locator.wxNIajg"; reason: private alias.
Removed service ".service_locator.BeoHePy"; reason: private alias.
Removed service ".service_locator.uk6Ka2T"; reason: private alias.
Removed service ".service_locator.VzSu5CG"; reason: private alias.
Removed service ".service_locator.MDzt80s"; reason: private alias.
Removed service ".service_locator.tMftlkw"; reason: private alias.
Removed service ".service_locator.CNKGWA."; reason: private alias.
Removed service ".service_locator.k8hyMWE"; reason: private alias.
Removed service ".service_locator.2EFLj5n"; reason: private alias.
Removed service ".service_locator.3fHHBZ7"; reason: private alias.
Removed service ".service_locator.gT3u0dC"; reason: private alias.
Removed service ".service_locator.89Dll8F"; reason: private alias.
Removed service ".service_locator.ZEaPIY."; reason: private alias.
Removed service ".service_locator.hYwxkTW"; reason: private alias.
Removed service ".service_locator.xKbJglZ"; reason: private alias.
Removed service ".service_locator.GCEwPxY"; reason: private alias.
Removed service ".service_locator.BDiFkPv"; reason: private alias.
Removed service ".service_locator.4zRMg2h"; reason: private alias.
Removed service ".service_locator.vydRJSS"; reason: private alias.
Removed service ".service_locator.K04jwTZ"; reason: private alias.
Removed service ".service_locator.SPMY9uU"; reason: private alias.
Removed service ".service_locator.dPbl46A"; reason: private alias.
Removed service ".service_locator.gafV457"; reason: private alias.
Removed service ".service_locator.m8q1U3u"; reason: private alias.
Removed service ".service_locator.MxOVuTz"; reason: private alias.
Removed service ".service_locator.COMZNEL"; reason: private alias.
Removed service ".service_locator.n7If8i7"; reason: private alias.
Removed service ".service_locator.WzzVhQT"; reason: private alias.
Removed service ".service_locator.zu.m.NG"; reason: private alias.
Removed service ".service_locator.FxhP2ET"; reason: private alias.
Removed service ".service_locator.nPztSG5"; reason: private alias.
Removed service ".service_locator.I2rauBq"; reason: private alias.
Removed service ".service_locator.Lff0jx9"; reason: private alias.
Removed service ".service_locator.iLPNkSC"; reason: private alias.
Removed service ".service_locator._yLVbIr"; reason: private alias.
Removed service ".service_locator.QBV0ivD"; reason: private alias.
Removed service ".service_locator.UOupCGp"; reason: private alias.
Removed service ".service_locator.JRFaUCs"; reason: private alias.
Removed service ".service_locator.bR4.33O"; reason: private alias.
Removed service ".service_locator._gVRlbo"; reason: private alias.
Removed service ".service_locator.uwp69mM"; reason: private alias.
Removed service ".service_locator.J5rNnOi"; reason: private alias.
Removed service ".service_locator.JayREL_"; reason: private alias.
Removed service ".service_locator.VvoAjSh"; reason: private alias.
Removed service ".service_locator.uohFkFK"; reason: private alias.
Removed service ".service_locator.NhCQmh3"; reason: private alias.
Removed service ".service_locator.bB_v298"; reason: private alias.
Removed service ".service_locator.CQD8oEO"; reason: private alias.
Removed service ".service_locator.FCVHbmX"; reason: private alias.
Removed service ".service_locator.Y6z_MVP"; reason: private alias.
Removed service ".service_locator.At97OVN"; reason: private alias.
Removed service ".service_locator.6ZlvPUl"; reason: private alias.
Removed service ".service_locator.Qqq0M1Q"; reason: private alias.
Removed service ".service_locator.8_lTYMz"; reason: private alias.
Removed service ".service_locator.GLfzxz0"; reason: private alias.
Removed service ".service_locator.Gv9.Tph"; reason: private alias.
Removed service ".service_locator.uIDEmJo"; reason: private alias.
Removed service ".service_locator.VXF7s.D"; reason: private alias.
Removed service ".service_locator.I80ujpw"; reason: private alias.
Removed service ".service_locator.gxNErOm"; reason: private alias.
Removed service ".service_locator._5mxxP_"; reason: private alias.
Removed service ".service_locator.ugJTKof"; reason: private alias.
Removed service ".service_locator.AZvK6Pl"; reason: private alias.
Removed service ".service_locator.g6.1j1j"; reason: private alias.
Removed service ".service_locator.GuwNYl4"; reason: private alias.
Removed service ".service_locator.CojClma"; reason: private alias.
Removed service ".service_locator.r7JJxej"; reason: private alias.
Removed service ".service_locator.Nuz8UTg"; reason: private alias.
Removed service ".service_locator.6jt.yTn"; reason: private alias.
Removed service ".service_locator.evt0BUX"; reason: private alias.
Removed service ".service_locator.Ihp8jAE"; reason: private alias.
Removed service ".service_locator.8wrlWEH"; reason: private alias.
Removed service ".service_locator.LQj7QfN"; reason: private alias.
Removed service ".service_locator.0088V3I"; reason: private alias.
Removed service ".service_locator.7huHiZk"; reason: private alias.
Removed service ".service_locator.ceUeA2U"; reason: private alias.
Removed service ".service_locator.hrMjmKJ"; reason: private alias.
Removed service ".service_locator.ikE.AQW"; reason: private alias.
Removed service ".service_locator.dfmdOIm"; reason: private alias.
Removed service ".service_locator.IoAAaVl"; reason: private alias.
Removed service ".service_locator.5lSs9Lz"; reason: private alias.
Removed service ".service_locator.S9eY4YC"; reason: private alias.
Removed service ".service_locator.mtZfa5P"; reason: private alias.
Removed service ".service_locator.t0EzeOv"; reason: private alias.
Removed service ".service_locator.MJoyxli"; reason: private alias.
Removed service ".service_locator.lUQPDnv"; reason: private alias.
Removed service ".service_locator.0tBVb1p"; reason: private alias.
Removed service ".service_locator.xPAfXMn"; reason: private alias.
Removed service ".service_locator.a3oScWo"; reason: private alias.
Removed service ".service_locator.HeTCE0a"; reason: private alias.
Removed service ".service_locator.RN_Eno_"; reason: private alias.
Removed service ".service_locator.Az6o4tq"; reason: private alias.
Removed service ".service_locator.hPaLOvj"; reason: private alias.
Removed service ".service_locator.RHAeusv"; reason: private alias.
Removed service ".service_locator.rh0_fwu"; reason: private alias.
Removed service ".service_locator.DLDaBdV"; reason: private alias.
Removed service ".service_locator.4aWyM3l"; reason: private alias.
Removed service ".service_locator.M8DutmR"; reason: private alias.
Removed service ".service_locator.pL8Pjfy"; reason: private alias.
Removed service ".service_locator.sGRrowk"; reason: private alias.
Removed service ".service_locator.YAUN7y_"; reason: private alias.
Removed service ".service_locator.ekueftK"; reason: private alias.
Removed service ".service_locator.mB8C.Qf"; reason: private alias.
Removed service ".service_locator.v8qyHB1"; reason: private alias.
Removed service ".service_locator.hNxzR2J"; reason: private alias.
Removed service ".service_locator.EABPz6h"; reason: private alias.
Removed service ".service_locator.NKGfVvL"; reason: private alias.
Removed service ".service_locator.NnrPjgJ"; reason: private alias.
Removed service ".service_locator.uvNcASB"; reason: private alias.
Removed service ".service_locator.95N0_X0"; reason: private alias.
Removed service ".service_locator.pvCntpl"; reason: private alias.
Removed service ".service_locator.Yc1mPPx"; reason: private alias.
Removed service ".service_locator.IM.t3kI"; reason: private alias.
Removed service ".service_locator.v2_eA.U"; reason: private alias.
Removed service ".service_locator.A5NBRKm"; reason: private alias.
Removed service ".service_locator.v72VPwT"; reason: private alias.
Removed service ".service_locator.eWYw45X"; reason: private alias.
Removed service ".service_locator.dliWi03"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
308
Changed reference of service "Controller\Keycloak\AuthController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Controller\OfflineApp\AssistanceController" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Controller\OfflineApp\BookletController" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Controller\OfflineApp\SmartcardDepositController" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Controller\VendorApp\BookletController" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Controller\VendorApp\SmartcardController" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Controller\VendorApp\SynchronizationBatchController" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Controller\VendorApp\VoucherController" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Controller\WebApp\Assistance\AssistanceCodelistController" previously pointing to "Utils\SectorService" to "project.sector_service".
Changed reference of service "Controller\WebApp\Assistance\AssistanceController" previously pointing to "Utils\AssistanceService" to "distribution.assistance_service".
Changed reference of service "Controller\WebApp\Assistance\AssistanceController" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Controller\WebApp\Catalog\CatalogController" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Controller\WebApp\CommonController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Controller\WebApp\CommonController" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Controller\WebApp\CommonController" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Controller\WebApp\CommonController" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Controller\WebApp\CommonController" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "Controller\WebApp\DistributedItemController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Controller\WebApp\DonorController" previously pointing to "Utils\DonorService" to "project.donor_service".
Changed reference of service "Controller\WebApp\HouseholdController" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Controller\WebApp\ProjectController" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Controller\WebApp\ProjectController" previously pointing to "Utils\SectorService" to "project.sector_service".
Changed reference of service "Controller\WebApp\SectorsCodelistController" previously pointing to "Utils\SectorService" to "project.sector_service".
Changed reference of service "Controller\WebApp\TransactionController" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Command\GenerateReliefPackageSnapshotsCommand" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Command\LogsCleanCommand" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Assistance\AssistanceFactory" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "Component\Assistance\AssistanceFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Component\Assistance\AssistanceFactory" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Component\Assistance\AssistanceFactory" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Assistance\AssistanceQuery" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Mapper\Assistance\AssistanceMapper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mapper\ProjectDetailMapper" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Mapper\ProjectMapper" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Mapper\SectorMapper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mapper\SelectionCriterionFieldMapper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Mapper\TargetMapper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Listener\AcceptHeaderEventSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Listener\WorkerMessageSubscriber" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Listener\ErrorResponseEventSubscriber" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Import\ImportService" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Import\Messaging\Handler\ImportCheckHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Import\Messaging\Handler\UploadImportHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Import\Messaging\Handler\ImportFillQueueHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Import\UploadImportService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Import\IdentityChecker" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Import\SimilarityChecker" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Import\ImportFinisher" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Import\ImportReset" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Import\DuplicityResolver" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Notification\EmailNotificationService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Export\VulnerabilityScoreExport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Component\Smartcard\SmartcardPurchaseService" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Component\Smartcard\Deposit\DepositFactory" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "Component\Smartcard\Deposit\DepositFactory" previously pointing to "monolog.logger" to "logger".
Changed reference of service "workflow.import.integrity_subscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "workflow.import.identity_subscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "workflow.import.similarity_subscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "workflow.import.finisher_subscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "workflow.import.finisher_subscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "workflow.import.finisher_subscriber" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Component\Assistance\Validator\AssistanceMoveValidator" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Services\AssistanceDistributionService" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Services\CodeListService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Component\ReliefPackage\ReliefPackageService" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\ReliefPackage\ReliefPackageService" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "beneficiary.household_service" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "beneficiary.custom_field_service" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Export\SmartcardInvoiceLegacyExport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "DataFixtures\ApprovalRequestFixtures" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "DataFixtures\ProjectFixtures" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "DataFixtures\BeneficiaryTestFixtures" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "DataFixtures\AssistanceFixtures" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "DataFixtures\AssistanceFixtures" previously pointing to "Utils\CriteriaAssistanceService" to "distribution.criteria_assistance_service".
Changed reference of service "DataFixtures\AssistanceValidationFixtures" previously pointing to "Utils\AssistanceService" to "distribution.assistance_service".
Changed reference of service "Utils\ExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\OpenSpoutExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\BasicExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\AssistanceBankReportTransformData" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\SmartcardPurchasedItemTransformData" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\DistributedSummaryTransformData" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\ReliefBeneficiaryTransformData" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "voucher.purchase_service" previously pointing to "monolog.logger" to "logger".
Changed reference of service "transaction.transaction_service" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "transaction.transaction_service" previously pointing to "monolog.logger" to "logger".
Changed reference of service "transaction.default_financial_provider" previously pointing to "monolog.logger" to "logger".
Changed reference of service "transaction.khm_financial_provider" previously pointing to "monolog.logger" to "logger".
Changed reference of service "export.spreadsheet" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "export.spreadsheet" previously pointing to "monolog.logger" to "logger".
Changed reference of service "Component\Assistance\Services\AssistanceBeneficiaryService" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "Component\Assistance\Services\AssistanceBeneficiaryService" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Assistance\Services\AssistanceBeneficiaryService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\OrganizationService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\Export\Household\HouseholdExportService" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Utils\Export\Assistance\ProjectAssistanceExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\Export\OpenSpoutStreamedHttpExport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Validator\Constraints\ProjectUpdateInputTypeValidator" previously pointing to "Utils\SectorService" to "project.sector_service".
Changed reference of service "Utils\AssistanceBnfFile3TransformData" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\Export\Factory\BnfFile3ExportFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\Export\OpenSpoutFileExport" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\Export\Institution\InstitutionExportService" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Utils\Export\Institution\InstitutionExportService" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\JustificationBnfFile3TransformData" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Document\EventListener\HouseholdEventListener" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Document\EventListener\AbstractBeneficiaryEventListener" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Document\EventListener\IndividualEventListener" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler" previously pointing to "Utils\CriteriaAssistanceService" to "distribution.criteria_assistance_service".
Changed reference of service "Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
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 "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "config_builder.warmer" previously pointing to "monolog.logger" to "logger".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "error_handler.error_renderer.html" previously pointing to "monolog.logger" to "logger".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
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.amazon" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "workflow.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "state_machine.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
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 "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.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
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 "data_collector.workflow" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.is_granted_attribute_expression_language" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler" previously pointing to "monolog.logger" to "logger".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.access_token_handler.oidc_user_info" previously pointing to "monolog.logger" to "logger".
Changed reference of service "security.access_token_handler.oidc" previously pointing to "monolog.logger" to "logger".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.jwt_login_web_app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.jwt_login_web_app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.jwt_login_web_app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.jwt_login_web_app.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_web_app.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_web_app.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.jwt_login_web_app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.jwt_login_web_app.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_web_app.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.jwt_login_offline_app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.jwt_login_offline_app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.jwt_login_offline_app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.jwt_login_offline_app.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_offline_app.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_offline_app.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.jwt_login_offline_app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.jwt_login_offline_app.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_offline_app.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.jwt_login_vendor_app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.jwt_login_vendor_app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.jwt_login_vendor_app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.jwt_login_vendor_app.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_vendor_app.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_vendor_app.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.jwt_login_vendor_app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.jwt_login_vendor_app.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_vendor_app.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.jwt_login_support_app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.jwt_login_support_app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.jwt_login_support_app" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.jwt_login_support_app.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_support_app.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_support_app.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.refresh_jwt.jwt_login_support_app" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.jwt_login_support_app.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.jwt_login_support_app.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.doctrine_open_transaction_logger" previously pointing to "monolog.logger" to "logger".
Changed reference of service "doctrine.migrations.dependency_factory" previously pointing to "monolog.logger" to "logger".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "knp_gaufrette.filesystem_map" previously pointing to "gaufrette.products_filesystem" to "products_filesystem".
Changed reference of service "knp_gaufrette.filesystem_map" previously pointing to "gaufrette.organization_filesystem" to "organization_filesystem".
Changed reference of service "knp_gaufrette.filesystem_map" previously pointing to "gaufrette.donors_filesystem" to "donors_filesystem".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "IDCI\Bundle\KeycloakSecurityBundle\EventListener\ExceptionListener" previously pointing to "router.default" to "router".
Changed reference of service "IDCI\Bundle\KeycloakSecurityBundle\EventListener\LogoutListener" previously pointing to "router.default" to "router".
Changed reference of service "IDCI\Bundle\KeycloakSecurityBundle\Security\EntryPoint\AuthenticationEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "IDCI\Bundle\KeycloakSecurityBundle\Security\User\KeycloakUserProvider" previously pointing to "monolog.logger" to "logger".
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 ".service_locator.qGODAbK" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.8457OqH" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.w2Lb9nl" previously pointing to "monolog.logger" to "logger".
Changed reference of service ".service_locator.w2Lb9nl" previously pointing to "Export\SmartcardInvoiceExport" to "distribution.export.smartcard_invoice".
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.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_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\Voter\PermissionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Security\Voter\CountryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Security\Voter\EntityVoter\AssistanceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Security\Voter\EntityVoter\HouseholdVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Security\Voter\EntityVoter\IndividualVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Security\Voter\EntityVoter\InstitutionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Security\Voter\EntityVoter\ProjectVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.event_dispatcher.jwt_login_web_app" previously pointing to "monolog.logger" to "logger".
Changed reference of service "debug.security.event_dispatcher.jwt_login_offline_app" previously pointing to "monolog.logger" to "logger".
Changed reference of service "debug.security.event_dispatcher.jwt_login_vendor_app" previously pointing to "monolog.logger" to "logger".
Changed reference of service "debug.security.event_dispatcher.jwt_login_support_app" previously pointing to "monolog.logger" to "logger".
Changed reference of service ".service_locator.dyrJtLz" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.FpWNIDG" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.pYYcM7Q" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.cXsfP3P" previously pointing to "monolog.logger" to "logger".
Changed reference of service "debug.state_machine.reliefPackage.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.synchronizationBatch.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.import.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.import_queue.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.state_machine.approval_request.inner" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "project.project_service" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "project.project_service" previously pointing to "Utils\SectorService" to "project.sector_service".
Changed reference of service "project.project_service" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "distribution.assistance_service" previously pointing to "Utils\CriteriaAssistanceService" to "distribution.criteria_assistance_service".
Changed reference of service "distribution.assistance_service" previously pointing to "Repository\AssistanceRepository" to "assistance.repository".
Changed reference of service "distribution.assistance_service" previously pointing to "Utils\ProjectService" to "project.project_service".
Changed reference of service "distribution.assistance_service" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "distribution.assistance_service" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "distribution.export.smartcard_invoice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
622
Removed service "transaction.default_financial_provider"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "workflow.abstract"; reason: abstract.
Removed service "state_machine.abstract"; reason: abstract.
Removed service "workflow.marking_store.method"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "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 "knp_gaufrette.filesystem"; reason: abstract.
Removed service "knp_gaufrette.adapter.in_memory"; reason: abstract.
Removed service "knp_gaufrette.adapter.local"; reason: abstract.
Removed service "knp_gaufrette.adapter.safe_local"; reason: abstract.
Removed service "knp_gaufrette.adapter.async_aws_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.aws_s3"; reason: abstract.
Removed service "knp_gaufrette.adapter.doctrine_dbal"; reason: abstract.
Removed service "knp_gaufrette.adapter.opencloud"; reason: abstract.
Removed service "knp_gaufrette.adapter.azure_blob_storage"; reason: abstract.
Removed service "knp_gaufrette.adapter.google_cloud_storage"; reason: abstract.
Removed service "knp_gaufrette.adapter.gridfs"; reason: abstract.
Removed service "knp_gaufrette.adapter.ftp"; reason: abstract.
Removed service "knp_gaufrette.adapter.phpseclib_sftp"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service "doctrine_mongodb.odm.connection.event_manager"; reason: abstract.
Removed service "doctrine_mongodb.odm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine_mongodb.odm.security.user.provider"; reason: abstract.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Provider\KeycloakResourceOwner"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\Healthcheck\HealthcheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\Healthcheck\HealthcheckController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\Healthcheck\HealthcheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\Keycloak\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\Keycloak\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\Keycloak\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\Assistance\ReliefPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\Assistance\ReliefPackageController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\Assistance\ReliefPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceCommodityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceCommodityController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\AssistanceCommodityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\AssistanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\AssistanceController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\AssistanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\BeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\BeneficiaryController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\BeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\BookletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\BookletController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\BookletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\LogController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\ModalityCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\ModalityCodelistController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\ModalityCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\SmartcardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\SmartcardController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\SmartcardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\SmartcardDepositController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\SmartcardDepositController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\SmartcardDepositController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\OfflineApp\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\OfflineApp\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\OfflineApp\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\AbstractSupportAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\AbstractSupportAppController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\SupportApp\AbstractSupportAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\SupportApp\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\HouseholdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\HouseholdController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\SupportApp\HouseholdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\AnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\AnalyticsController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\SupportApp\Smartcard\AnalyticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\DistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\DistributionController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\SupportApp\Smartcard\DistributionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\Smartcard\SmartcardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\Smartcard\SmartcardController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\SupportApp\Smartcard\SmartcardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\SupportApp\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\SupportApp\TestController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\SupportApp\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\AbstractVendorAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\AbstractVendorAppController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\AbstractVendorAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\BookletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\BookletController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\BookletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\LogController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\ReliefPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\ReliefPackageController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\ReliefPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SmartcardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SmartcardController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\SmartcardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SmartcardPurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SmartcardPurchaseController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\SmartcardPurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\SynchronizationBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\SynchronizationBatchController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\SynchronizationBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\VendorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\VendorController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\VendorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\VendorApp\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\VendorApp\VoucherController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\VendorApp\VoucherController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\AbstractWebAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\AbstractWebAppController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\AbstractWebAppController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ApprovalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ApprovalController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ApprovalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Assistance\AssistanceBeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceCodelistController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Assistance\AssistanceCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceCommodityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceCommodityController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Assistance\AssistanceCommodityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\AssistanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\AssistanceController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Assistance\AssistanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\ReliefPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\ReliefPackageController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Assistance\ReliefPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Assistance\SelectionCriterionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Assistance\SelectionCriterionController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Assistance\SelectionCriterionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BeneficiaryCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BeneficiaryCodelistController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\BeneficiaryCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BeneficiaryController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\BeneficiaryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\BookletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\BookletController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\BookletController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CampController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CampController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\CampController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Catalog\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Catalog\CatalogController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Catalog\CatalogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CommonController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\CommonController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\CustomFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\CustomFieldController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\CustomFieldController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\DistributedItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\DistributedItemController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\DistributedItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\DonorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\DonorController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\DonorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ExportController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\HouseholdCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\HouseholdCodelistController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\HouseholdCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\HouseholdController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\HouseholdController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\HouseholdController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ImportController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\InstitutionCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\InstitutionCodelistController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\InstitutionCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\InstitutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\InstitutionController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\InstitutionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\LocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\LocationController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\LocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ModalityCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ModalityCodelistController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ModalityCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\OrganizationController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\OrganizationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\PermissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\PermissionController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\PermissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductCategoryCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductCategoryCodelistController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ProductCategoryCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ProductCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProductController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ProjectController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ProjectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\RoleController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\RoleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\ScoringBlueprintController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\ScoringBlueprintController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\ScoringBlueprintController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SectorsCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SectorsCodelistController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\SectorsCodelistController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\InvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Smartcard\InvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Smartcard\SmartcardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardDepositController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardDepositController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Smartcard\SmartcardDepositController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\Smartcard\SmartcardPurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\Smartcard\SmartcardPurchaseController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\Smartcard\SmartcardPurchaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SmartcardPurchasedItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SmartcardPurchasedItemController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\SmartcardPurchasedItemController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\SynchronizationBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\SynchronizationBatchController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\SynchronizationBatchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Controller\WebApp\VendorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Controller\WebApp\VendorController"; reason: abstract.
Removed service ".abstract.instanceof.Controller\WebApp\VendorController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\AdmCSV2XMLCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\AdmCSV2XMLCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\CheckPowerBICommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\CheckPowerBICommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\ClearCacheCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\ClearCacheCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\ClearCacheImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\ClearCacheImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\CredentialsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\CredentialsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\Crowdin\CrowdinPullCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\Crowdin\CrowdinPullCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\Crowdin\CrowdinPushCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\Crowdin\CrowdinPushCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\FixAdmsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\FixAdmsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\GenerateReliefPackageSnapshotsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\GenerateReliefPackageSnapshotsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\Import\CleanCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\Import\CleanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\LogsCleanCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\LogsCleanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\RecalculateSpentCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\RecalculateSpentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\ReusedSmartcardBeneficiaryStatusFixCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\ReusedSmartcardBeneficiaryStatusFixCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\TranslationsDownloadCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\TranslationsDownloadCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\UpdateAdmLocations"; reason: abstract.
Removed service ".abstract.instanceof.Command\UpdateAdmLocations"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\UploadMissingTransactionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\UploadMissingTransactionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Command\WingMoneyReportImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.Command\WingMoneyReportImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Serializer\MapperNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Serializer\MapperNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Serializer\MapperNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Happyr\Validator\Constraint\EntityExistValidator"; reason: abstract.
Removed service ".abstract.instanceof.Happyr\Validator\Constraint\EntityExistValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\DocumentItemExistsValidator"; reason: abstract.
Removed service ".abstract.instanceof.Validator\Constraints\DocumentItemExistsValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\FilterResolver"; reason: abstract.
Removed service ".abstract.instanceof.Request\ParamResolver\FilterResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\InputTypeResolver"; reason: abstract.
Removed service ".abstract.instanceof.Request\ParamResolver\InputTypeResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\PaginationResolver"; reason: abstract.
Removed service ".abstract.instanceof.Request\ParamResolver\PaginationResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.Request\ParamResolver\SortResolver"; reason: abstract.
Removed service ".abstract.instanceof.Request\ParamResolver\SortResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\AcceptHeaderEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Listener\AcceptHeaderEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\CorsEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Listener\CorsEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\SentrySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Listener\SentrySubscriber"; reason: abstract.
Removed service ".instanceof.Listener\WorkerMessageSubscriber.0.Listener\WorkerMessageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Listener\WorkerMessageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\VaryingEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Listener\VaryingEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\ErrorResponseEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Listener\ErrorResponseEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\SelectionCriterionFieldValidator"; reason: abstract.
Removed service ".abstract.instanceof.Validator\Constraints\SelectionCriterionFieldValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\CountryValidator"; reason: abstract.
Removed service ".abstract.instanceof.Validator\Constraints\CountryValidator"; reason: abstract.
Removed service ".instanceof.Component\Import\Messaging\Handler\ItemBatchHandler.0.Component\Import\Messaging\Handler\ItemBatchHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Import\Messaging\Handler\ItemBatchHandler"; reason: abstract.
Removed service ".instanceof.Component\Import\Messaging\Handler\ImportCheckHandler.0.Component\Import\Messaging\Handler\ImportCheckHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Import\Messaging\Handler\ImportCheckHandler"; reason: abstract.
Removed service ".instanceof.Component\Import\Messaging\Handler\UploadImportHandler.0.Component\Import\Messaging\Handler\UploadImportHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Import\Messaging\Handler\UploadImportHandler"; reason: abstract.
Removed service ".instanceof.Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler.0.Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler"; reason: abstract.
Removed service ".instanceof.Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler.0.Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler"; reason: abstract.
Removed service ".instanceof.Component\Import\Messaging\Handler\ImportFillQueueHandler.0.Component\Import\Messaging\Handler\ImportFillQueueHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Import\Messaging\Handler\ImportFillQueueHandler"; reason: abstract.
Removed service ".instanceof.Component\Notification\Messaging\Handler\EmailNotificationHandler.0.Component\Notification\Messaging\Handler\EmailNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Notification\Messaging\Handler\EmailNotificationHandler"; reason: abstract.
Removed service ".instanceof.Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler.0.Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler"; reason: abstract.
Removed service ".instanceof.Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler.0.Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.integrity_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.workflow.import.integrity_subscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.identity_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.workflow.import.identity_subscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.similarity_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.workflow.import.similarity_subscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.finisher_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.workflow.import.finisher_subscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import.national_id_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.workflow.import.national_id_subscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.workflow.import_queue.duplicity_resolve_subscriber"; reason: abstract.
Removed service ".abstract.instanceof.workflow.import_queue.duplicity_resolve_subscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Component\Assistance\ReliefPackageSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\ReliefPackageSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceMoveValidator"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Validator\AssistanceMoveValidator"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Extension\IndividualGenderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Extension\IndividualGenderExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Listener\ResponseEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Listener\ResponseEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.InputType\RequestResolver"; reason: abstract.
Removed service ".abstract.instanceof.InputType\RequestResolver"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\CustomFieldFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\CustomFieldFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ApprovalRequestFixtures"; reason: abstract.
Removed service ".instanceof.DataFixtures\ApprovalRequestFixtures.0.DataFixtures\ApprovalRequestFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\ApprovalRequestFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\DonorFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\DonorFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\LocationFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\LocationFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\BeneficiaryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\Beneficiaries\BeneficiaryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProjectFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\ProjectFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\BeneficiaryTestFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\BeneficiaryTestFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\InstitutionFixture"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\Beneficiaries\InstitutionFixture"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\AssistanceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\AssistanceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\AssistanceValidationFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\AssistanceValidationFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ImportFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\ImportFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\Beneficiaries\AssistanceBeneficiaryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\Beneficiaries\AssistanceBeneficiaryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VoucherPurchaseFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\VoucherPurchaseFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\SmartcardInvoiceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\SmartcardInvoiceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VoucherRedemptionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\VoucherRedemptionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\OrganizationFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\OrganizationFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ServiceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\ServiceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\SmartcardFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\SmartcardFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\TransactionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\TransactionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProductFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\ProductFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\VendorFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\VendorFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\RoleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\RoleFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.DataFixtures\ProductCategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.DataFixtures\ProductCategoryFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Serializer\ArrayNullableDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Serializer\ArrayNullableDenormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceUpdateValidator"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Validator\AssistanceUpdateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Component\Assistance\Validator\AssistanceCreateValidator"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Validator\AssistanceCreateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Transport\TransportFactoryInterface.0.Messenger\Amqp\AmqpTransportFactory"; reason: abstract.
Removed service ".abstract.instanceof.Messenger\Amqp\AmqpTransportFactory"; reason: abstract.
Removed service ".instanceof.Entity\EventListener\AbstractBeneficiaryPostLoadEventListener.0.Entity\EventListener\AbstractBeneficiaryPostLoadEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Entity\EventListener\AbstractBeneficiaryPostLoadEventListener"; reason: abstract.
Removed service ".instanceof.Entity\EventListener\AssistanceBeneficiaryEventListener.0.Entity\EventListener\AssistanceBeneficiaryEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Entity\EventListener\AssistanceBeneficiaryEventListener"; reason: abstract.
Removed service ".instanceof.Entity\EventListener\IndividualPostLoadEventListener.0.Entity\EventListener\IndividualPostLoadEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Entity\EventListener\IndividualPostLoadEventListener"; reason: abstract.
Removed service ".instanceof.Entity\EventListener\HouseholdPostLoadEventListener.0.Entity\EventListener\HouseholdPostLoadEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Entity\EventListener\HouseholdPostLoadEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\ProjectUpdateInputTypeValidator"; reason: abstract.
Removed service ".abstract.instanceof.Validator\Constraints\ProjectUpdateInputTypeValidator"; reason: abstract.
Removed service ".instanceof.Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler.0.Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler"; reason: abstract.
Removed service ".abstract.instanceof.Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler"; reason: abstract.
Removed service ".instanceof.Document\EventListener\AddressEventListener.0.Document\EventListener\AddressEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Document\EventListener\AddressEventListener"; reason: abstract.
Removed service ".instanceof.Document\EventListener\HouseholdEventListener.0.Document\EventListener\HouseholdEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Document\EventListener\HouseholdEventListener"; reason: abstract.
Removed service ".instanceof.Document\EventListener\AbstractBeneficiaryEventListener.0.Document\EventListener\AbstractBeneficiaryEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Document\EventListener\AbstractBeneficiaryEventListener"; reason: abstract.
Removed service ".instanceof.Document\EventListener\IndividualEventListener.0.Document\EventListener\IndividualEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Document\EventListener\IndividualEventListener"; reason: abstract.
Removed service ".instanceof.Document\EventListener\CampAddressEventListener.0.Document\EventListener\CampAddressEventListener"; reason: abstract.
Removed service ".abstract.instanceof.Document\EventListener\CampAddressEventListener"; reason: abstract.
Removed service ".instanceof.Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler.0.Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler"; reason: abstract.
Removed service ".instanceof.Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler.0.Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler"; reason: abstract.
Removed service ".instanceof.Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler.0.Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Messenger\Handler\AddIndividualToAssistanceMessageHandler"; reason: abstract.
Removed service ".instanceof.Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler.0.Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Messenger\Handler\AddInstitutionToAssistanceMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Component\Assistance\Messenger\Denormalizer\EligibleIndividualDenormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Messenger\Denormalizer\EligibleIndividualDenormalizer"; reason: abstract.
Removed service ".instanceof.Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler.0.Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\GeoCoordinateValidator"; reason: abstract.
Removed service ".abstract.instanceof.Validator\Constraints\GeoCoordinateValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".instanceof.Security\Voter\PermissionVoter.0.Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Security\Voter\PermissionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\CountryVoter"; reason: abstract.
Removed service ".instanceof.Security\Voter\CountryVoter.0.Security\Voter\CountryVoter"; reason: abstract.
Removed service ".abstract.instanceof.Security\Voter\CountryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\AssistanceVoter"; reason: abstract.
Removed service ".instanceof.Security\Voter\EntityVoter\AssistanceVoter.0.Security\Voter\EntityVoter\AssistanceVoter"; reason: abstract.
Removed service ".abstract.instanceof.Security\Voter\EntityVoter\AssistanceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\HouseholdVoter"; reason: abstract.
Removed service ".instanceof.Security\Voter\EntityVoter\HouseholdVoter.0.Security\Voter\EntityVoter\HouseholdVoter"; reason: abstract.
Removed service ".abstract.instanceof.Security\Voter\EntityVoter\HouseholdVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\IndividualVoter"; reason: abstract.
Removed service ".instanceof.Security\Voter\EntityVoter\IndividualVoter.0.Security\Voter\EntityVoter\IndividualVoter"; reason: abstract.
Removed service ".abstract.instanceof.Security\Voter\EntityVoter\IndividualVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\InstitutionVoter"; reason: abstract.
Removed service ".instanceof.Security\Voter\EntityVoter\InstitutionVoter.0.Security\Voter\EntityVoter\InstitutionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Security\Voter\EntityVoter\InstitutionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Security\Voter\EntityVoter\ProjectVoter"; reason: abstract.
Removed service ".instanceof.Security\Voter\EntityVoter\ProjectVoter.0.Security\Voter\EntityVoter\ProjectVoter"; reason: abstract.
Removed service ".abstract.instanceof.Security\Voter\EntityVoter\ProjectVoter"; reason: abstract.
Removed service ".instanceof.Listener\ApprovalRequestStateSubscriber.0.Listener\ApprovalRequestStateSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Listener\ApprovalRequestStateSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\UniqueRecordValidator"; reason: abstract.
Removed service ".instanceof.Validator\Constraints\UniqueRecordValidator.0.Validator\Constraints\UniqueRecordValidator"; reason: abstract.
Removed service ".abstract.instanceof.Validator\Constraints\UniqueRecordValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.Validator\Constraints\PermissionsArrayValidator"; reason: abstract.
Removed service ".instanceof.Validator\Constraints\PermissionsArrayValidator.0.Validator\Constraints\PermissionsArrayValidator"; reason: abstract.
Removed service ".abstract.instanceof.Validator\Constraints\PermissionsArrayValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController"; reason: abstract.
Removed service ".abstract.instanceof.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController"; reason: abstract.
123
Removed service "Serializer\InputTypeObjectSerializerFactory"; reason: unused.
Removed service "Utils\Export\BaseExportService"; reason: unused.
Removed service "Component\NoSqlMigration\MigrateToNoSqlCommand"; reason: unused.
Removed service "Component\NoSqlMigration\ClearNoSqlMigration"; reason: unused.
Removed service "Component\NoSqlMigration\Services\MigrationStateService"; reason: unused.
Removed service "Component\NoSqlMigration\Services\InstitutionMigrationService"; reason: unused.
Removed service "Component\NoSqlMigration\Services\HouseholdMigrationService"; reason: unused.
Removed service "Component\NoSqlMigration\Services\CommonMigrationUtilsService"; reason: unused.
Removed service "monolog.gelf_handler"; reason: unused.
Removed service "gelf.publisher"; reason: unused.
Removed service "gelf.ignore_error_transport"; reason: unused.
Removed service "gelf.transport"; reason: unused.
Removed service "gelf.formatter"; 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 "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 "workflow.security.expression_language"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "lock.default.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.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 "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; 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.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.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.jwt_login_web_app"; reason: unused.
Removed service "security.user_checker.chain.jwt_login_offline_app"; reason: unused.
Removed service "security.user_checker.chain.jwt_login_vendor_app"; reason: unused.
Removed service "security.user_checker.chain.jwt_login_support_app"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~c8CXd9a"; 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 "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.jms"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~xl29M_i"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "doctrine_mongodb.odm.listeners.resolve_target_document"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\DependencyInjection\Configuration"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\DependencyInjection\IDCIKeycloakSecurityExtension"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\IDCIKeycloakSecurityBundle"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Provider\KeycloakProvider"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\Authenticator\KeycloakAuthenticator"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\Authenticator\KeycloakBearerAuthenticator"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\EntryPoint\AuthenticationEntryPoint"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\EntryPoint\BearerAuthenticationEntryPoint"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\User\KeycloakBearerUser"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\User\KeycloakUser"; reason: unused.
Removed service "IDCI\Bundle\KeycloakSecurityBundle\Security\User\KeycloakUserProvider"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
778
Inlined service "app.awsCommonStorageConfig" to "Component\Storage\AwsFilesystemFactory".
Inlined service "Component\Storage\AwsFilesystemFactory" to "League\Flysystem\Filesystem".
Inlined service "app.awsLogsStorageConfig" to "app.logsAwsStorageFactory".
Inlined service "app.logsAwsStorageFactory" to "app.logsStorageFilesystem".
Inlined service "Component\Healthcheck\ReadyHealthcheckService" to "Controller\Healthcheck\HealthcheckController".
Inlined service ".service_locator.dyrJtLz.Controller\Healthcheck\HealthcheckController" to "Controller\Healthcheck\HealthcheckController".
Inlined service ".service_locator.dyrJtLz.Controller\Keycloak\AuthController" to "Controller\Keycloak\AuthController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\Assistance\ReliefPackageController" to "Controller\OfflineApp\Assistance\ReliefPackageController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\AssistanceBeneficiaryController" to "Controller\OfflineApp\AssistanceBeneficiaryController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\AssistanceCommodityController" to "Controller\OfflineApp\AssistanceCommodityController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\AssistanceController" to "Controller\OfflineApp\AssistanceController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\BeneficiaryController" to "Controller\OfflineApp\BeneficiaryController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\BookletController" to "Controller\OfflineApp\BookletController".
Inlined service "Services\MobileAppFeedbackService" to "Controller\OfflineApp\FeedbackController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\FeedbackController" to "Controller\OfflineApp\FeedbackController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\LogController" to "Controller\OfflineApp\LogController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\ModalityCodelistController" to "Controller\OfflineApp\ModalityCodelistController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\ProjectController" to "Controller\OfflineApp\ProjectController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\SmartcardController" to "Controller\OfflineApp\SmartcardController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\SmartcardDepositController" to "Controller\OfflineApp\SmartcardDepositController".
Inlined service ".service_locator.dyrJtLz.Controller\OfflineApp\TransactionController" to "Controller\OfflineApp\TransactionController".
Inlined service ".service_locator.dyrJtLz.Controller\SupportApp\AbstractSupportAppController" to "Controller\SupportApp\AbstractSupportAppController".
Inlined service ".service_locator.dyrJtLz.Controller\SupportApp\AssistanceBeneficiaryController" to "Controller\SupportApp\AssistanceBeneficiaryController".
Inlined service ".service_locator.dyrJtLz.Controller\SupportApp\HouseholdController" to "Controller\SupportApp\HouseholdController".
Inlined service ".service_locator.dyrJtLz.Controller\SupportApp\Smartcard\AnalyticsController" to "Controller\SupportApp\Smartcard\AnalyticsController".
Inlined service ".service_locator.dyrJtLz.Controller\SupportApp\Smartcard\DistributionController" to "Controller\SupportApp\Smartcard\DistributionController".
Inlined service ".service_locator.dyrJtLz.Controller\SupportApp\Smartcard\SmartcardController" to "Controller\SupportApp\Smartcard\SmartcardController".
Inlined service ".service_locator.dyrJtLz.Controller\SupportApp\TestController" to "Controller\SupportApp\TestController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\AbstractVendorAppController" to "Controller\VendorApp\AbstractVendorAppController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\BookletController" to "Controller\VendorApp\BookletController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\LogController" to "Controller\VendorApp\LogController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\ReliefPackageController" to "Controller\VendorApp\ReliefPackageController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\SmartcardController" to "Controller\VendorApp\SmartcardController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\SmartcardPurchaseController" to "Controller\VendorApp\SmartcardPurchaseController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\SynchronizationBatchController" to "Controller\VendorApp\SynchronizationBatchController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\VendorController" to "Controller\VendorApp\VendorController".
Inlined service ".service_locator.dyrJtLz.Controller\VendorApp\VoucherController" to "Controller\VendorApp\VoucherController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\AbstractWebAppController" to "Controller\WebApp\AbstractWebAppController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ApprovalController" to "Controller\WebApp\ApprovalController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Assistance\AssistanceBeneficiaryController" to "Controller\WebApp\Assistance\AssistanceBeneficiaryController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Assistance\AssistanceCodelistController" to "Controller\WebApp\Assistance\AssistanceCodelistController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Assistance\AssistanceCommodityController" to "Controller\WebApp\Assistance\AssistanceCommodityController".
Inlined service "Export\VulnerabilityScoreExport" to "Controller\WebApp\Assistance\AssistanceController".
Inlined service "Utils\Export\Assistance\ProjectAssistanceExportService" to "Controller\WebApp\Assistance\AssistanceController".
Inlined service "Utils\AssistanceBankReportTransformData" to "Controller\WebApp\Assistance\AssistanceController".
Inlined service "Services\BankReportExportService" to "Controller\WebApp\Assistance\AssistanceController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Assistance\AssistanceController" to "Controller\WebApp\Assistance\AssistanceController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Assistance\ReliefPackageController" to "Controller\WebApp\Assistance\ReliefPackageController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Assistance\SelectionCriterionController" to "Controller\WebApp\Assistance\SelectionCriterionController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\BeneficiaryCodelistController" to "Controller\WebApp\BeneficiaryCodelistController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\BeneficiaryController" to "Controller\WebApp\BeneficiaryController".
Inlined service "Utils\VoucherTransformData" to "Controller\WebApp\BookletController".
Inlined service "Repository\VoucherRepository" to "Controller\WebApp\BookletController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\BookletController" to "Controller\WebApp\BookletController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\CampController" to "Controller\WebApp\CampController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Catalog\CatalogController" to "Controller\WebApp\Catalog\CatalogController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\CommonController" to "Controller\WebApp\CommonController".
Inlined service "beneficiary.custom_field_service" to "Controller\WebApp\CustomFieldController".
Inlined service "Utils\CustomFieldTransformData" to "Controller\WebApp\CustomFieldController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\CustomFieldController" to "Controller\WebApp\CustomFieldController".
Inlined service "Utils\DistributedSummaryTransformData" to "Controller\WebApp\DistributedItemController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\DistributedItemController" to "Controller\WebApp\DistributedItemController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\DonorController" to "Controller\WebApp\DonorController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ExportController" to "Controller\WebApp\ExportController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\HouseholdCodelistController" to "Controller\WebApp\HouseholdCodelistController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\HouseholdController" to "Controller\WebApp\HouseholdController".
Inlined service "Repository\ImportHouseholdDuplicityRepository" to "Controller\WebApp\ImportController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ImportController" to "Controller\WebApp\ImportController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\InstitutionCodelistController" to "Controller\WebApp\InstitutionCodelistController".
Inlined service "Utils\Export\Institution\InstitutionExportService" to "Controller\WebApp\InstitutionController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\InstitutionController" to "Controller\WebApp\InstitutionController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\LocationController" to "Controller\WebApp\LocationController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ModalityCodelistController" to "Controller\WebApp\ModalityCodelistController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\OrganizationController" to "Controller\WebApp\OrganizationController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\PermissionController" to "Controller\WebApp\PermissionController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ProductCategoryCodelistController" to "Controller\WebApp\ProductCategoryCodelistController".
Inlined service "Component\Product\ProductCategoryService" to "Controller\WebApp\ProductCategoryController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ProductCategoryController" to "Controller\WebApp\ProductCategoryController".
Inlined service "Utils\ProductTransformData" to "Controller\WebApp\ProductController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ProductController" to "Controller\WebApp\ProductController".
Inlined service "Utils\ProjectTransformData" to "Controller\WebApp\ProjectController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ProjectController" to "Controller\WebApp\ProjectController".
Inlined service "Services\RoleService" to "Controller\WebApp\RoleController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\RoleController" to "Controller\WebApp\RoleController".
Inlined service "Services\ScoringBlueprintService" to "Controller\WebApp\ScoringBlueprintController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\ScoringBlueprintController" to "Controller\WebApp\ScoringBlueprintController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\SectorsCodelistController" to "Controller\WebApp\SectorsCodelistController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Smartcard\InvoiceController" to "Controller\WebApp\Smartcard\InvoiceController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Smartcard\SmartcardController" to "Controller\WebApp\Smartcard\SmartcardController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Smartcard\SmartcardDepositController" to "Controller\WebApp\Smartcard\SmartcardDepositController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\Smartcard\SmartcardPurchaseController" to "Controller\WebApp\Smartcard\SmartcardPurchaseController".
Inlined service "Repository\SmartcardPurchasedItemRepository" to "Controller\WebApp\SmartcardPurchasedItemController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\SmartcardPurchasedItemController" to "Controller\WebApp\SmartcardPurchasedItemController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\SynchronizationBatchController" to "Controller\WebApp\SynchronizationBatchController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\TransactionController" to "Controller\WebApp\TransactionController".
Inlined service "Utils\UserTransformData" to "Controller\WebApp\UserController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\UserController" to "Controller\WebApp\UserController".
Inlined service ".service_locator.dyrJtLz.Controller\WebApp\VendorController" to "Controller\WebApp\VendorController".
Inlined service "DTO\PowerBICredentials" to "Command\CheckPowerBICommand".
Inlined service "Component\WingMoney\ReportParser" to "Command\WingMoneyReportImportCommand".
Inlined service "Component\WingMoney\ImportService" to "Command\WingMoneyReportImportCommand".
Inlined service "Repository\AssistanceStatisticsRepository" to "Component\Assistance\AssistanceFactory".
Inlined service "Mapper\AddressMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceBeneficiariesUpdateMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceBeneficiary\AssistanceBeneficiaryDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceBeneficiary\AssistanceBeneficiaryInstitutionDTOV1Mapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceBeneficiary\AssistanceBeneficiaryInstitutionDTOV2Mapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceBeneficiary\AssistanceBeneficiaryReliefPackageDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceBeneficiary\BeneficiaryDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceBeneficiary\InstitutionDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceInstancesUpdateMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\AssistanceStatisticsMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\CommodityFieldsDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\CommodityMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\CommoditySummaryMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\DivisionGroupsMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\DivisionSummaryMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\AssistanceBeneficiaryTargetDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\AssistanceMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\AssistanceMapperV2" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\CommodityMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\CommodityMapperV2" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\ReliefPackageMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\ReliefPackageSnapshotBeneficiaryMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\ReliefPackageSnapshotMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\TargetExpandedMapperV4" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\OfflineApp\TargetMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\ScoringBlueprintDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\ScoringBlueprintMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\SelectionCriteriaMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\SelectionMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\TargetBeneficiaryMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\TargetInstitutionMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\VendorApp\PurchaseMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\VendorApp\ReliefPackageMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\WebApp\Approval\ApprovalRequestMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\WebApp\Approval\ReliefPackageApprovalRequestDataMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\WebApp\AssistanceProgressDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\WebApp\DistributeReliefPackagesMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\WebApp\EligibleBeneficiariesDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\WebApp\IndividualDataDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Assistance\WebApp\ReliefPackageMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\BookletMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\BookletOfflineAppMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\CampMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\CommodityCacheDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\CountryMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\CustomFieldMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\DistributedItemMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\DoctrinePaginatorMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\DonorInfoDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\DonorMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ExportMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Healthcheck\HealthcheckResultMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Healthcheck\ServiceHealthcheckFailedMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Healthcheck\ServiceHealthcheckSuccessMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\HouseholdDistributedItemsV2Mapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\HouseholdMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\HouseholdSearchDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\Duplicity\BeneficiaryCompareMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\Duplicity\BeneficiaryDuplicityMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\Duplicity\HouseholdCompareMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\Duplicity\HouseholdDuplicityMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\ImportFileMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\ImportInvalidFileMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\ImportMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\ImportQueueMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Import\ImportStatisticsMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\IndividualMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\IndividualOfflineAppMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\InstitutionMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\LocationMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\NationalIdMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\OrganizationMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\OrganizationServicesMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\PagerfantaMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\PaginatorMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\PermissionDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\PhoneMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ProductCategoryMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ProductMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ProjectDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ProjectDataAccessesDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ProjectDetailMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ProjectInfoDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ProjectMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\ProjectOfflineMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\RedemptionSummaryDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\RoleDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\RoleMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\SectorMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\SelectionCriterionFieldMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\SmartPurchasedItemDTOMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\DepositMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\InvoiceMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\PreliminaryInvoiceMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\PreliminaryInvoiceVersion3Mapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\PurchaseMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\PurchasedItemMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\PurchasedItemV2Mapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\SmartcardBeneficiaryFieldMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\Smartcard\SmartcardBeneficiaryWebMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\SynchronizationBatchMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\TargetMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\TransactionMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\UserMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\VendorMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\VoucherRedemptionBatchMapper" to "Serializer\MapperNormalizer".
Inlined service "Mapper\VulnerabilityScoreMapper" to "Serializer\MapperNormalizer".
Inlined service "generator.beneficiary" to "service.selection_criterion".
Inlined service "generator.household" to "service.selection_criterion".
Inlined service "generator.household_head" to "service.selection_criterion".
Inlined service "Utils\FrontendLinkGeneratorService" to "Component\Import\ImportNotificationService".
Inlined service "Component\Import\ImportFinisher" to "Component\Import\Messaging\Handler\ItemBatchHandler".
Inlined service "Component\Import\ImportFileValidator" to "Component\Import\UploadImportService".
Inlined service "mailer.mailer" to "Component\Notification\Messaging\Handler\EmailNotificationHandler".
Inlined service "Component\Import\ImportReset" to "workflow.import.finisher_subscriber".
Inlined service "Component\SelectionCriteria\Loader\CriteriaConfigurationLoader" to "Component\Assistance\SelectionCriteriaFactory".
Inlined service "app.logsStorageFilesystem" to "Component\LogsStorage\LogsStorageService".
Inlined service "Component\Assistance\Scoring\RulesCalculation" to "Component\Assistance\Scoring\ScoringResolver".
Inlined service "Component\Assistance\Scoring\RulesEnum" to "Component\Assistance\Scoring\ScoringResolver".
Inlined service "Utils\PhoneService" to "beneficiary.institution_service".
Inlined service "Utils\NationalIdService" to "beneficiary.institution_service".
Inlined service "IDCI\Bundle\KeycloakSecurityBundle\Security\User\KeycloakBearerUserProvider" to "Utils\KeycloakService".
Inlined service "Repository\VoucherPurchaseRepository" to "voucher.vendor_service".
Inlined service "Component\Smartcard\Invoice\InvoiceChecker" to "Component\Smartcard\Invoice\InvoiceFactory".
Inlined service "Messenger\Amqp\AmqpFactory" to "Messenger\Amqp\AmqpTransportFactory".
Inlined service "Utils\AssistanceBnfFile3TransformData" to "Utils\Export\Factory\BnfFile3ExportFactory".
Inlined service "Utils\JustificationBnfFile3TransformData" to "Utils\Export\Factory\BnfFile3ExportFactory".
Inlined service "Utils\Export\OpenSpoutFileExport" to "Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler".
Inlined service "Utils\Export\Factory\BnfFile3ExportFactory" to "Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler".
Inlined service "mailer.default_transport" to "Component\Healthcheck\ServiceCheck\MailerTransportCheck".
Inlined service ".service_locator.UD42DtF" to "Component\Approval\ApprovalService".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.cEhBhXG" 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.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service ".service_locator.mrTTaek" to "console.command.workflow_dump".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
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 "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service ".state_machine.reliefPackage.transition.0" to "state_machine.reliefPackage.definition".
Inlined service ".state_machine.reliefPackage.transition.1" to "state_machine.reliefPackage.definition".
Inlined service ".state_machine.reliefPackage.transition.2" to "state_machine.reliefPackage.definition".
Inlined service ".state_machine.reliefPackage.transition.3" to "state_machine.reliefPackage.definition".
Inlined service ".state_machine.reliefPackage.transition.4" to "state_machine.reliefPackage.definition".
Inlined service ".state_machine.reliefPackage.transition.5" to "state_machine.reliefPackage.definition".
Inlined service ".state_machine.reliefPackage.transition.6" to "state_machine.reliefPackage.definition".
Inlined service ".state_machine.reliefPackage.transition.7" to "state_machine.reliefPackage.definition".
Inlined service "state_machine.reliefPackage.metadata_store" to "state_machine.reliefPackage.definition".
Inlined service ".state_machine.synchronizationBatch.transition.0" to "state_machine.synchronizationBatch.definition".
Inlined service ".state_machine.synchronizationBatch.transition.1" to "state_machine.synchronizationBatch.definition".
Inlined service ".state_machine.synchronizationBatch.transition.2" to "state_machine.synchronizationBatch.definition".
Inlined service ".state_machine.synchronizationBatch.transition.3" to "state_machine.synchronizationBatch.definition".
Inlined service ".state_machine.synchronizationBatch.transition.4" to "state_machine.synchronizationBatch.definition".
Inlined service "state_machine.synchronizationBatch.metadata_store" to "state_machine.synchronizationBatch.definition".
Inlined service ".state_machine.import.transition.0" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.1" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.2" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.3" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.4" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.5" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.6" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.7" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.8" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.9" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.10" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.11" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.12" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.13" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.14" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.15" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.16" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.17" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.18" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.19" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.20" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.21" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.22" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.23" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.24" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.25" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.26" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.27" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.28" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.29" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.30" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.31" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.32" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.33" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.34" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.35" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.36" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.37" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.38" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.39" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.40" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.41" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.42" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.43" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.44" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.45" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.46" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.47" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.48" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.49" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.50" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.51" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.52" to "state_machine.import.definition".
Inlined service ".state_machine.import.transition.53" to "state_machine.import.definition".
Inlined service "state_machine.import.metadata_store" to "state_machine.import.definition".
Inlined service ".state_machine.import_queue.transition.0" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.1" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.2" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.3" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.4" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.5" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.6" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.7" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.8" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.9" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.10" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.11" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.12" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.13" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.14" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.15" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.16" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.17" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.18" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.19" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.20" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.21" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.22" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.23" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.24" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.25" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.26" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.27" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.28" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.29" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.30" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.31" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.32" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.33" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.34" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.35" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.36" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.37" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.38" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.39" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.40" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.41" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.42" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.43" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.44" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.45" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.46" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.47" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.48" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.49" to "state_machine.import_queue.definition".
Inlined service ".state_machine.import_queue.transition.50" to "state_machine.import_queue.definition".
Inlined service "state_machine.import_queue.metadata_store" to "state_machine.import_queue.definition".
Inlined service ".state_machine.approval_request.transition.0" to "state_machine.approval_request.definition".
Inlined service ".state_machine.approval_request.transition.1" to "state_machine.approval_request.definition".
Inlined service "state_machine.approval_request.metadata_store" to "state_machine.approval_request.definition".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "Serializer\MapperNormalizer" to "serializer".
Inlined service "Serializer\ArrayNullableDenormalizer" to "serializer".
Inlined service "Component\Assistance\Messenger\Denormalizer\EligibleIndividualDenormalizer" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "serializer.name_converter.camel_case_to_snake_case" to "serializer.name_converter.metadata_aware".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.Bhl6We3" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "doctrine_odm.mongodb.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.VyUvs3V" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.SbxLZSt" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "data_collector.workflow" to "profiler".
Inlined service "doctrine_mongodb.odm.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.pMUsMYg" to "security.helper".
Inlined service ".service_locator.x9ExMqK" to "security.helper".
Inlined service ".service_locator.iykr3XV" to "security.helper".
Inlined service ".service_locator.tLxxkpc" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.wKVoe5b" to "security.access_map".
Inlined service ".security.request_matcher.EwVKVDM" to "security.access_map".
Inlined service ".security.request_matcher.0Tr6F1W" to "security.access_map".
Inlined service ".security.request_matcher.CgfRQRn" to "security.access_map".
Inlined service ".security.request_matcher.2tAE8iZ" to "security.access_map".
Inlined service ".security.request_matcher.gdY8kR8" to "security.access_map".
Inlined service ".security.request_matcher.9taVWK9" to "security.access_map".
Inlined service ".security.request_matcher.HTLQcrJ" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.e5NM0s." to ".security.request_matcher.PvgF9rZ".
Inlined service "security.authentication.success_handler.jwt_login_web_app.json_login" to "security.authenticator.json_login.jwt_login_web_app".
Inlined service "security.authentication.failure_handler.jwt_login_web_app.json_login" to "security.authenticator.json_login.jwt_login_web_app".
Inlined service "security.authentication.success_handler.jwt_login_web_app.refresh_jwt" to "security.authenticator.refresh_jwt.jwt_login_web_app".
Inlined service "security.authentication.failure_handler.jwt_login_web_app.refresh_jwt" to "security.authenticator.refresh_jwt.jwt_login_web_app".
Inlined service "debug.security.firewall.authenticator.jwt_login_web_app.inner" to "debug.security.firewall.authenticator.jwt_login_web_app".
Inlined service "security.exception_listener.jwt_login_web_app" to "security.firewall.map.context.jwt_login_web_app".
Inlined service "security.firewall.map.config.jwt_login_web_app" to "security.firewall.map.context.jwt_login_web_app".
Inlined service ".security.request_matcher.IrxWesz" to ".security.request_matcher.AfJA_Nj".
Inlined service "security.authentication.success_handler.jwt_login_offline_app.json_login" to "security.authenticator.json_login.jwt_login_offline_app".
Inlined service "security.authentication.failure_handler.jwt_login_offline_app.json_login" to "security.authenticator.json_login.jwt_login_offline_app".
Inlined service "security.authentication.success_handler.jwt_login_offline_app.refresh_jwt" to "security.authenticator.refresh_jwt.jwt_login_offline_app".
Inlined service "security.authentication.failure_handler.jwt_login_offline_app.refresh_jwt" to "security.authenticator.refresh_jwt.jwt_login_offline_app".
Inlined service "debug.security.firewall.authenticator.jwt_login_offline_app.inner" to "debug.security.firewall.authenticator.jwt_login_offline_app".
Inlined service "security.exception_listener.jwt_login_offline_app" to "security.firewall.map.context.jwt_login_offline_app".
Inlined service "security.firewall.map.config.jwt_login_offline_app" to "security.firewall.map.context.jwt_login_offline_app".
Inlined service ".security.request_matcher.EHYvKOG" to ".security.request_matcher.z92BS7A".
Inlined service "security.authentication.success_handler.jwt_login_vendor_app.json_login" to "security.authenticator.json_login.jwt_login_vendor_app".
Inlined service "security.authentication.failure_handler.jwt_login_vendor_app.json_login" to "security.authenticator.json_login.jwt_login_vendor_app".
Inlined service "security.authentication.success_handler.jwt_login_vendor_app.refresh_jwt" to "security.authenticator.refresh_jwt.jwt_login_vendor_app".
Inlined service "security.authentication.failure_handler.jwt_login_vendor_app.refresh_jwt" to "security.authenticator.refresh_jwt.jwt_login_vendor_app".
Inlined service "debug.security.firewall.authenticator.jwt_login_vendor_app.inner" to "debug.security.firewall.authenticator.jwt_login_vendor_app".
Inlined service "security.exception_listener.jwt_login_vendor_app" to "security.firewall.map.context.jwt_login_vendor_app".
Inlined service "security.firewall.map.config.jwt_login_vendor_app" to "security.firewall.map.context.jwt_login_vendor_app".
Inlined service ".security.request_matcher.pPLrHt7" to ".security.request_matcher.q9Ddw6C".
Inlined service "security.authentication.success_handler.jwt_login_support_app.json_login" to "security.authenticator.json_login.jwt_login_support_app".
Inlined service "security.authentication.failure_handler.jwt_login_support_app.json_login" to "security.authenticator.json_login.jwt_login_support_app".
Inlined service "security.authentication.success_handler.jwt_login_support_app.refresh_jwt" to "security.authenticator.refresh_jwt.jwt_login_support_app".
Inlined service "security.authentication.failure_handler.jwt_login_support_app.refresh_jwt" to "security.authenticator.refresh_jwt.jwt_login_support_app".
Inlined service "debug.security.firewall.authenticator.jwt_login_support_app.inner" to "debug.security.firewall.authenticator.jwt_login_support_app".
Inlined service "security.exception_listener.jwt_login_support_app" to "security.firewall.map.context.jwt_login_support_app".
Inlined service "security.firewall.map.config.jwt_login_support_app" to "security.firewall.map.context.jwt_login_support_app".
Inlined service ".security.request_matcher.NM8s5A1" to ".security.request_matcher.wKVoe5b".
Inlined service ".security.request_matcher.dIXHc1." to ".security.request_matcher.EwVKVDM".
Inlined service ".security.request_matcher.yM7vOJ9" to ".security.request_matcher.0Tr6F1W".
Inlined service ".security.request_matcher.3mSed7r" to ".security.request_matcher.CgfRQRn".
Inlined service ".security.request_matcher.I4dAwJ1" to ".security.request_matcher.2tAE8iZ".
Inlined service ".security.request_matcher.kOreSNV" to ".security.request_matcher.gdY8kR8".
Inlined service ".security.request_matcher.YHVHZaq" to ".security.request_matcher.9taVWK9".
Inlined service ".security.request_matcher.R1ZGqPs" to ".security.request_matcher.HTLQcrJ".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "workflow.twig_extension" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "Extension\IndividualGenderExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "twig.extension.webprofiler" 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.etVElvN.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.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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 "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.blBvd_H" 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 "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
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 ".service_locator.qSpJHoC" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\Integration\RequestFetcherInterface" to "Sentry\SentryBundle\Integration\IntegrationConfigurator".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
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 "doctrine_mongodb.odm.symfony.fixtures.loader" to "doctrine_mongodb.odm.command.load_data_fixtures".
Inlined service ".service_locator.c3VXnjm" to "doctrine_mongodb.odm.default_connection.event_manager".
Inlined service "doctrine_mongodb.odm.default_metadata_cache" to "doctrine_mongodb.odm.default_configuration".
Inlined service "doctrine_mongodb.odm.default_metadata_driver" to "doctrine_mongodb.odm.default_configuration".
Inlined service "doctrine_mongodb.odm.container_repository_factory" to "doctrine_mongodb.odm.default_configuration".
Inlined service "doctrine_mongodb.odm.default_attribute_metadata_driver" to "doctrine_mongodb.odm.default_metadata_driver".
Inlined service "doctrine_mongodb.odm.default_configuration" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.default_connection.event_manager" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.default_manager_configurator" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.document_value_resolver.expression_language" to "doctrine_mongodb.odm.entity_value_resolver".
Inlined service "doctrine_mongodb.odm.entity_value_resolver" to "doctrine_mongodb.odm.document_value_resolver".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.keycloak".
Inlined service "knpu.oauth2.provider.keycloak" to "knpu.oauth2.client.keycloak".
Inlined service ".service_locator.FpWNIDG.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController" to "IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController".
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 "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "DataFixtures\CustomFieldFixtures" to "doctrine.fixtures.loader".
Inlined service "DataFixtures\ApprovalRequestFixtures" to "doctrine.fixtures.loader".
Inlined service "DataFixtures\DonorFixtures" to "doctrine.fixtures.loader".
Inlined service "DataFixtures\RoleFixtures" to "doctrine.fixtures.loader".
Inlined service "DataFixtures\ProductCategoryFixtures" to "doctrine.fixtures.loader".
Inlined service "Twig\Loader\FilesystemLoader" to "Twig\Environment".
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 "doctrine_mongodb.odm.document_value_resolver" to ".debug.value_resolver.doctrine_mongodb.odm.document_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 "Request\ParamResolver\FilterResolver" to ".debug.value_resolver.Request\ParamResolver\FilterResolver".
Inlined service "Request\ParamResolver\InputTypeResolver" to ".debug.value_resolver.Request\ParamResolver\InputTypeResolver".
Inlined service "Request\ParamResolver\PaginationResolver" to ".debug.value_resolver.Request\ParamResolver\PaginationResolver".
Inlined service "Request\ParamResolver\SortResolver" to ".debug.value_resolver.Request\ParamResolver\SortResolver".
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 "Component\Import\Messaging\Handler\ItemBatchHandler" to ".messenger.handler_descriptor.UlVAUId".
Inlined service "Component\Import\Messaging\Handler\ImportCheckHandler" to ".messenger.handler_descriptor.okNnRtp".
Inlined service "Component\Import\Messaging\Handler\UploadImportHandler" to ".messenger.handler_descriptor.cPpxHeh".
Inlined service "Component\Import\Messaging\Handler\IntegrityCheckFillQueueHandler" to ".messenger.handler_descriptor.ZVssDk8".
Inlined service "Component\Import\Messaging\Handler\IdentityCheckFillQueueHandler" to ".messenger.handler_descriptor.w1rr5nP".
Inlined service "Component\Import\Messaging\Handler\ImportFillQueueHandler" to ".messenger.handler_descriptor.LzrN27A".
Inlined service "Component\Notification\Messaging\Handler\EmailNotificationHandler" to ".messenger.handler_descriptor.vEr0JWl".
Inlined service "Component\Smartcard\Messaging\Handler\SmartcardDepositMessageHandler" to ".messenger.handler_descriptor.zAr7Ny_".
Inlined service "Component\Smartcard\Messaging\Handler\SmartcardPurchaseMessageHandler" to ".messenger.handler_descriptor.szqk5Ci".
Inlined service "Utils\Export\Messaging\Handler\AssistanceBnfFile3Handler" to ".messenger.handler_descriptor.6gVdjOg".
Inlined service "Component\Assistance\Messenger\Handler\AssistanceCreatedMessageHandler" to ".messenger.handler_descriptor.Iw.zMWG".
Inlined service "Component\Assistance\Messenger\Handler\AssistanceRemovedMessageHandler" to ".messenger.handler_descriptor.Fk88sML".
Inlined service "Component\Assistance\Messenger\Handler\CreateReliefPackageSnapshotMessageHandler" to ".messenger.handler_descriptor..YKaCJe".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "debug.state_machine.reliefPackage.inner" to "debug.state_machine.reliefPackage".
Inlined service "debug.state_machine.synchronizationBatch.inner" to "debug.state_machine.synchronizationBatch".
Inlined service "debug.state_machine.import.inner" to "debug.state_machine.import".
Inlined service "debug.state_machine.import_queue.inner" to "debug.state_machine.import_queue".
Inlined service "debug.state_machine.approval_request.inner" to "debug.state_machine.approval_request".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "Security\Voter\PermissionVoter" to ".debug.security.voter.Security\Voter\PermissionVoter".
Inlined service "Security\Voter\CountryVoter" to ".debug.security.voter.Security\Voter\CountryVoter".
Inlined service "Security\Voter\EntityVoter\AssistanceVoter" to ".debug.security.voter.Security\Voter\EntityVoter\AssistanceVoter".
Inlined service "Security\Voter\EntityVoter\HouseholdVoter" to ".debug.security.voter.Security\Voter\EntityVoter\HouseholdVoter".
Inlined service "Security\Voter\EntityVoter\IndividualVoter" to ".debug.security.voter.Security\Voter\EntityVoter\IndividualVoter".
Inlined service "Security\Voter\EntityVoter\InstitutionVoter" to ".debug.security.voter.Security\Voter\EntityVoter\InstitutionVoter".
Inlined service "Security\Voter\EntityVoter\ProjectVoter" to ".debug.security.voter.Security\Voter\EntityVoter\ProjectVoter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.doctrine.orm.default.metadata.traceable.recorder_inner" to "cache.doctrine.orm.default.metadata.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service "debug.security.event_dispatcher.jwt_login_web_app.inner" to "debug.security.event_dispatcher.jwt_login_web_app".
Inlined service "debug.security.event_dispatcher.jwt_login_offline_app.inner" to "debug.security.event_dispatcher.jwt_login_offline_app".
Inlined service "debug.security.event_dispatcher.jwt_login_vendor_app.inner" to "debug.security.event_dispatcher.jwt_login_vendor_app".
Inlined service "debug.security.event_dispatcher.jwt_login_support_app.inner" to "debug.security.event_dispatcher.jwt_login_support_app".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.CYGZXdE" to ".service_locator.CYGZXdE.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.FpWNIDG" to ".service_locator.FpWNIDG.IDCI\Bundle\KeycloakSecurityBundle\Controller\KeycloakController".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.GN1PBt9" to "debug.argument_resolver.inner".
Inlined service "state_machine.reliefPackage.definition" to "debug.state_machine.reliefPackage.inner".
Inlined service "state_machine.synchronizationBatch.definition" to "debug.state_machine.synchronizationBatch.inner".
Inlined service "state_machine.import.definition" to "debug.state_machine.import.inner".
Inlined service "state_machine.import_queue.definition" to "debug.state_machine.import_queue.inner".
Inlined service "state_machine.approval_request.definition" to "debug.state_machine.approval_request.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "doctrine.orm.default_xml_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.614cfcs" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.metadata.traceable.inner" to "cache.doctrine.orm.default.metadata.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "Repository\SectorRepository" to "project.sector_service".
Inlined service ".service_locator.CYGZXdE.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 "fos_rest.serializer.symfony" to "fos_rest.view_handler".
Inlined service "gaufrette.products_adapter" to "products_filesystem".
Inlined service "gaufrette.organization_adapter" to "organization_filesystem".
Inlined service "gaufrette.donors_adapter" to "donors_filesystem".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "Component\SelectionCriteria\FieldGenerator\CustomFieldGenerator" to "service.selection_criterion".
Inlined service "Component\SelectionCriteria\FieldGenerator\CustomFieldGenerator" to "service.selection_criterion".
Inlined service "Component\SelectionCriteria\FieldGenerator\CustomFieldGenerator" to "service.selection_criterion".
Inlined service "Component\Import\ImportParser" to "Component\Import\UploadImportService".
Inlined service "Component\Import\ImportParser" to "Component\Import\UploadImportService".
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 "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
6
Tag "app.controller" was defined on service(s) "Controller\Healthcheck\HealthcheckController", "Controller\Keycloak\AuthController", "Controller\OfflineApp\Assistance\ReliefPackageController", "Controller\OfflineApp\AssistanceBeneficiaryController", "Controller\OfflineApp\AssistanceCommodityController", "Controller\OfflineApp\BeneficiaryController", "Controller\OfflineApp\BookletController", "Controller\OfflineApp\FeedbackController", "Controller\OfflineApp\LogController", "Controller\OfflineApp\ModalityCodelistController", "Controller\OfflineApp\ProjectController", "Controller\OfflineApp\SmartcardController", "Controller\OfflineApp\TransactionController", "Controller\SupportApp\AbstractSupportAppController", "Controller\SupportApp\AssistanceBeneficiaryController", "Controller\SupportApp\HouseholdController", "Controller\SupportApp\Smartcard\AnalyticsController", "Controller\SupportApp\Smartcard\DistributionController", "Controller\SupportApp\Smartcard\SmartcardController", "Controller\VendorApp\AbstractVendorAppController", "Controller\VendorApp\BookletController", "Controller\VendorApp\LogController", "Controller\VendorApp\ReliefPackageController", "Controller\VendorApp\SmartcardPurchaseController", "Controller\VendorApp\SynchronizationBatchController", "Controller\VendorApp\VendorController", "Controller\VendorApp\VoucherController", "Controller\WebApp\AbstractWebAppController", "Controller\WebApp\ApprovalController", "Controller\WebApp\Assistance\AssistanceBeneficiaryController", "Controller\WebApp\Assistance\AssistanceCommodityController", "Controller\WebApp\Assistance\ReliefPackageController", "Controller\WebApp\Assistance\SelectionCriterionController", "Controller\WebApp\BeneficiaryController", "Controller\WebApp\BookletController", "Controller\WebApp\CampController", "Controller\WebApp\Catalog\CatalogController", "Controller\WebApp\CustomFieldController", "Controller\WebApp\DistributedItemController", "Controller\WebApp\ExportController", "Controller\WebApp\PermissionController", "Controller\WebApp\ProductCategoryController", "Controller\WebApp\ProjectController", "Controller\WebApp\RoleController", "Controller\WebApp\Smartcard\SmartcardController", "Controller\WebApp\Smartcard\SmartcardDepositController", "Controller\WebApp\Smartcard\SmartcardPurchaseController", "Controller\WebApp\SmartcardPurchasedItemController", "Controller\WebApp\SynchronizationBatchController", "Controller\WebApp\UserController", "Controller\WebApp\VendorController", but was never used.
Tag "doctrine.fixture.odm" was defined on service(s) "DataFixtures\Beneficiaries\BeneficiaryFixtures", but was never used. Did you mean "doctrine.fixture.orm"?
Tag "messenger.transport.amqp.factory" was defined on service(s) "Messenger\Amqp\AmqpTransportFactory", but was never used. Did you mean "messenger.transport_factory"?
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.jwt_login_web_app", "debug.security.firewall.authenticator.jwt_login_offline_app", "debug.security.firewall.authenticator.jwt_login_vendor_app", "debug.security.firewall.authenticator.jwt_login_support_app", "doctrine.migrations.container_aware_migrations_factory", ".debug.http_client", "debug.state_machine.reliefPackage", "debug.state_machine.synchronizationBatch", "debug.state_machine.import", "debug.state_machine.import_queue", "debug.state_machine.approval_request", "cache.validator.traceable", "cache.serializer.traceable", "cache.annotations.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.security_expression_language.traceable", "cache.doctrine.orm.default.metadata.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "debug.security.event_dispatcher.jwt_login_web_app", "debug.security.event_dispatcher.jwt_login_offline_app", "debug.security.event_dispatcher.jwt_login_vendor_app", "debug.security.event_dispatcher.jwt_login_support_app", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", but was never used.
Tag "doctrine_mongodb.odm.document_manager" was defined on service(s) "doctrine_mongodb.odm.default_document_manager", but was never used. Did you mean "doctrine_mongodb.odm.event_listener", "doctrine_mongodb.odm.command_logger"?
Tag "workflow.state_machine" was defined on service(s) "debug.state_machine.reliefPackage", "debug.state_machine.synchronizationBatch", "debug.state_machine.import", "debug.state_machine.import_queue", "debug.state_machine.approval_request", but was never used.