The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Pentatrion\ViteBundle\DependencyInjection\PentatrionViteExtension".
The "App\Infrastructure\Security\Voter\UserVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
The "use_savepoints" configuration key is deprecated when using DBAL 4 and will be removed in DoctrineBundle 3.0. (Configuration.php:397 called by ExprBuilder.php:271, https://github.com/doctrine/DoctrineBundle/pull/2055, package doctrine/doctrine-bundle)
The "report_fields_where_declared" configuration option is deprecated and will be removed in DoctrineBundle 3.0. When using ORM 3, report_fields_where_declared will always be true. (Configuration.php:701 called by ExprBuilder.php:271, https://github.com/doctrine/DoctrineBundle/pull/1962, package doctrine/doctrine-bundle)
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:925 called by DoctrineExtension.php:543, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:934 called by DoctrineExtension.php:543, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Not setting "doctrine.orm.enable_native_lazy_objects" to true is deprecated. (DoctrineExtension.php:1026 called by DoctrineExtension.php:543, https://github.com/doctrine/DoctrineBundle/pull/1905, package doctrine/doctrine-bundle)
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://localhost/health"" at RouterListener.php line 156
Log messages generated during the compilation of the service container.
Messages
Class
338
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DebugController" (parent: .abstract.instanceof.App\Controller\Admin\DebugController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DebugController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DebugController).
Resolving inheritance for ".instanceof.App\Controller\Admin\DebugController.0.App\Controller\Admin\DebugController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DebugController).
Resolving inheritance for "App\Controller\Admin\DebugController" (parent: .instanceof.App\Controller\Admin\DebugController.0.App\Controller\Admin\DebugController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ListingController" (parent: .abstract.instanceof.App\Controller\Admin\ListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ListingController).
Resolving inheritance for "App\Controller\Admin\ListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController" (parent: .abstract.instanceof.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.App\Controller\Admin\ProfileController.0.App\Controller\Admin\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController).
Resolving inheritance for "App\Controller\Admin\ProfileController" (parent: .instanceof.App\Controller\Admin\ProfileController.0.App\Controller\Admin\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SentryTestController" (parent: .abstract.instanceof.App\Controller\Admin\SentryTestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SentryTestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SentryTestController).
Resolving inheritance for ".instanceof.App\Controller\Admin\SentryTestController.0.App\Controller\Admin\SentryTestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SentryTestController).
Resolving inheritance for "App\Controller\Admin\SentryTestController" (parent: .instanceof.App\Controller\Admin\SentryTestController.0.App\Controller\Admin\SentryTestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" (parent: .abstract.instanceof.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController).
Resolving inheritance for "App\Controller\Admin\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordController" (parent: .abstract.instanceof.App\Controller\PasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordController).
Resolving inheritance for "App\Controller\PasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Provider\UserProvider" (parent: .abstract.instanceof.App\DataFixtures\Provider\UserProvider).
Resolving inheritance for "App\DataFixtures\Provider\UserProvider" (parent: .instanceof.Faker\Provider\Base.0.App\DataFixtures\Provider\UserProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\CleanupExpiredTokensCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\CleanupExpiredTokensCommand).
Resolving inheritance for ".instanceof.App\Infrastructure\Command\CleanupExpiredTokensCommand.0.App\Infrastructure\Command\CleanupExpiredTokensCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\CleanupExpiredTokensCommand).
Resolving inheritance for "App\Infrastructure\Command\CleanupExpiredTokensCommand" (parent: .instanceof.App\Infrastructure\Command\CleanupExpiredTokensCommand.0.App\Infrastructure\Command\CleanupExpiredTokensCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\CreateAdminUserCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\CreateAdminUserCommand).
Resolving inheritance for ".instanceof.App\Infrastructure\Command\CreateAdminUserCommand.0.App\Infrastructure\Command\CreateAdminUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\CreateAdminUserCommand).
Resolving inheritance for "App\Infrastructure\Command\CreateAdminUserCommand" (parent: .instanceof.App\Infrastructure\Command\CreateAdminUserCommand.0.App\Infrastructure\Command\CreateAdminUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\GoogleCloudStorageCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\GoogleCloudStorageCommand).
Resolving inheritance for ".instanceof.App\Infrastructure\Command\GoogleCloudStorageCommand.0.App\Infrastructure\Command\GoogleCloudStorageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\GoogleCloudStorageCommand).
Resolving inheritance for "App\Infrastructure\Command\GoogleCloudStorageCommand" (parent: .instanceof.App\Infrastructure\Command\GoogleCloudStorageCommand.0.App\Infrastructure\Command\GoogleCloudStorageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ImportUsersCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\ImportUsersCommand).
Resolving inheritance for ".instanceof.App\Infrastructure\Command\ImportUsersCommand.0.App\Infrastructure\Command\ImportUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ImportUsersCommand).
Resolving inheritance for "App\Infrastructure\Command\ImportUsersCommand" (parent: .instanceof.App\Infrastructure\Command\ImportUsersCommand.0.App\Infrastructure\Command\ImportUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\LoadFixturesCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\LoadFixturesCommand).
Resolving inheritance for ".instanceof.App\Infrastructure\Command\LoadFixturesCommand.0.App\Infrastructure\Command\LoadFixturesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\LoadFixturesCommand).
Resolving inheritance for "App\Infrastructure\Command\LoadFixturesCommand" (parent: .instanceof.App\Infrastructure\Command\LoadFixturesCommand.0.App\Infrastructure\Command\LoadFixturesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\StorageCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\StorageCommand).
Resolving inheritance for ".instanceof.App\Infrastructure\Command\StorageCommand.0.App\Infrastructure\Command\StorageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\StorageCommand).
Resolving inheritance for "App\Infrastructure\Command\StorageCommand" (parent: .instanceof.App\Infrastructure\Command\StorageCommand.0.App\Infrastructure\Command\StorageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UnlockAccountsCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\UnlockAccountsCommand).
Resolving inheritance for ".instanceof.App\Infrastructure\Command\UnlockAccountsCommand.0.App\Infrastructure\Command\UnlockAccountsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UnlockAccountsCommand).
Resolving inheritance for "App\Infrastructure\Command\UnlockAccountsCommand" (parent: .instanceof.App\Infrastructure\Command\UnlockAccountsCommand.0.App\Infrastructure\Command\UnlockAccountsCommand).
Resolving inheritance for ".instanceof.App\Infrastructure\EventListener\LoginListener.0.App\Infrastructure\EventListener\LoginListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\LoginListener).
Resolving inheritance for "App\Infrastructure\EventListener\LoginListener" (parent: .instanceof.App\Infrastructure\EventListener\LoginListener.0.App\Infrastructure\EventListener\LoginListener).
Resolving inheritance for ".instanceof.App\Infrastructure\EventListener\SecurityListener.0.App\Infrastructure\EventListener\SecurityListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\SecurityListener).
Resolving inheritance for "App\Infrastructure\EventListener\SecurityListener" (parent: .instanceof.App\Infrastructure\EventListener\SecurityListener.0.App\Infrastructure\EventListener\SecurityListener).
Resolving inheritance for ".instanceof.App\Infrastructure\EventListener\SentrySecurityListener.0.App\Infrastructure\EventListener\SentrySecurityListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\SentrySecurityListener).
Resolving inheritance for "App\Infrastructure\EventListener\SentrySecurityListener" (parent: .instanceof.App\Infrastructure\EventListener\SentrySecurityListener.0.App\Infrastructure\EventListener\SentrySecurityListener).
Resolving inheritance for ".instanceof.App\Infrastructure\EventListener\UserEventListener.0.App\Infrastructure\EventListener\UserEventListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\UserEventListener).
Resolving inheritance for "App\Infrastructure\EventListener\UserEventListener" (parent: .instanceof.App\Infrastructure\EventListener\UserEventListener.0.App\Infrastructure\EventListener\UserEventListener).
Resolving inheritance for ".instanceof.App\Infrastructure\MessageHandler\SendEmailMessageHandler.0.App\Infrastructure\MessageHandler\SendEmailMessageHandler" (parent: .abstract.instanceof.App\Infrastructure\MessageHandler\SendEmailMessageHandler).
Resolving inheritance for "App\Infrastructure\MessageHandler\SendEmailMessageHandler" (parent: .instanceof.App\Infrastructure\MessageHandler\SendEmailMessageHandler.0.App\Infrastructure\MessageHandler\SendEmailMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineAuthenticationLogRepository" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineAuthenticationLogRepository).
Resolving inheritance for "App\Infrastructure\Persistence\Doctrine\Repository\DoctrineAuthenticationLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineAuthenticationLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineGroupRepository" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineGroupRepository).
Resolving inheritance for "App\Infrastructure\Persistence\Doctrine\Repository\DoctrineGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineListingRepository" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineListingRepository).
Resolving inheritance for "App\Infrastructure\Persistence\Doctrine\Repository\DoctrineListingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineListingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineRoleRepository" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineRoleRepository).
Resolving inheritance for "App\Infrastructure\Persistence\Doctrine\Repository\DoctrineRoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineRoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineUserRepository" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineUserRepository).
Resolving inheritance for "App\Infrastructure\Persistence\Doctrine\Repository\DoctrineUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineUserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Infrastructure\Security\Voter\UserVoter).
Resolving inheritance for "App\Infrastructure\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ChangePasswordType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\ChangePasswordType).
Resolving inheritance for "App\Presentation\Form\Admin\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\CreateListingType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\CreateListingType).
Resolving inheritance for "App\Presentation\Form\Admin\CreateListingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\CreateListingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\CreateUserType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\CreateUserType).
Resolving inheritance for "App\Presentation\Form\Admin\CreateUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\CreateUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\EditUserType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\EditUserType).
Resolving inheritance for "App\Presentation\Form\Admin\EditUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\EditUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ForgotPasswordType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\ForgotPasswordType).
Resolving inheritance for "App\Presentation\Form\Admin\ForgotPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ForgotPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\LoginType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\LoginType).
Resolving inheritance for "App\Presentation\Form\Admin\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\LoginType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ProfileType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\ProfileType).
Resolving inheritance for "App\Presentation\Form\Admin\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\RegisterType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\RegisterType).
Resolving inheritance for "App\Presentation\Form\Admin\RegisterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\RegisterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ResetPasswordType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\ResetPasswordType).
Resolving inheritance for "App\Presentation\Form\Admin\ResetPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ResetPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\TwoFactorType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\TwoFactorType).
Resolving inheritance for "App\Presentation\Form\Admin\TwoFactorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\TwoFactorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\UpdateListingType" (parent: .abstract.instanceof.App\Presentation\Form\Admin\UpdateListingType).
Resolving inheritance for "App\Presentation\Form\Admin\UpdateListingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\UpdateListingType).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension" (parent: .abstract.instanceof.Twig\Extra\String\StringExtension).
Resolving inheritance for "Twig\Extra\String\StringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\UserRepositoryInterface" (parent: .abstract.instanceof.App\Domain\Repository\UserRepositoryInterface).
Resolving inheritance for "App\Domain\Repository\UserRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\UserRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\RoleRepositoryInterface" (parent: .abstract.instanceof.App\Domain\Repository\RoleRepositoryInterface).
Resolving inheritance for "App\Domain\Repository\RoleRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\RoleRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\GroupRepositoryInterface" (parent: .abstract.instanceof.App\Domain\Repository\GroupRepositoryInterface).
Resolving inheritance for "App\Domain\Repository\GroupRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\GroupRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\AuthenticationLogRepositoryInterface" (parent: .abstract.instanceof.App\Domain\Repository\AuthenticationLogRepositoryInterface).
Resolving inheritance for "App\Domain\Repository\AuthenticationLogRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\AuthenticationLogRepositoryInterface).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\ListingRepositoryInterface" (parent: .abstract.instanceof.App\Domain\Repository\ListingRepositoryInterface).
Resolving inheritance for "App\Domain\Repository\ListingRepositoryInterface" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\ListingRepositoryInterface).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.adapter.filesystem).
Resolving inheritance for "limiter.global_ip" (parent: limiter).
Resolving inheritance for "limiter.login_attempts" (parent: limiter).
Resolving inheritance for "limiter.password_reset" (parent: limiter).
Resolving inheritance for "limiter.admin_actions" (parent: limiter).
Resolving inheritance for "limiter.admin_dashboard" (parent: limiter).
Resolving inheritance for "limiter.api_calls" (parent: limiter).
Resolving inheritance for "cache.user_sessions" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.authentication_logs" (parent: cache.adapter.filesystem).
Resolving inheritance for "doctrine.test_query_cache_pool" (parent: cache.adapter.array).
Resolving inheritance for "doctrine.test_metadata_cache_pool" (parent: cache.adapter.array).
Resolving inheritance for "doctrine.test_result_cache_pool" (parent: cache.adapter.array).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.system).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "cache.pentatrion_vite_fallback" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.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.public" (parent: security.firewall.config).
Resolving inheritance for "security.listener.public.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.public" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.public" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.public" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.public" (parent: security.logout.listener.session).
Resolving inheritance for "limiter._login_local_public" (parent: limiter).
Resolving inheritance for "limiter._login_global_public" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.public" (parent: security.listener.login_throttling).
Resolving inheritance for "security.authenticator.form_login.public" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.public.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.public.form_login" (parent: App\Infrastructure\Security\AuthenticationSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.public.form_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.public.form_login" (parent: App\Infrastructure\Security\AuthenticationFailureHandler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.public" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.public" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.public" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.public" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.public" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.public" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.public" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.public" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.public" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.public" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.admin" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.admin" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "Endroid\QrCode\Builder\BuilderRegistry" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "Endroid\QrCodeBundle\Twig\QrCodeRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime).
Resolving inheritance for "endroid_qr_code.default_builder" (parent: Endroid\QrCode\Builder\BuilderInterface).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\ArchiveReason" (parent: .abstract.instanceof.App\Domain\Entity\ArchiveReason).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\AuthenticationEventType" (parent: .abstract.instanceof.App\Domain\Entity\AuthenticationEventType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\ContactRequestStatus" (parent: .abstract.instanceof.App\Domain\Entity\ContactRequestStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\ExportStatus" (parent: .abstract.instanceof.App\Domain\Entity\ExportStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\ListingEventType" (parent: .abstract.instanceof.App\Domain\Entity\ListingEventType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\ListingStatus" (parent: .abstract.instanceof.App\Domain\Entity\ListingStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\PricePeriod" (parent: .abstract.instanceof.App\Domain\Entity\PricePeriod).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\PropertyCondition" (parent: .abstract.instanceof.App\Domain\Entity\PropertyCondition).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\TransactionType" (parent: .abstract.instanceof.App\Domain\Entity\TransactionType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Entity\UserRole" (parent: .abstract.instanceof.App\Domain\Entity\UserRole).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\ArchiveReason" (parent: .abstract.instanceof.App\Domain\Enum\ArchiveReason).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\ContactRequestStatus" (parent: .abstract.instanceof.App\Domain\Enum\ContactRequestStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\ExportStatus" (parent: .abstract.instanceof.App\Domain\Enum\ExportStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\ListingEventType" (parent: .abstract.instanceof.App\Domain\Enum\ListingEventType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\ListingStatus" (parent: .abstract.instanceof.App\Domain\Enum\ListingStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\PricePeriod" (parent: .abstract.instanceof.App\Domain\Enum\PricePeriod).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\PropertyCondition" (parent: .abstract.instanceof.App\Domain\Enum\PropertyCondition).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\TransactionType" (parent: .abstract.instanceof.App\Domain\Enum\TransactionType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Domain\Enum\UserRole" (parent: .abstract.instanceof.App\Domain\Enum\UserRole).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AgencyEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\AgencyEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AgencyEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AmenityEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\AmenityEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AmenityEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AuthenticationLogEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\AuthenticationLogEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AuthenticationLogEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\CategoryEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\CategoryEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\CategoryEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\CityEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\CityEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\CityEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ContactRequestEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ContactRequestEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ContactRequestEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\EmailVerificationTokenEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\EmailVerificationTokenEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\EmailVerificationTokenEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ExportHistoryEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ExportHistoryEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ExportHistoryEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\GroupEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\GroupEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\GroupEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ListingEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingEventEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ListingEventEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingEventEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingPhotoEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ListingPhotoEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingPhotoEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\NeighborhoodEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\NeighborhoodEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\NeighborhoodEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\RoleEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\RoleEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\RoleEntity).
Resolving inheritance for ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\UserEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\UserEntity" (parent: .abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\UserEntity).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "command.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "command.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "command.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "command.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "query.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "query.bus.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "query.bus.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "query.bus.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "event.bus.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "event.bus.middleware.doctrine_transaction" (parent: messenger.middleware.doctrine_transaction).
Resolving inheritance for ".signing.messenger.default_serializer" (parent: messenger.signing_serializer).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
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.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.authentication" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
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.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.http_client.pool.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.rate_limiter.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.user_sessions.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.authentication_logs.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "doctrine.test_query_cache_pool.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "doctrine.test_metadata_cache_pool.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "doctrine.test_result_cache_pool.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "doctrine.result_cache_pool.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "doctrine.system_cache_pool.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.pentatrion_vite_fallback.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).
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.security_is_csrf_token_valid_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_token_verifier.traceable" (parent: sentry.tracing.traceable_cache_adapter).
387
Removed service "App\Infrastructure\Service\Redis\RedisClientInterface"; reason: private alias.
Removed service "App\Application\Service\PasswordHasherInterface"; reason: private alias.
Removed service "App\Application\UseCase\User\ResetPasswordUseCaseInterface"; reason: private alias.
Removed service "App\Application\Service\EmailServiceInterface"; reason: private alias.
Removed service "App\Application\Service\SecurityServiceInterface"; reason: private alias.
Removed service "App\Application\Service\RateLimiterInterface"; reason: private alias.
Removed service "App\Application\Service\CacheServiceInterface"; reason: private alias.
Removed service "App\Application\Service\TwoFactorServiceInterface"; reason: private alias.
Removed service "App\Application\Service\FileStorageServiceInterface"; reason: private alias.
Removed service "App\Application\Service\StorageFactoryInterface"; reason: private alias.
Removed service "App\Application\Service\SentryServiceInterface"; reason: private alias.
Removed service "App\Infrastructure\Service\Security\AuditLogServiceInterface"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "http_client.uri_template_expander"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $global_ip.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $globalIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $global_ip"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $globalIpLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $login_attempts.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginAttemptsLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $login_attempts"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginAttemptsLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $password_reset.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $passwordResetLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $password_reset"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $passwordResetLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $admin_actions.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $adminActionsLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $admin_actions"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $adminActionsLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $admin_dashboard.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $adminDashboardLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $admin_dashboard"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $adminDashboardLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $api_calls.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $apiCallsLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $api_calls"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $apiCallsLimiter"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.user_sessions"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheUserSessions"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.user_sessions"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheUserSessions"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.user_sessions"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheUserSessions"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $cache.user_sessions"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $cacheUserSessions"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.rate_limiter"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheRateLimiter"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.rate_limiter"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheRateLimiter"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.rate_limiter"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheRateLimiter"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $cache.rate_limiter"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $cacheRateLimiter"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $cache.authentication_logs"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $cacheAuthenticationLogs"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $cache.authentication_logs"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $cacheAuthenticationLogs"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $cache.authentication_logs"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $cacheAuthenticationLogs"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $cache.authentication_logs"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $cacheAuthenticationLogs"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.test_query_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineTestQueryCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.test_query_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineTestQueryCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.test_query_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineTestQueryCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.test_query_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineTestQueryCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.test_metadata_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineTestMetadataCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.test_metadata_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineTestMetadataCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.test_metadata_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineTestMetadataCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.test_metadata_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineTestMetadataCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.test_result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineTestResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.test_result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineTestResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.test_result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineTestResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.test_result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineTestResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $query.bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $queryBus"; reason: private alias.
Removed service ".Symfony\Component\Messenger\MessageBusInterface $event.bus"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $eventBus"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\EntrypointsLookupCollection"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\EntrypointRenderer"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\TagRendererCollection"; reason: private alias.
Removed service "Pentatrion\ViteBundle\Service\Debug"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.app_user_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.public"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_public.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalPublicLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_local_public"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginLocalPublicLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_public.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalPublicLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $_login_global_public"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginGlobalPublicLimiter"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.public"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "security.user_checker.admin"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderRegistryInterface"; reason: private alias.
Removed service "Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
Removed service "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 "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $messenger.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $authentication.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $authenticationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.O8.cMm9"; reason: private alias.
Removed service ".service_locator.oeWXF0n"; reason: private alias.
Removed service ".service_locator.VPIQtpB"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.public"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.public"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "command.bus"; reason: private alias.
Removed service "query.bus"; reason: private alias.
Removed service "event.bus"; reason: private alias.
Removed service ".signing.messenger.default_serializer.inner"; 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.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.rate_limiter"; reason: private alias.
Removed service "cache.user_sessions"; reason: private alias.
Removed service "cache.authentication_logs"; reason: private alias.
Removed service "doctrine.test_query_cache_pool"; reason: private alias.
Removed service "doctrine.test_metadata_cache_pool"; reason: private alias.
Removed service "doctrine.test_result_cache_pool"; reason: private alias.
Removed service "doctrine.result_cache_pool"; reason: private alias.
Removed service "doctrine.system_cache_pool"; 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 "cache.security_expression_language"; reason: private alias.
Removed service "cache.security_token_verifier"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.uBwBrvQ"; reason: private alias.
Removed service ".service_locator.FKG6F_t"; reason: private alias.
147
Changed reference of service "App\DataFixtures\Provider\UserProvider" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "App\Infrastructure\Persistence\Doctrine\Repository\DoctrineSessionRepository" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Infrastructure\Security\AuthenticationFailureHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Security\AuthenticationSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Service\Cache\FilesystemCacheService" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Infrastructure\Service\Security\FilesystemRateLimiter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Infrastructure\Service\Security\FilesystemSecurityService" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Domain\Repository\SessionRepositoryInterface" previously pointing to "cache.app.traceable" to "cache.app".
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 "cache.http_client.pool.traceable" to "cache.http_client.pool".
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 "translator.data_collector" to "translator".
Changed reference of service "services_resetter" previously pointing to "cache.pentatrion_vite_fallback.traceable" to "cache.pentatrion_vite_fallback".
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 "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_failed_messages_retry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" 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.pentatrion_vite_fallback.traceable" to "cache.pentatrion_vite_fallback".
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.system_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_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.http_client.pool.traceable" to "cache.http_client.pool".
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.pentatrion_vite_fallback.traceable" to "cache.pentatrion_vite_fallback".
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 "cache.global_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "cache.http_client" previously pointing to "cache.http_client.pool.traceable" to "cache.http_client.pool".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.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.http_client.pool.traceable" to "cache.http_client.pool".
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.pentatrion_vite_fallback.traceable" to "cache.pentatrion_vite_fallback".
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.cache" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_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.command.bus" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "pentatrion_vite.entrypoint_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pentatrion_vite.cache" previously pointing to "cache.pentatrion_vite_fallback.traceable" to "cache.pentatrion_vite_fallback".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.public.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.failure_handler.public.form_login" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "Endroid\QrCodeBundle\Twig\QrCodeRuntime" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.append_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "command.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "query.bus.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.VAhK5tX" previously pointing to "debug.traced.command.bus" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Infrastructure\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Yt0eRsM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.app_clearer" previously pointing to "cache.http_client.pool.traceable" to "cache.http_client.pool".
Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
361
Removed service "App\Application\Service"; reason: abstract.
Removed service ".abstract.App\Application\UseCase\User\ResetPasswordUseCaseInterface"; reason: abstract.
Removed service ".abstract.App\Domain\Exception\DomainException"; reason: abstract.
Removed service ".abstract.App\Domain\Repository\AuthenticationLogRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Domain\Repository\GroupRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Domain\Repository\ListingRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Domain\Repository\RoleRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Domain\Repository\SessionRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Domain\Repository\UserRepositoryInterface"; reason: abstract.
Removed service ".abstract.App\Infrastructure\Service\Redis\RedisClientInterface"; reason: abstract.
Removed service ".abstract.App\Infrastructure\Service\Security\AuditLogServiceInterface"; 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 "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.signing_serializer"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DebugController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\DebugController.0.App\Controller\Admin\DebugController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DebugController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ListingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\ProfileController.0.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SentryTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SentryTestController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\SentryTestController.0.App\Controller\Admin\SentryTestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SentryTestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Provider\UserProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Provider\UserProvider"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\ArchiveReason"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\ArchiveReason"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\AuthenticationEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\AuthenticationEventType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\ContactRequestStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\ContactRequestStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\ExportStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\ExportStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\ListingEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\ListingEventType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\ListingStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\ListingStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\PricePeriod"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\PricePeriod"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\PropertyCondition"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\PropertyCondition"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\TransactionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\TransactionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Entity\UserRole"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Entity\UserRole"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\ArchiveReason"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\ArchiveReason"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\ContactRequestStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\ContactRequestStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\ExportStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\ExportStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\ListingEventType"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\ListingEventType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\ListingStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\ListingStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\PricePeriod"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\PricePeriod"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\PropertyCondition"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\PropertyCondition"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\TransactionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\TransactionType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Domain\Enum\UserRole"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Enum\UserRole"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\CleanupExpiredTokensCommand"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Command\CleanupExpiredTokensCommand.0.App\Infrastructure\Command\CleanupExpiredTokensCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\CleanupExpiredTokensCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\CreateAdminUserCommand"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Command\CreateAdminUserCommand.0.App\Infrastructure\Command\CreateAdminUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\CreateAdminUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\GoogleCloudStorageCommand"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Command\GoogleCloudStorageCommand.0.App\Infrastructure\Command\GoogleCloudStorageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\GoogleCloudStorageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ImportUsersCommand"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Command\ImportUsersCommand.0.App\Infrastructure\Command\ImportUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\ImportUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\LoadFixturesCommand"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Command\LoadFixturesCommand.0.App\Infrastructure\Command\LoadFixturesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\LoadFixturesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\StorageCommand"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Command\StorageCommand.0.App\Infrastructure\Command\StorageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\StorageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UnlockAccountsCommand"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Command\UnlockAccountsCommand.0.App\Infrastructure\Command\UnlockAccountsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\UnlockAccountsCommand"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\EventListener\LoginListener.0.App\Infrastructure\EventListener\LoginListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\LoginListener"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\EventListener\SecurityListener.0.App\Infrastructure\EventListener\SecurityListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\SecurityListener"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\EventListener\SentrySecurityListener.0.App\Infrastructure\EventListener\SentrySecurityListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\SentrySecurityListener"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\EventListener\UserEventListener.0.App\Infrastructure\EventListener\UserEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\UserEventListener"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\MessageHandler\SendEmailMessageHandler.0.App\Infrastructure\MessageHandler\SendEmailMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\MessageHandler\SendEmailMessageHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AgencyEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\AgencyEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AgencyEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AmenityEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\AmenityEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AmenityEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AuthenticationLogEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\AuthenticationLogEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\AuthenticationLogEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\CategoryEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\CategoryEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\CategoryEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\CityEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\CityEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\CityEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ContactRequestEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ContactRequestEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ContactRequestEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\EmailVerificationTokenEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\EmailVerificationTokenEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\EmailVerificationTokenEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ExportHistoryEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ExportHistoryEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ExportHistoryEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\GroupEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\GroupEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\GroupEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ListingEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingEventEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ListingEventEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingEventEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingPhotoEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\ListingPhotoEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\ListingPhotoEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\NeighborhoodEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\NeighborhoodEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\NeighborhoodEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\RoleEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\RoleEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\RoleEntity"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Persistence\Doctrine\Entity\UserEntity.0.App\Infrastructure\Persistence\Doctrine\Entity\UserEntity"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Entity\UserEntity"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineAuthenticationLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineAuthenticationLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineListingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineListingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineRoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineRoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Persistence\Doctrine\Repository\DoctrineUserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\CreateListingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\CreateListingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\CreateUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\CreateUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\EditUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\EditUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ForgotPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\ForgotPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\LoginType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\LoginType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\RegisterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\RegisterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\ResetPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\ResetPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\TwoFactorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\TwoFactorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Presentation\Form\Admin\UpdateListingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Presentation\Form\Admin\UpdateListingType"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extra\String\StringExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\UserRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Repository\UserRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\RoleRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Repository\RoleRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\GroupRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Repository\GroupRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\AuthenticationLogRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Repository\AuthenticationLogRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Domain\Repository\ListingRepositoryInterface"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Repository\ListingRepositoryInterface"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
Removed service ".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime"; reason: abstract.
321
Removed service "App\Application\DTO\Group\CreateGroupRequest"; reason: unused.
Removed service "App\Application\DTO\Group\GroupResponse"; reason: unused.
Removed service "App\Application\DTO\Group\ListGroupsRequest"; reason: unused.
Removed service "App\Application\DTO\Group\ListGroupsResponse"; reason: unused.
Removed service "App\Application\DTO\Group\ManageGroupMembersRequest"; reason: unused.
Removed service "App\Application\DTO\Group\UpdateGroupRequest"; reason: unused.
Removed service "App\Application\DTO\Listing\CreateListingRequest"; reason: unused.
Removed service "App\Application\DTO\Listing\ListListingsRequest"; reason: unused.
Removed service "App\Application\DTO\Listing\ListListingsResponse"; reason: unused.
Removed service "App\Application\DTO\Listing\ListingResponse"; reason: unused.
Removed service "App\Application\DTO\Listing\UpdateListingRequest"; reason: unused.
Removed service "App\Application\DTO\Role\CreateRoleRequest"; reason: unused.
Removed service "App\Application\DTO\Role\ListRolesRequest"; reason: unused.
Removed service "App\Application\DTO\Role\ListRolesResponse"; reason: unused.
Removed service "App\Application\DTO\Role\ManageRolePermissionsRequest"; reason: unused.
Removed service "App\Application\DTO\Role\RoleResponse"; reason: unused.
Removed service "App\Application\DTO\Role\UpdateRoleRequest"; reason: unused.
Removed service "App\Application\DTO\User\ChangePasswordRequest"; reason: unused.
Removed service "App\Application\DTO\User\ConfirmTwoFactorRequest"; reason: unused.
Removed service "App\Application\DTO\User\CreateUserRequest"; reason: unused.
Removed service "App\Application\DTO\User\DeleteUserRequest"; reason: unused.
Removed service "App\Application\DTO\User\DisableTwoFactorRequest"; reason: unused.
Removed service "App\Application\DTO\User\EnableTwoFactorRequest"; reason: unused.
Removed service "App\Application\DTO\User\EnableTwoFactorResponse"; reason: unused.
Removed service "App\Application\DTO\User\ListUsersRequest"; reason: unused.
Removed service "App\Application\DTO\User\ListUsersResponse"; reason: unused.
Removed service "App\Application\DTO\User\LoginUserRequest"; reason: unused.
Removed service "App\Application\DTO\User\LoginUserResponse"; reason: unused.
Removed service "App\Application\DTO\User\RequestPasswordResetRequest"; reason: unused.
Removed service "App\Application\DTO\User\ResetPasswordRequest"; reason: unused.
Removed service "App\Application\DTO\User\ToggleUserStatusRequest"; reason: unused.
Removed service "App\Application\DTO\User\UpdateUserProfileRequest"; reason: unused.
Removed service "App\Application\DTO\User\UserResponse"; reason: unused.
Removed service "App\Application\DTO\User\VerifyEmailRequest"; reason: unused.
Removed service "App\Application\Event\UserCreatedEvent"; reason: unused.
Removed service "App\Application\Event\UserEmailChangeRequestedEvent"; reason: unused.
Removed service "App\Application\Event\UserPasswordResetRequestedEvent"; reason: unused.
Removed service "App\Application\UseCase\Group\CreateGroupUseCase"; reason: unused.
Removed service "App\Application\UseCase\Group\DeleteGroupUseCase"; reason: unused.
Removed service "App\Application\UseCase\Group\ListGroupsUseCase"; reason: unused.
Removed service "App\Application\UseCase\Group\ManageGroupMembersUseCase"; reason: unused.
Removed service "App\Application\UseCase\Group\UpdateGroupUseCase"; reason: unused.
Removed service "App\Application\UseCase\Role\CreateRoleUseCase"; reason: unused.
Removed service "App\Application\UseCase\Role\DeleteRoleUseCase"; reason: unused.
Removed service "App\Application\UseCase\Role\ListRolesUseCase"; reason: unused.
Removed service "App\Application\UseCase\Role\ManageRolePermissionsUseCase"; reason: unused.
Removed service "App\Application\UseCase\Role\UpdateRoleUseCase"; reason: unused.
Removed service "App\Application\UseCase\User\LoginUserUseCase"; reason: unused.
Removed service "App\Application\UseCase\User\ToggleUserStatusUseCase"; reason: unused.
Removed service "App\Application\UseCase\User\TwoFactorAuthUseCase"; reason: unused.
Removed service "App\Domain\Dto\UserSearchCriteria"; reason: unused.
Removed service "App\Domain\Dto\UserSearchCriteriaBuilder"; reason: unused.
Removed service "App\Domain\Entity\Agency"; reason: unused.
Removed service "App\Domain\Entity\Amenity"; reason: unused.
Removed service "App\Domain\Entity\ArchiveReason"; reason: unused.
Removed service "App\Domain\Entity\AuthenticationEventType"; reason: unused.
Removed service "App\Domain\Entity\AuthenticationLog"; reason: unused.
Removed service "App\Domain\Entity\Category"; reason: unused.
Removed service "App\Domain\Entity\City"; reason: unused.
Removed service "App\Domain\Entity\ContactRequest"; reason: unused.
Removed service "App\Domain\Entity\ContactRequestStatus"; reason: unused.
Removed service "App\Domain\Entity\ExportHistory"; reason: unused.
Removed service "App\Domain\Entity\ExportStatus"; reason: unused.
Removed service "App\Domain\Entity\Group"; reason: unused.
Removed service "App\Domain\Entity\Listing"; reason: unused.
Removed service "App\Domain\Entity\ListingEvent"; reason: unused.
Removed service "App\Domain\Entity\ListingEventType"; reason: unused.
Removed service "App\Domain\Entity\ListingPhoto"; reason: unused.
Removed service "App\Domain\Entity\ListingStatus"; reason: unused.
Removed service "App\Domain\Entity\Neighborhood"; reason: unused.
Removed service "App\Domain\Entity\PricePeriod"; reason: unused.
Removed service "App\Domain\Entity\PropertyCondition"; reason: unused.
Removed service "App\Domain\Entity\Role"; reason: unused.
Removed service "App\Domain\Entity\TransactionType"; reason: unused.
Removed service "App\Domain\Entity\User"; reason: unused.
Removed service "App\Domain\Entity\UserRole"; reason: unused.
Removed service "App\Domain\Enum\ArchiveReason"; reason: unused.
Removed service "App\Domain\Enum\ContactRequestStatus"; reason: unused.
Removed service "App\Domain\Enum\ExportStatus"; reason: unused.
Removed service "App\Domain\Enum\ListingEventType"; reason: unused.
Removed service "App\Domain\Enum\ListingStatus"; reason: unused.
Removed service "App\Domain\Enum\PricePeriod"; reason: unused.
Removed service "App\Domain\Enum\PropertyCondition"; reason: unused.
Removed service "App\Domain\Enum\TransactionType"; reason: unused.
Removed service "App\Domain\Enum\UserRole"; reason: unused.
Removed service "App\Domain\Exception\AuthenticationException"; reason: unused.
Removed service "App\Domain\Exception\EmailException"; reason: unused.
Removed service "App\Domain\Exception\GroupException"; reason: unused.
Removed service "App\Domain\Exception\ListingException"; reason: unused.
Removed service "App\Domain\Exception\PermissionException"; reason: unused.
Removed service "App\Domain\Exception\RoleException"; reason: unused.
Removed service "App\Domain\Exception\UserException"; reason: unused.
Removed service "App\Domain\Exception\ValueObjectException"; reason: unused.
Removed service "App\Domain\ValueObject\AgencyCode"; reason: unused.
Removed service "App\Domain\ValueObject\Coordinates"; reason: unused.
Removed service "App\Domain\ValueObject\Email"; reason: unused.
Removed service "App\Domain\ValueObject\ListingReference"; reason: unused.
Removed service "App\Domain\ValueObject\Password"; reason: unused.
Removed service "App\Domain\ValueObject\Price"; reason: unused.
Removed service "App\Domain\ValueObject\RoleId"; reason: unused.
Removed service "App\Domain\ValueObject\SecuritySettings"; reason: unused.
Removed service "App\Domain\ValueObject\Surface"; reason: unused.
Removed service "App\Domain\ValueObject\ThemeColor"; reason: unused.
Removed service "App\Domain\ValueObject\UserId"; reason: unused.
Removed service "App\Domain\ValueObject\UserProfile"; reason: unused.
Removed service "App\Infrastructure\Message\AuditLogMessage"; reason: unused.
Removed service "App\Infrastructure\Message\CleanupMessage"; reason: unused.
Removed service "App\Infrastructure\Message\SendEmailMessage"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\AgencyEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\AmenityEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\AuthenticationLogEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\CategoryEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\CityEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\ContactRequestEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\EmailVerificationTokenEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\ExportHistoryEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\GroupEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\ListingEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\ListingEventEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\ListingPhotoEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\NeighborhoodEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\RoleEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Entity\UserEntity"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\AgencyMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\AmenityMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\CategoryMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\CityMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\ContactRequestMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\ExportHistoryMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\ListingEventMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\ListingPhotoMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Mapper\NeighborhoodMapper"; reason: unused.
Removed service "App\Infrastructure\Persistence\Doctrine\Repository\DoctrineSessionRepository"; reason: unused.
Removed service "App\Infrastructure\Security\AuthenticationFailureHandler"; reason: unused.
Removed service "App\Infrastructure\Security\AuthenticationSuccessHandler"; reason: unused.
Removed service "App\Infrastructure\Security\LogoutHandler"; reason: unused.
Removed service "App\Infrastructure\Security\UserAdapter"; reason: unused.
Removed service "App\Infrastructure\Service\Cache\FilesystemCacheService"; reason: unused.
Removed service "App\Infrastructure\Service\Security\EnhancedAuditLogService"; reason: unused.
Removed service "App\Infrastructure\Service\Security\FilesystemRateLimiter"; reason: unused.
Removed service "App\Infrastructure\Service\Security\FilesystemSecurityService"; reason: unused.
Removed service "App\Infrastructure\Service\Security\GoogleAuthenticatorService"; reason: unused.
Removed service "App\Infrastructure\Service\Security\RedisRateLimiter"; reason: unused.
Removed service "App\Infrastructure\Service\Storage\AdvancedGoogleCloudService"; reason: unused.
Removed service "App\Infrastructure\Service\Storage\FileSystemStorageService"; reason: unused.
Removed service "App\Infrastructure\Service\Storage\GoogleCloudStorageService"; reason: unused.
Removed service "App\Infrastructure\Service\Storage\MinIOFileStorageService"; reason: unused.
Removed service "App\Domain\Repository\SessionRepositoryInterface"; reason: unused.
Removed service "App\Application\Service\PasswordPolicyService"; reason: unused.
Removed service "App\Application\Service\SessionManagementService"; reason: unused.
Removed service "App\Application\Service\UserAvatarService"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "limiter.global_ip"; reason: unused.
Removed service "limiter.storage.global_ip"; reason: unused.
Removed service "limiter.login_attempts"; reason: unused.
Removed service "limiter.storage.login_attempts"; reason: unused.
Removed service "limiter.password_reset"; reason: unused.
Removed service "limiter.storage.password_reset"; reason: unused.
Removed service "limiter.admin_actions"; reason: unused.
Removed service "limiter.storage.admin_actions"; reason: unused.
Removed service "limiter.admin_dashboard"; reason: unused.
Removed service "limiter.storage.admin_dashboard"; reason: unused.
Removed service "limiter.api_calls"; reason: unused.
Removed service "limiter.storage.api_calls"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "validator.form.attribute_metadata"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "mime_types"; 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 "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "Pentatrion\ViteBundle\Asset\ViteAssetVersionStrategy"; reason: unused.
Removed service "var_dumper.server_connection"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; 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 "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.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "security.helper"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker_locator"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.firewall.event_dispatcher_locator"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.public"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service ".service_locator.W_hvYsj"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service ".service_locator.Vt0O2XB"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service ".service_locator.qe07GcU"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; 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 "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "Endroid\QrCode\Writer\BinaryWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\DebugWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\EpsWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\GifWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\PdfWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\SvgWriter"; reason: unused.
Removed service "Endroid\QrCode\Writer\WebPWriter"; reason: unused.
Removed service "Endroid\QrCode\Builder\Builder"; reason: unused.
Removed service "endroid_qr_code.default_builder"; reason: unused.
Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service ".messenger.handler_descriptor.R1hNWaD"; reason: unused.
Removed service ".messenger.handler_descriptor.TW8bTH6"; reason: unused.
Removed service ".messenger.handler_descriptor.clh97yT"; reason: unused.
Removed service ".messenger.handler_descriptor.Iyt621A"; reason: unused.
Removed service ".messenger.handler_descriptor.KXEI0vW"; reason: unused.
Removed service ".messenger.handler_descriptor.01FA.2J"; reason: unused.
Removed service ".messenger.handler_descriptor.J5BHp39"; reason: unused.
Removed service ".messenger.handler_descriptor.rtr4kpG"; reason: unused.
Removed service ".messenger.handler_descriptor.br_yHva"; reason: unused.
Removed service ".messenger.handler_descriptor.yF.u0lb"; reason: unused.
Removed service "event.bus.messenger.handlers_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.1nWOYVM"; reason: unused.
Removed service ".service_locator.HlhG04S"; reason: unused.
Removed service ".service_locator.rAuPNI6"; reason: unused.
Removed service ".service_locator.uVAo3aD"; reason: unused.
474
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\DebugController" to "App\Controller\Admin\DebugController".
Inlined service "App\Application\UseCase\Listing\ListListingsUseCase" to "App\Controller\Admin\ListingController".
Inlined service "App\Application\UseCase\Listing\GetListingUseCase" to "App\Controller\Admin\ListingController".
Inlined service "App\Application\UseCase\Listing\CreateListingUseCase" to "App\Controller\Admin\ListingController".
Inlined service "App\Application\UseCase\Listing\UpdateListingUseCase" to "App\Controller\Admin\ListingController".
Inlined service "App\Application\UseCase\Listing\PublishListingUseCase" to "App\Controller\Admin\ListingController".
Inlined service "App\Application\UseCase\Listing\ArchiveListingUseCase" to "App\Controller\Admin\ListingController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\ListingController" to "App\Controller\Admin\ListingController".
Inlined service "App\Application\UseCase\User\ChangePasswordUseCase" to "App\Controller\Admin\ProfileController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\ProfileController" to "App\Controller\Admin\ProfileController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\SentryTestController" to "App\Controller\Admin\SentryTestController".
Inlined service "App\Application\UseCase\User\ListUsersUseCase" to "App\Controller\Admin\UserController".
Inlined service "App\Application\UseCase\User\DeleteUserUseCase" to "App\Controller\Admin\UserController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Admin\UserController" to "App\Controller\Admin\UserController".
Inlined service "App\Application\UseCase\User\RequestPasswordResetUseCase" to "App\Controller\PasswordController".
Inlined service "App\Application\UseCase\User\ResetPasswordUseCase" to "App\Controller\PasswordController".
Inlined service ".service_locator.TJNRSaV.App\Controller\PasswordController" to "App\Controller\PasswordController".
Inlined service "App\Application\UseCase\User\VerifyEmailUseCase" to "App\Controller\RegistrationController".
Inlined service ".service_locator.TJNRSaV.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service "App\Infrastructure\Service\Storage\StorageManager" to "App\Infrastructure\Command\StorageCommand".
Inlined service "mailer.mailer" to "App\Infrastructure\Service\Email\SymfonyEmailService".
Inlined service "App\Infrastructure\Service\Redis\RedisClientAdapter" to "App\Infrastructure\Service\Security\SecurityService".
Inlined service "Aws\S3\S3Client" to "App\Infrastructure\Service\Storage\StorageFactory".
Inlined service "App\Infrastructure\Service\Cache\RedisCacheService" to "App\Application\Service\UserStatisticsService".
Inlined service "error_handler.error_renderer.default" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.Fno7ALY" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "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_expander.rize" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.WAxJF4Q" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.xapm37H" to "validator.validator_factory".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "lock.default.factory" to "messenger.middleware.deduplicate_middleware".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.UoTJz6S" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.VAhK5tX" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Pentatrion\ViteBundle\DataCollector\ViteCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "pentatrion_vite.twig_type_extension" to "twig".
Inlined service "pentatrion_vite.twig_entry_files_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "Endroid\QrCodeBundle\Twig\QrCodeExtension" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" 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.3DrAUl_.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.LVCCPAy" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.Ns11N7J" to "pentatrion_vite.entrypoints_lookup_collection".
Inlined service "pentatrion_vite.tag_renderer_collection" to "pentatrion_vite.entrypoint_renderer".
Inlined service ".service_locator.rfXxwp3" to "pentatrion_vite.tag_renderer_collection".
Inlined service "pentatrion_vite.debug" to "Pentatrion\ViteBundle\Controller\ProfilerController".
Inlined service "pentatrion_vite.cache" to "pentatrion_vite.file_accessor".
Inlined service "pentatrion_vite.file_accessor" to "pentatrion_vite.entrypoints_lookup[_default]".
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.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_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.n98meg9" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.MWmlkJQ" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "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 ".service_locator.1mjVCan" to "security.token_storage".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.7hffHUr" to "security.access_map".
Inlined service ".security.request_matcher.0LjmSeM" to "security.access_map".
Inlined service ".security.request_matcher.CYbpC4N" to "security.access_map".
Inlined service ".security.request_matcher.cb_FjJk" to "security.access_map".
Inlined service ".security.request_matcher.nBQAtJm" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.iogdmDF" to "security.access_map".
Inlined service ".security.request_matcher.8JrIrFJ" to "security.access_map".
Inlined service ".security.request_matcher.aBa4APp" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.Ngr5_42" to ".security.request_matcher.vKrJ9Ae".
Inlined service "limiter.storage._login_local_public" to "limiter._login_local_public".
Inlined service "limiter.storage._login_global_public" to "limiter._login_global_public".
Inlined service "limiter._login_global_public" to "security.login_throttling.public.limiter".
Inlined service "limiter._login_local_public" to "security.login_throttling.public.limiter".
Inlined service "security.login_throttling.public.limiter" to "security.listener.login_throttling.public".
Inlined service "security.authentication.success_handler.public.form_login" to "security.authenticator.form_login.public".
Inlined service "security.authentication.failure_handler.public.form_login" to "security.authenticator.form_login.public".
Inlined service "security.authenticator.remember_me_signature_hasher.public" to "security.authenticator.remember_me_handler.public".
Inlined service "security.authenticator.remember_me.public" to "debug.security.authenticator.remember_me.public".
Inlined service "debug.security.firewall.authenticator.public.inner" to "debug.security.firewall.authenticator.public".
Inlined service "security.exception_listener.public" to "security.firewall.map.context.public".
Inlined service "security.logout_listener.public" to "security.firewall.map.context.public".
Inlined service "security.firewall.map.config.public" to "security.firewall.map.context.public".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authenticator.remember_me_signature_hasher.admin" to "security.authenticator.remember_me_handler.admin".
Inlined service "security.authenticator.remember_me.admin" to "debug.security.authenticator.remember_me.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.LORg6t3" to ".security.request_matcher.7hffHUr".
Inlined service ".security.request_matcher.KXg6hPu" to ".security.request_matcher.0LjmSeM".
Inlined service ".security.request_matcher.XWnoXOd" to ".security.request_matcher.CYbpC4N".
Inlined service ".security.request_matcher.xpI1Kmj" to ".security.request_matcher.cb_FjJk".
Inlined service ".security.request_matcher.3oUkDkN" to ".security.request_matcher.nBQAtJm".
Inlined service ".security.request_matcher.kwlk9EU" to ".security.request_matcher.iogdmDF".
Inlined service ".security.request_matcher.b1poQhq" to ".security.request_matcher.8JrIrFJ".
Inlined service ".security.request_matcher.RLE1fus" to ".security.request_matcher.aBa4APp".
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 "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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "Endroid\QrCode\Writer\PngWriter" to "Endroid\QrCode\Builder\BuilderRegistry".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
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 "debug.security.event_dispatcher.public.inner" to "debug.security.event_dispatcher.public".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service ".service_locator.0MQaTBY" to ".service_locator.0MQaTBY.App\Controller\SecurityController::login()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "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 "command.bus.messenger.handlers_locator" to "command.bus.middleware.handle_message".
Inlined service "query.bus.messenger.handlers_locator" to "query.bus.middleware.handle_message".
Inlined service "debug.traced.query.bus.inner" to "debug.traced.query.bus".
Inlined service "debug.traced.event.bus.inner" to "debug.traced.event.bus".
Inlined service "messenger.transport.native_php_serializer" to ".signing.messenger.default_serializer".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "sentry.tracing.dbal.connection_factory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "App\Infrastructure\Security\Voter\UserVoter" to ".debug.security.voter.App\Infrastructure\Security\Voter\UserVoter".
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.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.rate_limiter.traceable.recorder_inner" to "cache.rate_limiter.traceable".
Inlined service "cache.user_sessions.traceable.recorder_inner" to "cache.user_sessions.traceable".
Inlined service "cache.authentication_logs.traceable.recorder_inner" to "cache.authentication_logs.traceable".
Inlined service "doctrine.test_query_cache_pool.traceable.recorder_inner" to "doctrine.test_query_cache_pool.traceable".
Inlined service "doctrine.test_metadata_cache_pool.traceable.recorder_inner" to "doctrine.test_metadata_cache_pool.traceable".
Inlined service "doctrine.test_result_cache_pool.traceable.recorder_inner" to "doctrine.test_result_cache_pool.traceable".
Inlined service "doctrine.result_cache_pool.traceable.recorder_inner" to "doctrine.result_cache_pool.traceable".
Inlined service "doctrine.system_cache_pool.traceable.recorder_inner" to "doctrine.system_cache_pool.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 "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.security_token_verifier.traceable.recorder_inner" to "cache.security_token_verifier.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.Nf5qxrM" to ".service_locator.Nf5qxrM.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.Nbn9MsM" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "security.authenticator.manager.public" to "debug.security.firewall.authenticator.public.inner".
Inlined service "security.authenticator.manager.admin" to "debug.security.firewall.authenticator.admin.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.k8yB8gs" 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.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.http_client.pool.traceable.inner" to "cache.http_client.pool.traceable.recorder_inner".
Inlined service "cache.rate_limiter.traceable.inner" to "cache.rate_limiter.traceable.recorder_inner".
Inlined service "cache.user_sessions.traceable.inner" to "cache.user_sessions.traceable.recorder_inner".
Inlined service "cache.authentication_logs.traceable.inner" to "cache.authentication_logs.traceable.recorder_inner".
Inlined service "doctrine.test_query_cache_pool.traceable.inner" to "doctrine.test_query_cache_pool.traceable.recorder_inner".
Inlined service "doctrine.test_metadata_cache_pool.traceable.inner" to "doctrine.test_metadata_cache_pool.traceable.recorder_inner".
Inlined service "doctrine.test_result_cache_pool.traceable.inner" to "doctrine.test_result_cache_pool.traceable.recorder_inner".
Inlined service "doctrine.result_cache_pool.traceable.inner" to "doctrine.result_cache_pool.traceable.recorder_inner".
Inlined service "doctrine.system_cache_pool.traceable.inner" to "doctrine.system_cache_pool.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.pentatrion_vite_fallback.traceable.inner" to "cache.pentatrion_vite_fallback.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 "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.security_is_csrf_token_valid_attribute_expression_language.traceable.inner" to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_token_verifier.traceable.inner" to "cache.security_token_verifier.traceable.recorder_inner".
Inlined service ".service_locator.Nf5qxrM.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.command.bus.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "App\DataFixtures\Provider\UserProvider" to "Faker\Generator".
Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
Inlined service "hautelook_alice.locator.env_directory" to "hautelook_alice.locator".
Inlined service "debug.event_dispatcher.inner" 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.http_client.pool.traceable.recorder_inner" to "cache.http_client.pool".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.pentatrion_vite_fallback.traceable.recorder_inner" to "cache.pentatrion_vite_fallback".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "App\Infrastructure\Service\Security\AuditLogService" to "security.authenticator.form_login.public".
Inlined service "App\Infrastructure\Service\Security\AuditLogService" to "security.authenticator.form_login.public".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
3
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"?
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "security.csrf.same_origin_token_manager", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.public", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.public", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "debug.traced.query.bus", "debug.traced.event.bus", "cache.validator.traceable", "cache.serializer.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.rate_limiter.traceable", "cache.user_sessions.traceable", "cache.authentication_logs.traceable", "doctrine.test_query_cache_pool.traceable", "doctrine.test_metadata_cache_pool.traceable", "doctrine.test_result_cache_pool.traceable", "doctrine.result_cache_pool.traceable", "doctrine.system_cache_pool.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.security_expression_language.traceable", "cache.security_token_verifier.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.http_client.pool", "cache.validator_expression_language", "cache.pentatrion_vite_fallback", "cache.security_is_granted_attribute_expression_language", "cache.security_is_csrf_token_valid_attribute_expression_language", but was never used. Did you mean "container.error"?
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.messenger", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.authentication", "monolog.logger.deprecation", but was never used.