Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message" configuration option is deprecated, it will default to "true" in version 6.0.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\ClinicUser" should implement it.
Since symfony/security-bundle 5.3: Configuring an encoder for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Admin" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\User" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\ClinicUser" should implement it.
Since symfony/security-bundle 5.3: Configuring a password hasher for a user class that does not implement "Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" is deprecated, class "App\Entity\Admin" should implement it.
Rollbar\Payload\Notifier implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\AdminFormAuthenticator" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\ClinicFormAuthenticator" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Security\LoginFormAuthenticator" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.KaSaWYd" service.
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
User Deprecated: Since symfony/security-http 5.4: Method "Symfony\Component\Security\Http\Firewall\ContextListener::setRememberMeServices()" is deprecated, use the new remember me handlers instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.admin" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.admin" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.notification" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.api" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.api" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
Populated the TokenStorage with an anonymous Token.
security
deprecation
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
User Deprecated: Since symfony/security-core 5.4: The "Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAnonymous()" method is deprecated, use "isAuthenticated()" or "isFullFledged()" if you want to check if the request is (fully) authenticated.
User Deprecated: Since symfony/security-core 5.4: The "IS_AUTHENTICATED_ANONYMOUSLY" security attribute is deprecated, use "PUBLIC_ACCESS" for public resources, otherwise use "IS_AUTHENTICATED" or "IS_AUTHENTICATED_FULLY" instead if you want to check if the request is (fully) authenticated.
User Deprecated: Since sonata-project/block-bundle 4.11: The "sonata.block.cache.handler.default" service is deprecated since sonata-project/block-bundle 4.11 and will be removed in 5.0.
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
Log messages generated during the compilation of the service container.
Messages
Class
487
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\AdminAdminController" (parent: .abstract.instanceof.App\Admin\AdminAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\AdminAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\AdminAdminController).
Resolving inheritance for "App\Admin\AdminAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\AdminAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\ClinicUserAdminController" (parent: .abstract.instanceof.App\Admin\ClinicUserAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\ClinicUserAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\ClinicUserAdminController).
Resolving inheritance for "App\Admin\ClinicUserAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\ClinicUserAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\FeedbackAdminController" (parent: .abstract.instanceof.App\Admin\FeedbackAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\FeedbackAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\FeedbackAdminController).
Resolving inheritance for "App\Admin\FeedbackAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\FeedbackAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\PostAdminController" (parent: .abstract.instanceof.App\Admin\Forum\PostAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\PostAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\PostAdminController).
Resolving inheritance for "App\Admin\Forum\PostAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\PostAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\PostReportAdminController" (parent: .abstract.instanceof.App\Admin\Forum\PostReportAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\PostReportAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\PostReportAdminController).
Resolving inheritance for "App\Admin\Forum\PostReportAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\PostReportAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\UserBanAdminController" (parent: .abstract.instanceof.App\Admin\Forum\UserBanAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\UserBanAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\UserBanAdminController).
Resolving inheritance for "App\Admin\Forum\UserBanAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\UserBanAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\ReportAdminController" (parent: .abstract.instanceof.App\Admin\ReportAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\ReportAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\ReportAdminController).
Resolving inheritance for "App\Admin\ReportAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\ReportAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\SortableAdminController" (parent: .abstract.instanceof.App\Admin\SortableAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\SortableAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\SortableAdminController).
Resolving inheritance for "App\Admin\SortableAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\SortableAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\UserAdminController" (parent: .abstract.instanceof.App\Admin\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\UserAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\UserAdminController).
Resolving inheritance for "App\Admin\UserAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\UserAdminController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AccessCodeUsageSetCommand" (parent: .abstract.instanceof.App\Command\AccessCodeUsageSetCommand).
Resolving inheritance for "App\Command\AccessCodeUsageSetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AccessCodeUsageSetCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertTreatmentActivityDescriptionStringToJsonCommand" (parent: .abstract.instanceof.App\Command\ConvertTreatmentActivityDescriptionStringToJsonCommand).
Resolving inheritance for "App\Command\ConvertTreatmentActivityDescriptionStringToJsonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertTreatmentActivityDescriptionStringToJsonCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CurrentClinicSetCommand" (parent: .abstract.instanceof.App\Command\CurrentClinicSetCommand).
Resolving inheritance for "App\Command\CurrentClinicSetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CurrentClinicSetCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MedicineUnitAndTypeMigrateCommand" (parent: .abstract.instanceof.App\Command\MedicineUnitAndTypeMigrateCommand).
Resolving inheritance for "App\Command\MedicineUnitAndTypeMigrateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MedicineUnitAndTypeMigrateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MessagebirdTestCommand" (parent: .abstract.instanceof.App\Command\MessagebirdTestCommand).
Resolving inheritance for "App\Command\MessagebirdTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MessagebirdTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushNotificationTestAndroidCommand" (parent: .abstract.instanceof.App\Command\PushNotificationTestAndroidCommand).
Resolving inheritance for "App\Command\PushNotificationTestAndroidCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushNotificationTestAndroidCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushNotificationTestIosCommand" (parent: .abstract.instanceof.App\Command\PushNotificationTestIosCommand).
Resolving inheritance for "App\Command\PushNotificationTestIosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushNotificationTestIosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReferredBySetCommand" (parent: .abstract.instanceof.App\Command\ReferredBySetCommand).
Resolving inheritance for "App\Command\ReferredBySetCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReferredBySetCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RevertConvertTreatmentActivityDescriptionStringToJsonCommand" (parent: .abstract.instanceof.App\Command\RevertConvertTreatmentActivityDescriptionStringToJsonCommand).
Resolving inheritance for "App\Command\RevertConvertTreatmentActivityDescriptionStringToJsonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RevertConvertTreatmentActivityDescriptionStringToJsonCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScheduleNotificationSilentPushCommand" (parent: .abstract.instanceof.App\Command\ScheduleNotificationSilentPushCommand).
Resolving inheritance for "App\Command\ScheduleNotificationSilentPushCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScheduleNotificationSilentPushCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ZapierTestCommand" (parent: .abstract.instanceof.App\Command\ZapierTestCommand).
Resolving inheritance for "App\Command\ZapierTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ZapierTestCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ArticleController" (parent: .abstract.instanceof.App\Controller\API\V1\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ArticleController).
Resolving inheritance for "App\Controller\API\V1\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ConfigController" (parent: .abstract.instanceof.App\Controller\API\V1\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ConfigController).
Resolving inheritance for "App\Controller\API\V1\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ContentBlockController" (parent: .abstract.instanceof.App\Controller\API\V1\ContentBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ContentBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ContentBlockController).
Resolving inheritance for "App\Controller\API\V1\ContentBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ContentBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\FaqController" (parent: .abstract.instanceof.App\Controller\API\V1\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\FaqController).
Resolving inheritance for "App\Controller\API\V1\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\FeedbackController" (parent: .abstract.instanceof.App\Controller\API\V1\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\FeedbackController).
Resolving inheritance for "App\Controller\API\V1\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Forum\GroupController" (parent: .abstract.instanceof.App\Controller\API\V1\Forum\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Forum\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Forum\GroupController).
Resolving inheritance for "App\Controller\API\V1\Forum\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Forum\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ForumController" (parent: .abstract.instanceof.App\Controller\API\V1\ForumController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ForumController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ForumController).
Resolving inheritance for "App\Controller\API\V1\ForumController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ForumController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\NotificationController" (parent: .abstract.instanceof.App\Controller\API\V1\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\NotificationController).
Resolving inheritance for "App\Controller\API\V1\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PackageCategoryController" (parent: .abstract.instanceof.App\Controller\API\V1\PackageCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PackageCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PackageCategoryController).
Resolving inheritance for "App\Controller\API\V1\PackageCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PackageCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PackageController" (parent: .abstract.instanceof.App\Controller\API\V1\PackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PackageController).
Resolving inheritance for "App\Controller\API\V1\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PatientPackageController" (parent: .abstract.instanceof.App\Controller\API\V1\PatientPackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PatientPackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PatientPackageController).
Resolving inheritance for "App\Controller\API\V1\PatientPackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PatientPackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PictureController" (parent: .abstract.instanceof.App\Controller\API\V1\PictureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PictureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PictureController).
Resolving inheritance for "App\Controller\API\V1\PictureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PictureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ReferController" (parent: .abstract.instanceof.App\Controller\API\V1\ReferController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ReferController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ReferController).
Resolving inheritance for "App\Controller\API\V1\ReferController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ReferController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ReferralController" (parent: .abstract.instanceof.App\Controller\API\V1\ReferralController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ReferralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ReferralController).
Resolving inheritance for "App\Controller\API\V1\ReferralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ReferralController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\SyncController" (parent: .abstract.instanceof.App\Controller\API\V1\SyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\SyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\SyncController).
Resolving inheritance for "App\Controller\API\V1\SyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\SyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentActivityController" (parent: .abstract.instanceof.App\Controller\API\V1\TreatmentActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentActivityController).
Resolving inheritance for "App\Controller\API\V1\TreatmentActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentController" (parent: .abstract.instanceof.App\Controller\API\V1\TreatmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentController).
Resolving inheritance for "App\Controller\API\V1\TreatmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentsFormController" (parent: .abstract.instanceof.App\Controller\API\V1\TreatmentsFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentsFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentsFormController).
Resolving inheritance for "App\Controller\API\V1\TreatmentsFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentsFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UpdateController" (parent: .abstract.instanceof.App\Controller\API\V1\UpdateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UpdateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UpdateController).
Resolving inheritance for "App\Controller\API\V1\UpdateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UpdateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UserController" (parent: .abstract.instanceof.App\Controller\API\V1\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UserController).
Resolving inheritance for "App\Controller\API\V1\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccessCodeController" (parent: .abstract.instanceof.App\Controller\Admin\AccessCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccessCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccessCodeController).
Resolving inheritance for "App\Controller\Admin\AccessCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccessCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChangePasswordController" (parent: .abstract.instanceof.App\Controller\Admin\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChangePasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChangePasswordController).
Resolving inheritance for "App\Controller\Admin\ChangePasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfigController" (parent: .abstract.instanceof.App\Controller\Admin\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfigController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfigController).
Resolving inheritance for "App\Controller\Admin\ConfigController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfigController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentBlockController" (parent: .abstract.instanceof.App\Controller\Admin\ContentBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentBlockController).
Resolving inheritance for "App\Controller\Admin\ContentBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationController" (parent: .abstract.instanceof.App\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationController).
Resolving inheritance for "App\Controller\Admin\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\PackageCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageCategoryController).
Resolving inheritance for "App\Controller\Admin\PackageCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageController" (parent: .abstract.instanceof.App\Controller\Admin\PackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageController).
Resolving inheritance for "App\Controller\Admin\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PictureController" (parent: .abstract.instanceof.App\Controller\Admin\PictureController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PictureController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PictureController).
Resolving inheritance for "App\Controller\Admin\PictureController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PictureController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferralController" (parent: .abstract.instanceof.App\Controller\Admin\ReferralController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferralController).
Resolving inheritance for "App\Controller\Admin\ReferralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferralController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TreatmentController" (parent: .abstract.instanceof.App\Controller\Admin\TreatmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TreatmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TreatmentController).
Resolving inheritance for "App\Controller\Admin\TreatmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TreatmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TreatmentPlanController" (parent: .abstract.instanceof.App\Controller\Admin\TreatmentPlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TreatmentPlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TreatmentPlanController).
Resolving inheritance for "App\Controller\Admin\TreatmentPlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TreatmentPlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrendingPostController" (parent: .abstract.instanceof.App\Controller\Admin\TrendingPostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrendingPostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrendingPostController).
Resolving inheritance for "App\Controller\Admin\TrendingPostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrendingPostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSecurityController" (parent: .abstract.instanceof.App\Controller\AdminSecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSecurityController).
Resolving inheritance for "App\Controller\AdminSecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\AccessCodeController" (parent: .abstract.instanceof.App\Controller\Clinic\AccessCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\AccessCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\AccessCodeController).
Resolving inheritance for "App\Controller\Clinic\AccessCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\AccessCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\ContentBlockController" (parent: .abstract.instanceof.App\Controller\Clinic\ContentBlockController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\ContentBlockController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\ContentBlockController).
Resolving inheritance for "App\Controller\Clinic\ContentBlockController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\ContentBlockController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\DashboardController" (parent: .abstract.instanceof.App\Controller\Clinic\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\DashboardController).
Resolving inheritance for "App\Controller\Clinic\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\PackageController" (parent: .abstract.instanceof.App\Controller\Clinic\PackageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\PackageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\PackageController).
Resolving inheritance for "App\Controller\Clinic\PackageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\PackageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\PatientController" (parent: .abstract.instanceof.App\Controller\Clinic\PatientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\PatientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\PatientController).
Resolving inheritance for "App\Controller\Clinic\PatientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\PatientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\TreatmentController" (parent: .abstract.instanceof.App\Controller\Clinic\TreatmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\TreatmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\TreatmentController).
Resolving inheritance for "App\Controller\Clinic\TreatmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\TreatmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\TreatmentPlanController" (parent: .abstract.instanceof.App\Controller\Clinic\TreatmentPlanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\TreatmentPlanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\TreatmentPlanController).
Resolving inheritance for "App\Controller\Clinic\TreatmentPlanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\TreatmentPlanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\UserController" (parent: .abstract.instanceof.App\Controller\Clinic\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\UserController).
Resolving inheritance for "App\Controller\Clinic\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClinicSecurityController" (parent: .abstract.instanceof.App\Controller\ClinicSecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClinicSecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClinicSecurityController).
Resolving inheritance for "App\Controller\ClinicSecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClinicSecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HairTransplantAftercareRequestController" (parent: .abstract.instanceof.App\Controller\HairTransplantAftercareRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HairTransplantAftercareRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HairTransplantAftercareRequestController).
Resolving inheritance for "App\Controller\HairTransplantAftercareRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HairTransplantAftercareRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NonSurgicalHairRestorationRequestController" (parent: .abstract.instanceof.App\Controller\NonSurgicalHairRestorationRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NonSurgicalHairRestorationRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NonSurgicalHairRestorationRequestController).
Resolving inheritance for "App\Controller\NonSurgicalHairRestorationRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NonSurgicalHairRestorationRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
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.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType" (parent: .abstract.instanceof.App\Form\ChangePasswordType).
Resolving inheritance for "App\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClinicChangePasswordType" (parent: .abstract.instanceof.App\Form\ClinicChangePasswordType).
Resolving inheritance for "App\Form\ClinicChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClinicChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentBlockType" (parent: .abstract.instanceof.App\Form\ContentBlockType).
Resolving inheritance for "App\Form\ContentBlockType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentBlockType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType" (parent: .abstract.instanceof.App\Form\FeedbackType).
Resolving inheritance for "App\Form\FeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostReplyType" (parent: .abstract.instanceof.App\Form\Forum\PostReplyType).
Resolving inheritance for "App\Form\Forum\PostReplyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostReplyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostReportType" (parent: .abstract.instanceof.App\Form\Forum\PostReportType).
Resolving inheritance for "App\Form\Forum\PostReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostReportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostType" (parent: .abstract.instanceof.App\Form\Forum\PostType).
Resolving inheritance for "App\Form\Forum\PostType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PatientType" (parent: .abstract.instanceof.App\Form\PatientType).
Resolving inheritance for "App\Form\PatientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PatientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilePictureType" (parent: .abstract.instanceof.App\Form\ProfilePictureType).
Resolving inheritance for "App\Form\ProfilePictureType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilePictureType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferType" (parent: .abstract.instanceof.App\Form\ReferType).
Resolving inheritance for "App\Form\ReferType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportType" (parent: .abstract.instanceof.App\Form\ReportType).
Resolving inheritance for "App\Form\ReportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnstructuredType" (parent: .abstract.instanceof.App\Form\UnstructuredType).
Resolving inheritance for "App\Form\UnstructuredType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnstructuredType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\EmailNotificationHandler" (parent: .abstract.instanceof.App\MessageHandler\EmailNotificationHandler).
Resolving inheritance for "App\MessageHandler\EmailNotificationHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\EmailNotificationHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\MembershipActivateMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\MembershipActivateMessageHandler).
Resolving inheritance for "App\MessageHandler\MembershipActivateMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\MembershipActivateMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\MessagebirdMessageHandler.0.App\MessageHandler\MessagebirdMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\MessagebirdMessageHandler).
Resolving inheritance for "App\MessageHandler\MessagebirdMessageHandler" (parent: .instanceof.App\MessageHandler\MessagebirdMessageHandler.0.App\MessageHandler\MessagebirdMessageHandler).
Resolving inheritance for ".instanceof.App\MessageHandler\ZapierMessageHandler.0.App\MessageHandler\ZapierMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\ZapierMessageHandler).
Resolving inheritance for "App\MessageHandler\ZapierMessageHandler" (parent: .instanceof.App\MessageHandler\ZapierMessageHandler.0.App\MessageHandler\ZapierMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessCodeRepository" (parent: .abstract.instanceof.App\Repository\AccessCodeRepository).
Resolving inheritance for "App\Repository\AccessCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminNotificationRepository" (parent: .abstract.instanceof.App\Repository\AdminNotificationRepository).
Resolving inheritance for "App\Repository\AdminNotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminNotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository" (parent: .abstract.instanceof.App\Repository\AdminRepository).
Resolving inheritance for "App\Repository\AdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository" (parent: .abstract.instanceof.App\Repository\ArticleCategoryRepository).
Resolving inheritance for "App\Repository\ArticleCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository" (parent: .abstract.instanceof.App\Repository\ArticleRepository).
Resolving inheritance for "App\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClinicRepository" (parent: .abstract.instanceof.App\Repository\ClinicRepository).
Resolving inheritance for "App\Repository\ClinicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClinicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentBlockRepository" (parent: .abstract.instanceof.App\Repository\ContentBlockRepository).
Resolving inheritance for "App\Repository\ContentBlockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentBlockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoryRepository" (parent: .abstract.instanceof.App\Repository\FaqCategoryRepository).
Resolving inheritance for "App\Repository\FaqCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository" (parent: .abstract.instanceof.App\Repository\FaqRepository).
Resolving inheritance for "App\Repository\FaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\CategoryRepository" (parent: .abstract.instanceof.App\Repository\Forum\CategoryRepository).
Resolving inheritance for "App\Repository\Forum\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\GroupRepository" (parent: .abstract.instanceof.App\Repository\Forum\GroupRepository).
Resolving inheritance for "App\Repository\Forum\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\PostReplyRepository" (parent: .abstract.instanceof.App\Repository\Forum\PostReplyRepository).
Resolving inheritance for "App\Repository\Forum\PostReplyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\PostReplyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\PostRepository" (parent: .abstract.instanceof.App\Repository\Forum\PostRepository).
Resolving inheritance for "App\Repository\Forum\PostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\PostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\UserBanRepository" (parent: .abstract.instanceof.App\Repository\Forum\UserBanRepository).
Resolving inheritance for "App\Repository\Forum\UserBanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\UserBanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HairTransplantAftercareRequestRepository" (parent: .abstract.instanceof.App\Repository\HairTransplantAftercareRequestRepository).
Resolving inheritance for "App\Repository\HairTransplantAftercareRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HairTransplantAftercareRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository" (parent: .abstract.instanceof.App\Repository\LogRepository).
Resolving inheritance for "App\Repository\LogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarketRepository" (parent: .abstract.instanceof.App\Repository\MarketRepository).
Resolving inheritance for "App\Repository\MarketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NonSurgicalHairRestorationRequestRepository" (parent: .abstract.instanceof.App\Repository\NonSurgicalHairRestorationRequestRepository).
Resolving inheritance for "App\Repository\NonSurgicalHairRestorationRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NonSurgicalHairRestorationRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCategoryRepository" (parent: .abstract.instanceof.App\Repository\PackageCategoryRepository).
Resolving inheritance for "App\Repository\PackageCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository" (parent: .abstract.instanceof.App\Repository\PackageRepository).
Resolving inheritance for "App\Repository\PackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatientPackageRepository" (parent: .abstract.instanceof.App\Repository\PatientPackageRepository).
Resolving inheritance for "App\Repository\PatientPackageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatientPackageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatientRepository" (parent: .abstract.instanceof.App\Repository\PatientRepository).
Resolving inheritance for "App\Repository\PatientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository" (parent: .abstract.instanceof.App\Repository\PictureRepository).
Resolving inheritance for "App\Repository\PictureRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferRepository" (parent: .abstract.instanceof.App\Repository\ReferRepository).
Resolving inheritance for "App\Repository\ReferRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralCommissionRepository" (parent: .abstract.instanceof.App\Repository\ReferralCommissionRepository).
Resolving inheritance for "App\Repository\ReferralCommissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralCommissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralPayoutRepository" (parent: .abstract.instanceof.App\Repository\ReferralPayoutRepository).
Resolving inheritance for "App\Repository\ReferralPayoutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralPayoutRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralRepository" (parent: .abstract.instanceof.App\Repository\ReferralRepository).
Resolving inheritance for "App\Repository\ReferralRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentActivityRepository" (parent: .abstract.instanceof.App\Repository\TreatmentActivityRepository).
Resolving inheritance for "App\Repository\TreatmentActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentRepository" (parent: .abstract.instanceof.App\Repository\TreatmentRepository).
Resolving inheritance for "App\Repository\TreatmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentsFormRepository" (parent: .abstract.instanceof.App\Repository\TreatmentsFormRepository).
Resolving inheritance for "App\Repository\TreatmentsFormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentsFormRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserClinicRepository" (parent: .abstract.instanceof.App\Repository\UserClinicRepository).
Resolving inheritance for "App\Repository\UserClinicRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserClinicRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserContentBlockHistoryRepository" (parent: .abstract.instanceof.App\Repository\UserContentBlockHistoryRepository).
Resolving inheritance for "App\Repository\UserContentBlockHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserContentBlockHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPatientTreatmentLogRepository" (parent: .abstract.instanceof.App\Repository\UserPatientTreatmentLogRepository).
Resolving inheritance for "App\Repository\UserPatientTreatmentLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPatientTreatmentLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ResponseSerializationSubscriber" (parent: .abstract.instanceof.App\Serializer\ResponseSerializationSubscriber).
Resolving inheritance for "App\Serializer\ResponseSerializationSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ResponseSerializationSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension" (parent: .abstract.instanceof.App\Twig\Extension\AppExtension).
Resolving inheritance for "App\Twig\Extension\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ConfigExtension" (parent: .abstract.instanceof.App\Twig\Extension\ConfigExtension).
Resolving inheritance for "App\Twig\Extension\ConfigExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ConfigExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CountryExtension" (parent: .abstract.instanceof.App\Twig\Extension\CountryExtension).
Resolving inheritance for "App\Twig\Extension\CountryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CountryExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendinblue" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async_messagebird" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.failed_messagebird" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_clinic_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_admin_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.api_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.in_memory" (parent: security.user.provider.in_memory).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_docs" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.api_docs" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.notification" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.authentication.provider.dao.notification" (parent: security.authentication.provider.dao).
Resolving inheritance for "security.authentication.basic_entry_point.notification" (parent: security.authentication.basic_entry_point).
Resolving inheritance for "security.authentication.listener.basic.notification" (parent: security.authentication.listener.basic).
Resolving inheritance for "security.exception_listener.notification" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.notification" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.authentication.provider.guard.api" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.api" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.authentication.listener.anonymous.api" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.api" (parent: security.authentication.provider.anonymous).
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.clinic" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.clinic" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.clinic" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.clinic" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.guard.clinic" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.clinic" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.authentication.listener.anonymous.clinic" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.clinic" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.clinic" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.clinic" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.guard.admin" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.admin" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.authentication.provider.rememberme.admin" (parent: security.authentication.provider.rememberme).
Resolving inheritance for "security.authentication.rememberme.services.simplehash.admin" (parent: security.authentication.rememberme.services.simplehash).
Resolving inheritance for "security.authentication.listener.rememberme.admin" (parent: security.authentication.listener.rememberme).
Resolving inheritance for "security.authentication.listener.anonymous.admin" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.admin" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.3" (parent: security.context_listener).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authentication.provider.guard.main" (parent: security.authentication.provider.guard).
Resolving inheritance for "security.authentication.listener.guard.main" (parent: security.authentication.listener.guard).
Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.feedback_files" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.report_files" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.forum_files" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.user_image" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.clinic_image" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.feedback_files" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.feedback_files" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.feedback_files" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.report_files" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.report_files" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.report_files" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.forum_files" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.forum_files" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.forum_files" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.user_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.user_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.user_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.clinic_image" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.clinic_image" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.clinic_image" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.rollbar" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.upload" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.webhook" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.ivf_channel" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.receipt" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.auth" (parent: monolog.logger_prototype).
Resolving inheritance for "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" (parent: fos_rest.format_request_matcher).
Resolving inheritance for "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" (parent: fos_rest.format_request_matcher).
Resolving inheritance for "fos_rest.request_matcher.5afb92c6bf9acb148c590ee6b673b324646c68e000ac8e97affc30bbfac20aa886568e1b" (parent: fos_rest.format_request_matcher).
Resolving inheritance for "fos_rest.request_matcher.963828800a718413f14721dcc735d88092652e6b1124dfdcd9dbeedee77315d3d23c67cd" (parent: fos_rest.format_request_matcher).
Resolving inheritance for "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" (parent: fos_rest.format_request_matcher).
763
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\ModelManagerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; 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 "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
Removed service "session.storage.filesystem"; reason: private alias.
Removed service "session.storage"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.failure_transports.default"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.notification"; reason: private alias.
Removed service "security.user_checker.notification"; 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.clinic"; reason: private alias.
Removed service "security.user_checker.clinic"; 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.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 "swiftmailer.mailer.default.transport"; reason: private alias.
Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
Removed service "swiftmailer.spool"; reason: private alias.
Removed service "swiftmailer.transport.real"; reason: private alias.
Removed service "Swift_Spool"; reason: private alias.
Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
Removed service "swiftmailer.mailer"; reason: private alias.
Removed service "Swift_Mailer"; reason: private alias.
Removed service "Swift_Transport"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "FOS\RestBundle\View\ViewHandlerInterface"; reason: private alias.
Removed service "FOS\RestBundle\Request\ParamFetcherInterface"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; 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"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; 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.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; 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.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; 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 "fm_elfinder.configurator"; reason: private alias.
Removed service "BabDev\PagerfantaBundle\RouteGenerator\RouteGeneratorFactoryInterface"; reason: private alias.
Removed service "Pagerfanta\RouteGenerator\RouteGeneratorFactoryInterface"; reason: private alias.
Removed service "Pagerfanta\View\ViewFactory"; reason: private alias.
Removed service "Pagerfanta\View\ViewFactoryInterface"; reason: private alias.
Removed service "Aws\AccessAnalyzer\AccessAnalyzerClient"; reason: private alias.
Removed service "Aws\Account\AccountClient"; reason: private alias.
Removed service "Aws\ACMPCA\ACMPCAClient"; reason: private alias.
Removed service "Aws\Acm\AcmClient"; reason: private alias.
Removed service "Aws\AlexaForBusiness\AlexaForBusinessClient"; reason: private alias.
Removed service "Aws\PrometheusService\PrometheusServiceClient"; reason: private alias.
Removed service "Aws\Amplify\AmplifyClient"; reason: private alias.
Removed service "Aws\AmplifyBackend\AmplifyBackendClient"; reason: private alias.
Removed service "Aws\AmplifyUIBuilder\AmplifyUIBuilderClient"; reason: private alias.
Removed service "Aws\ApiGateway\ApiGatewayClient"; reason: private alias.
Removed service "Aws\ApiGatewayManagementApi\ApiGatewayManagementApiClient"; reason: private alias.
Removed service "Aws\ApiGatewayV2\ApiGatewayV2Client"; reason: private alias.
Removed service "Aws\AppConfig\AppConfigClient"; reason: private alias.
Removed service "Aws\AppConfigData\AppConfigDataClient"; reason: private alias.
Removed service "Aws\Appflow\AppflowClient"; reason: private alias.
Removed service "Aws\AppIntegrationsService\AppIntegrationsServiceClient"; reason: private alias.
Removed service "Aws\ApplicationAutoScaling\ApplicationAutoScalingClient"; reason: private alias.
Removed service "Aws\ApplicationInsights\ApplicationInsightsClient"; reason: private alias.
Removed service "Aws\ApplicationCostProfiler\ApplicationCostProfilerClient"; reason: private alias.
Removed service "Aws\AppMesh\AppMeshClient"; reason: private alias.
Removed service "Aws\AppRunner\AppRunnerClient"; reason: private alias.
Removed service "Aws\Appstream\AppstreamClient"; reason: private alias.
Removed service "Aws\AppSync\AppSyncClient"; reason: private alias.
Removed service "Aws\Athena\AthenaClient"; reason: private alias.
Removed service "Aws\AuditManager\AuditManagerClient"; reason: private alias.
Removed service "Aws\AutoScalingPlans\AutoScalingPlansClient"; reason: private alias.
Removed service "Aws\AutoScaling\AutoScalingClient"; reason: private alias.
Removed service "Aws\BackupGateway\BackupGatewayClient"; reason: private alias.
Removed service "Aws\Backup\BackupClient"; reason: private alias.
Removed service "Aws\Batch\BatchClient"; reason: private alias.
Removed service "Aws\BillingConductor\BillingConductorClient"; reason: private alias.
Removed service "Aws\Braket\BraketClient"; reason: private alias.
Removed service "Aws\Budgets\BudgetsClient"; reason: private alias.
Removed service "Aws\CostExplorer\CostExplorerClient"; reason: private alias.
Removed service "Aws\ChimeSDKIdentity\ChimeSDKIdentityClient"; reason: private alias.
Removed service "Aws\ChimeSDKMediaPipelines\ChimeSDKMediaPipelinesClient"; reason: private alias.
Removed service "Aws\ChimeSDKMeetings\ChimeSDKMeetingsClient"; reason: private alias.
Removed service "Aws\ChimeSDKMessaging\ChimeSDKMessagingClient"; reason: private alias.
Removed service "Aws\Chime\ChimeClient"; reason: private alias.
Removed service "Aws\Cloud9\Cloud9Client"; reason: private alias.
Removed service "Aws\CloudControlApi\CloudControlApiClient"; reason: private alias.
Removed service "Aws\CloudDirectory\CloudDirectoryClient"; reason: private alias.
Removed service "Aws\CloudFormation\CloudFormationClient"; reason: private alias.
Removed service "Aws\CloudFront\CloudFrontClient"; reason: private alias.
Removed service "Aws\CloudHsm\CloudHsmClient"; reason: private alias.
Removed service "Aws\CloudHSMV2\CloudHSMV2Client"; reason: private alias.
Removed service "Aws\CloudSearch\CloudSearchClient"; reason: private alias.
Removed service "Aws\CloudSearchDomain\CloudSearchDomainClient"; reason: private alias.
Removed service "Aws\CloudTrail\CloudTrailClient"; reason: private alias.
Removed service "Aws\CodeArtifact\CodeArtifactClient"; reason: private alias.
Removed service "Aws\CodeBuild\CodeBuildClient"; reason: private alias.
Removed service "Aws\CodeCommit\CodeCommitClient"; reason: private alias.
Removed service "Aws\CodeDeploy\CodeDeployClient"; reason: private alias.
Removed service "Aws\CodeGuruReviewer\CodeGuruReviewerClient"; reason: private alias.
Removed service "Aws\CodeGuruProfiler\CodeGuruProfilerClient"; reason: private alias.
Removed service "Aws\CodePipeline\CodePipelineClient"; reason: private alias.
Removed service "Aws\CodeStarconnections\CodeStarconnectionsClient"; reason: private alias.
Removed service "Aws\CodeStarNotifications\CodeStarNotificationsClient"; reason: private alias.
Removed service "Aws\CodeStar\CodeStarClient"; reason: private alias.
Removed service "Aws\CognitoIdentity\CognitoIdentityClient"; reason: private alias.
Removed service "Aws\CognitoIdentityProvider\CognitoIdentityProviderClient"; reason: private alias.
Removed service "Aws\CognitoSync\CognitoSyncClient"; reason: private alias.
Removed service "Aws\Comprehend\ComprehendClient"; reason: private alias.
Removed service "Aws\ComprehendMedical\ComprehendMedicalClient"; reason: private alias.
Removed service "Aws\ComputeOptimizer\ComputeOptimizerClient"; reason: private alias.
Removed service "Aws\ConfigService\ConfigServiceClient"; reason: private alias.
Removed service "Aws\ConnectContactLens\ConnectContactLensClient"; reason: private alias.
Removed service "Aws\Connect\ConnectClient"; reason: private alias.
Removed service "Aws\ConnectParticipant\ConnectParticipantClient"; reason: private alias.
Removed service "Aws\CostandUsageReportService\CostandUsageReportServiceClient"; reason: private alias.
Removed service "Aws\CustomerProfiles\CustomerProfilesClient"; reason: private alias.
Removed service "Aws\IotDataPlane\IotDataPlaneClient"; reason: private alias.
Removed service "Aws\GlueDataBrew\GlueDataBrewClient"; reason: private alias.
Removed service "Aws\DataExchange\DataExchangeClient"; reason: private alias.
Removed service "Aws\DataPipeline\DataPipelineClient"; reason: private alias.
Removed service "Aws\DataSync\DataSyncClient"; reason: private alias.
Removed service "Aws\DAX\DAXClient"; reason: private alias.
Removed service "Aws\Detective\DetectiveClient"; reason: private alias.
Removed service "Aws\DeviceFarm\DeviceFarmClient"; reason: private alias.
Removed service "Aws\DevOpsGuru\DevOpsGuruClient"; reason: private alias.
Removed service "Aws\DirectConnect\DirectConnectClient"; reason: private alias.
Removed service "Aws\ApplicationDiscoveryService\ApplicationDiscoveryServiceClient"; reason: private alias.
Removed service "Aws\DLM\DLMClient"; reason: private alias.
Removed service "Aws\DatabaseMigrationService\DatabaseMigrationServiceClient"; reason: private alias.
Removed service "Aws\DocDB\DocDBClient"; reason: private alias.
Removed service "Aws\drs\drsClient"; reason: private alias.
Removed service "Aws\DirectoryService\DirectoryServiceClient"; reason: private alias.
Removed service "Aws\DynamoDb\DynamoDbClient"; reason: private alias.
Removed service "Aws\EBS\EBSClient"; reason: private alias.
Removed service "Aws\EC2InstanceConnect\EC2InstanceConnectClient"; reason: private alias.
Removed service "Aws\Ec2\Ec2Client"; reason: private alias.
Removed service "Aws\ECRPublic\ECRPublicClient"; reason: private alias.
Removed service "Aws\Ecr\EcrClient"; reason: private alias.
Removed service "Aws\Ecs\EcsClient"; reason: private alias.
Removed service "Aws\EKS\EKSClient"; reason: private alias.
Removed service "Aws\ElasticInference\ElasticInferenceClient"; reason: private alias.
Removed service "Aws\ElastiCache\ElastiCacheClient"; reason: private alias.
Removed service "Aws\ElasticBeanstalk\ElasticBeanstalkClient"; reason: private alias.
Removed service "Aws\Efs\EfsClient"; reason: private alias.
Removed service "Aws\ElasticLoadBalancing\ElasticLoadBalancingClient"; reason: private alias.
Removed service "Aws\ElasticLoadBalancingV2\ElasticLoadBalancingV2Client"; reason: private alias.
Removed service "Aws\Emr\EmrClient"; reason: private alias.
Removed service "Aws\ElasticTranscoder\ElasticTranscoderClient"; reason: private alias.
Removed service "Aws\Ses\SesClient"; reason: private alias.
Removed service "Aws\EMRContainers\EMRContainersClient"; reason: private alias.
Removed service "Aws\EMRServerless\EMRServerlessClient"; reason: private alias.
Removed service "Aws\MarketplaceEntitlementService\MarketplaceEntitlementServiceClient"; reason: private alias.
Removed service "Aws\ElasticsearchService\ElasticsearchServiceClient"; reason: private alias.
Removed service "Aws\EventBridge\EventBridgeClient"; reason: private alias.
Removed service "Aws\CloudWatchEvents\CloudWatchEventsClient"; reason: private alias.
Removed service "Aws\CloudWatchEvidently\CloudWatchEvidentlyClient"; reason: private alias.
Removed service "Aws\FinSpaceData\FinSpaceDataClient"; reason: private alias.
Removed service "Aws\finspace\finspaceClient"; reason: private alias.
Removed service "Aws\Firehose\FirehoseClient"; reason: private alias.
Removed service "Aws\FIS\FISClient"; reason: private alias.
Removed service "Aws\FMS\FMSClient"; reason: private alias.
Removed service "Aws\ForecastService\ForecastServiceClient"; reason: private alias.
Removed service "Aws\ForecastQueryService\ForecastQueryServiceClient"; reason: private alias.
Removed service "Aws\FraudDetector\FraudDetectorClient"; reason: private alias.
Removed service "Aws\FSx\FSxClient"; reason: private alias.
Removed service "Aws\GameLift\GameLiftClient"; reason: private alias.
Removed service "Aws\GameSparks\GameSparksClient"; reason: private alias.
Removed service "Aws\Glacier\GlacierClient"; reason: private alias.
Removed service "Aws\GlobalAccelerator\GlobalAcceleratorClient"; reason: private alias.
Removed service "Aws\Glue\GlueClient"; reason: private alias.
Removed service "Aws\ManagedGrafana\ManagedGrafanaClient"; reason: private alias.
Removed service "Aws\Greengrass\GreengrassClient"; reason: private alias.
Removed service "Aws\GreengrassV2\GreengrassV2Client"; reason: private alias.
Removed service "Aws\GroundStation\GroundStationClient"; reason: private alias.
Removed service "Aws\GuardDuty\GuardDutyClient"; reason: private alias.
Removed service "Aws\Health\HealthClient"; reason: private alias.
Removed service "Aws\HealthLake\HealthLakeClient"; reason: private alias.
Removed service "Aws\Honeycode\HoneycodeClient"; reason: private alias.
Removed service "Aws\Iam\IamClient"; reason: private alias.
Removed service "Aws\IdentityStore\IdentityStoreClient"; reason: private alias.
Removed service "Aws\imagebuilder\imagebuilderClient"; reason: private alias.
Removed service "Aws\ImportExport\ImportExportClient"; reason: private alias.
Removed service "Aws\Inspector\InspectorClient"; reason: private alias.
Removed service "Aws\Inspector2\Inspector2Client"; reason: private alias.
Removed service "Aws\IoTJobsDataPlane\IoTJobsDataPlaneClient"; reason: private alias.
Removed service "Aws\Iot\IotClient"; reason: private alias.
Removed service "Aws\IoT1ClickDevicesService\IoT1ClickDevicesServiceClient"; reason: private alias.
Removed service "Aws\IoT1ClickProjects\IoT1ClickProjectsClient"; reason: private alias.
Removed service "Aws\IoTAnalytics\IoTAnalyticsClient"; reason: private alias.
Removed service "Aws\IoTDeviceAdvisor\IoTDeviceAdvisorClient"; reason: private alias.
Removed service "Aws\IoTEventsData\IoTEventsDataClient"; reason: private alias.
Removed service "Aws\IoTEvents\IoTEventsClient"; reason: private alias.
Removed service "Aws\IoTFleetHub\IoTFleetHubClient"; reason: private alias.
Removed service "Aws\IoTSecureTunneling\IoTSecureTunnelingClient"; reason: private alias.
Removed service "Aws\IoTSiteWise\IoTSiteWiseClient"; reason: private alias.
Removed service "Aws\IoTThingsGraph\IoTThingsGraphClient"; reason: private alias.
Removed service "Aws\IoTTwinMaker\IoTTwinMakerClient"; reason: private alias.
Removed service "Aws\IoTWireless\IoTWirelessClient"; reason: private alias.
Removed service "Aws\IVS\IVSClient"; reason: private alias.
Removed service "Aws\ivschat\ivschatClient"; reason: private alias.
Removed service "Aws\Kafka\KafkaClient"; reason: private alias.
Removed service "Aws\KafkaConnect\KafkaConnectClient"; reason: private alias.
Removed service "Aws\kendra\kendraClient"; reason: private alias.
Removed service "Aws\Keyspaces\KeyspacesClient"; reason: private alias.
Removed service "Aws\KinesisVideoArchivedMedia\KinesisVideoArchivedMediaClient"; reason: private alias.
Removed service "Aws\KinesisVideoMedia\KinesisVideoMediaClient"; reason: private alias.
Removed service "Aws\KinesisVideoSignalingChannels\KinesisVideoSignalingChannelsClient"; reason: private alias.
Removed service "Aws\Kinesis\KinesisClient"; reason: private alias.
Removed service "Aws\KinesisAnalytics\KinesisAnalyticsClient"; reason: private alias.
Removed service "Aws\KinesisAnalyticsV2\KinesisAnalyticsV2Client"; reason: private alias.
Removed service "Aws\KinesisVideo\KinesisVideoClient"; reason: private alias.
Removed service "Aws\Kms\KmsClient"; reason: private alias.
Removed service "Aws\LakeFormation\LakeFormationClient"; reason: private alias.
Removed service "Aws\Lambda\LambdaClient"; reason: private alias.
Removed service "Aws\LexModelBuildingService\LexModelBuildingServiceClient"; reason: private alias.
Removed service "Aws\LicenseManager\LicenseManagerClient"; reason: private alias.
Removed service "Aws\Lightsail\LightsailClient"; reason: private alias.
Removed service "Aws\LocationService\LocationServiceClient"; reason: private alias.
Removed service "Aws\CloudWatchLogs\CloudWatchLogsClient"; reason: private alias.
Removed service "Aws\LookoutEquipment\LookoutEquipmentClient"; reason: private alias.
Removed service "Aws\LookoutMetrics\LookoutMetricsClient"; reason: private alias.
Removed service "Aws\LookoutforVision\LookoutforVisionClient"; reason: private alias.
Removed service "Aws\MainframeModernization\MainframeModernizationClient"; reason: private alias.
Removed service "Aws\MachineLearning\MachineLearningClient"; reason: private alias.
Removed service "Aws\Macie\MacieClient"; reason: private alias.
Removed service "Aws\Macie2\Macie2Client"; reason: private alias.
Removed service "Aws\ManagedBlockchain\ManagedBlockchainClient"; reason: private alias.
Removed service "Aws\MarketplaceCatalog\MarketplaceCatalogClient"; reason: private alias.
Removed service "Aws\MarketplaceCommerceAnalytics\MarketplaceCommerceAnalyticsClient"; reason: private alias.
Removed service "Aws\MediaConnect\MediaConnectClient"; reason: private alias.
Removed service "Aws\MediaConvert\MediaConvertClient"; reason: private alias.
Removed service "Aws\MediaLive\MediaLiveClient"; reason: private alias.
Removed service "Aws\MediaPackageVod\MediaPackageVodClient"; reason: private alias.
Removed service "Aws\MediaPackage\MediaPackageClient"; reason: private alias.
Removed service "Aws\MediaStoreData\MediaStoreDataClient"; reason: private alias.
Removed service "Aws\MediaStore\MediaStoreClient"; reason: private alias.
Removed service "Aws\MediaTailor\MediaTailorClient"; reason: private alias.
Removed service "Aws\MemoryDB\MemoryDBClient"; reason: private alias.
Removed service "Aws\MarketplaceMetering\MarketplaceMeteringClient"; reason: private alias.
Removed service "Aws\MigrationHub\MigrationHubClient"; reason: private alias.
Removed service "Aws\mgn\mgnClient"; reason: private alias.
Removed service "Aws\MigrationHubRefactorSpaces\MigrationHubRefactorSpacesClient"; reason: private alias.
Removed service "Aws\MigrationHubConfig\MigrationHubConfigClient"; reason: private alias.
Removed service "Aws\MigrationHubStrategyRecommendations\MigrationHubStrategyRecommendationsClient"; reason: private alias.
Removed service "Aws\Mobile\MobileClient"; reason: private alias.
Removed service "Aws\LexModelsV2\LexModelsV2Client"; reason: private alias.
Removed service "Aws\CloudWatch\CloudWatchClient"; reason: private alias.
Removed service "Aws\MQ\MQClient"; reason: private alias.
Removed service "Aws\MTurk\MTurkClient"; reason: private alias.
Removed service "Aws\MWAA\MWAAClient"; reason: private alias.
Removed service "Aws\Neptune\NeptuneClient"; reason: private alias.
Removed service "Aws\NetworkFirewall\NetworkFirewallClient"; reason: private alias.
Removed service "Aws\NetworkManager\NetworkManagerClient"; reason: private alias.
Removed service "Aws\NimbleStudio\NimbleStudioClient"; reason: private alias.
Removed service "Aws\OpenSearchService\OpenSearchServiceClient"; reason: private alias.
Removed service "Aws\OpsWorks\OpsWorksClient"; reason: private alias.
Removed service "Aws\OpsWorksCM\OpsWorksCMClient"; reason: private alias.
Removed service "Aws\Organizations\OrganizationsClient"; reason: private alias.
Removed service "Aws\Outposts\OutpostsClient"; reason: private alias.
Removed service "Aws\Panorama\PanoramaClient"; reason: private alias.
Removed service "Aws\PersonalizeEvents\PersonalizeEventsClient"; reason: private alias.
Removed service "Aws\PersonalizeRuntime\PersonalizeRuntimeClient"; reason: private alias.
Removed service "Aws\Personalize\PersonalizeClient"; reason: private alias.
Removed service "Aws\PI\PIClient"; reason: private alias.
Removed service "Aws\PinpointEmail\PinpointEmailClient"; reason: private alias.
Removed service "Aws\PinpointSMSVoiceV2\PinpointSMSVoiceV2Client"; reason: private alias.
Removed service "Aws\Pinpoint\PinpointClient"; reason: private alias.
Removed service "Aws\Polly\PollyClient"; reason: private alias.
Removed service "Aws\Pricing\PricingClient"; reason: private alias.
Removed service "Aws\Proton\ProtonClient"; reason: private alias.
Removed service "Aws\QLDBSession\QLDBSessionClient"; reason: private alias.
Removed service "Aws\QLDB\QLDBClient"; reason: private alias.
Removed service "Aws\QuickSight\QuickSightClient"; reason: private alias.
Removed service "Aws\RAM\RAMClient"; reason: private alias.
Removed service "Aws\RecycleBin\RecycleBinClient"; reason: private alias.
Removed service "Aws\RDSDataService\RDSDataServiceClient"; reason: private alias.
Removed service "Aws\Rds\RdsClient"; reason: private alias.
Removed service "Aws\RedshiftDataAPIService\RedshiftDataAPIServiceClient"; reason: private alias.
Removed service "Aws\Redshift\RedshiftClient"; reason: private alias.
Removed service "Aws\RedshiftServerless\RedshiftServerlessClient"; reason: private alias.
Removed service "Aws\Rekognition\RekognitionClient"; reason: private alias.
Removed service "Aws\ResilienceHub\ResilienceHubClient"; reason: private alias.
Removed service "Aws\ResourceGroups\ResourceGroupsClient"; reason: private alias.
Removed service "Aws\ResourceGroupsTaggingAPI\ResourceGroupsTaggingAPIClient"; reason: private alias.
Removed service "Aws\RoboMaker\RoboMakerClient"; reason: private alias.
Removed service "Aws\Route53RecoveryCluster\Route53RecoveryClusterClient"; reason: private alias.
Removed service "Aws\Route53RecoveryControlConfig\Route53RecoveryControlConfigClient"; reason: private alias.
Removed service "Aws\Route53RecoveryReadiness\Route53RecoveryReadinessClient"; reason: private alias.
Removed service "Aws\Route53\Route53Client"; reason: private alias.
Removed service "Aws\Route53Domains\Route53DomainsClient"; reason: private alias.
Removed service "Aws\Route53Resolver\Route53ResolverClient"; reason: private alias.
Removed service "Aws\CloudWatchRUM\CloudWatchRUMClient"; reason: private alias.
Removed service "Aws\LexRuntimeV2\LexRuntimeV2Client"; reason: private alias.
Removed service "Aws\LexRuntimeService\LexRuntimeServiceClient"; reason: private alias.
Removed service "Aws\SageMakerRuntime\SageMakerRuntimeClient"; reason: private alias.
Removed service "Aws\S3\S3Client"; reason: private alias.
Removed service "Aws\S3Control\S3ControlClient"; reason: private alias.
Removed service "Aws\S3Outposts\S3OutpostsClient"; reason: private alias.
Removed service "Aws\AugmentedAIRuntime\AugmentedAIRuntimeClient"; reason: private alias.
Removed service "Aws\SagemakerEdgeManager\SagemakerEdgeManagerClient"; reason: private alias.
Removed service "Aws\SageMakerFeatureStoreRuntime\SageMakerFeatureStoreRuntimeClient"; reason: private alias.
Removed service "Aws\SageMaker\SageMakerClient"; reason: private alias.
Removed service "Aws\SavingsPlans\SavingsPlansClient"; reason: private alias.
Removed service "Aws\Schemas\SchemasClient"; reason: private alias.
Removed service "Aws\SecretsManager\SecretsManagerClient"; reason: private alias.
Removed service "Aws\SecurityHub\SecurityHubClient"; reason: private alias.
Removed service "Aws\ServerlessApplicationRepository\ServerlessApplicationRepositoryClient"; reason: private alias.
Removed service "Aws\ServiceQuotas\ServiceQuotasClient"; reason: private alias.
Removed service "Aws\AppRegistry\AppRegistryClient"; reason: private alias.
Removed service "Aws\ServiceCatalog\ServiceCatalogClient"; reason: private alias.
Removed service "Aws\ServiceDiscovery\ServiceDiscoveryClient"; reason: private alias.
Removed service "Aws\SesV2\SesV2Client"; reason: private alias.
Removed service "Aws\Shield\ShieldClient"; reason: private alias.
Removed service "Aws\signer\signerClient"; reason: private alias.
Removed service "Aws\PinpointSMSVoice\PinpointSMSVoiceClient"; reason: private alias.
Removed service "Aws\Sms\SmsClient"; reason: private alias.
Removed service "Aws\SnowDeviceManagement\SnowDeviceManagementClient"; reason: private alias.
Removed service "Aws\SnowBall\SnowBallClient"; reason: private alias.
Removed service "Aws\Sns\SnsClient"; reason: private alias.
Removed service "Aws\Sqs\SqsClient"; reason: private alias.
Removed service "Aws\SSMContacts\SSMContactsClient"; reason: private alias.
Removed service "Aws\SSMIncidents\SSMIncidentsClient"; reason: private alias.
Removed service "Aws\Ssm\SsmClient"; reason: private alias.
Removed service "Aws\SSOAdmin\SSOAdminClient"; reason: private alias.
Removed service "Aws\SSOOIDC\SSOOIDCClient"; reason: private alias.
Removed service "Aws\SSO\SSOClient"; reason: private alias.
Removed service "Aws\Sfn\SfnClient"; reason: private alias.
Removed service "Aws\StorageGateway\StorageGatewayClient"; reason: private alias.
Removed service "Aws\DynamoDbStreams\DynamoDbStreamsClient"; reason: private alias.
Removed service "Aws\Sts\StsClient"; reason: private alias.
Removed service "Aws\Support\SupportClient"; reason: private alias.
Removed service "Aws\Swf\SwfClient"; reason: private alias.
Removed service "Aws\Synthetics\SyntheticsClient"; reason: private alias.
Removed service "Aws\Textract\TextractClient"; reason: private alias.
Removed service "Aws\TimestreamQuery\TimestreamQueryClient"; reason: private alias.
Removed service "Aws\TimestreamWrite\TimestreamWriteClient"; reason: private alias.
Removed service "Aws\TranscribeService\TranscribeServiceClient"; reason: private alias.
Removed service "Aws\Transfer\TransferClient"; reason: private alias.
Removed service "Aws\Translate\TranslateClient"; reason: private alias.
Removed service "Aws\VoiceID\VoiceIDClient"; reason: private alias.
Removed service "Aws\WafRegional\WafRegionalClient"; reason: private alias.
Removed service "Aws\Waf\WafClient"; reason: private alias.
Removed service "Aws\WAFV2\WAFV2Client"; reason: private alias.
Removed service "Aws\WellArchitected\WellArchitectedClient"; reason: private alias.
Removed service "Aws\ConnectWisdomService\ConnectWisdomServiceClient"; reason: private alias.
Removed service "Aws\WorkDocs\WorkDocsClient"; reason: private alias.
Removed service "Aws\WorkLink\WorkLinkClient"; reason: private alias.
Removed service "Aws\WorkMail\WorkMailClient"; reason: private alias.
Removed service "Aws\WorkMailMessageFlow\WorkMailMessageFlowClient"; reason: private alias.
Removed service "Aws\WorkSpacesWeb\WorkSpacesWebClient"; reason: private alias.
Removed service "Aws\WorkSpaces\WorkSpacesClient"; reason: private alias.
Removed service "Aws\XRay\XRayClient"; reason: private alias.
Removed service "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.cache.handler"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
Removed service "Pix\SortableBehaviorBundle\Services\PositionHandler"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $rollbarLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $uploadLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $webhookLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $ivfChannelLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $receiptLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $authLogger"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service "fos_rest.serializer"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service "maba_gentle_force.logger"; reason: private alias.
Removed service ".service_locator.ySbD6e."; reason: private alias.
Removed service ".service_locator.46qwslb"; reason: private alias.
Removed service ".service_locator.CF7MWJi"; reason: private alias.
Removed service ".service_locator.uscFvXv"; reason: private alias.
Removed service ".service_locator.OYd3eWm"; reason: private alias.
Removed service ".service_locator.dvfUIQY"; reason: private alias.
Removed service ".service_locator.kU_9bh."; reason: private alias.
Removed service ".service_locator.13qzyLC"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.ysyCmzw"; reason: private alias.
Removed service ".service_locator.OIYg7pk"; reason: private alias.
Removed service ".service_locator.85IEqpw"; reason: private alias.
Removed service ".service_locator.fk4OCzp"; reason: private alias.
Removed service ".service_locator.kvGRUSO"; reason: private alias.
Removed service ".service_locator.POh1edN"; reason: private alias.
Removed service ".service_locator.smPdRs6"; reason: private alias.
Removed service ".service_locator..imwu_6"; reason: private alias.
Removed service ".service_locator.2KFE7Z_"; reason: private alias.
Removed service ".service_locator._zBt7a1"; reason: private alias.
Removed service ".service_locator.Jg2VpJP"; reason: private alias.
Removed service ".service_locator.G7XAueg"; reason: private alias.
Removed service ".service_locator.jzF4glN"; reason: private alias.
Removed service ".service_locator.RLuB_bB"; reason: private alias.
Removed service ".service_locator.lenu7b4"; reason: private alias.
Removed service ".service_locator.4HPld38"; reason: private alias.
Removed service ".service_locator.PkDd666"; reason: private alias.
Removed service ".service_locator.ore72VN"; reason: private alias.
Removed service ".service_locator.O_G7abN"; reason: private alias.
Removed service ".service_locator.bp7ISOF"; reason: private alias.
Removed service ".service_locator.vsjHnPr"; reason: private alias.
Removed service ".service_locator.FaNkAgB"; reason: private alias.
Removed service ".service_locator.BP0OmS1"; reason: private alias.
Removed service ".service_locator.j2YjFJ2"; reason: private alias.
Removed service ".service_locator.O.dpFXV"; reason: private alias.
Removed service ".service_locator.ysF7MI5"; reason: private alias.
Removed service ".service_locator.BF95HTT"; reason: private alias.
Removed service ".service_locator.moCbtrU"; reason: private alias.
Removed service ".service_locator.V8Vl2_g"; reason: private alias.
Removed service ".service_locator.J8fn7AR"; reason: private alias.
Removed service ".service_locator.q_ywHlO"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.8MbxW73"; reason: private alias.
Removed service ".service_locator.IIqs4Wi"; reason: private alias.
Removed service ".service_locator.Emqoye0"; reason: private alias.
Removed service ".service_locator.L4tiEKR"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "sonata.admin.argument_resolver.admin"; reason: private alias.
Removed service "sonata.admin.argument_resolver.proxy_query"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "jms_serializer.form_error_handler"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.uo5c0SP"; reason: private alias.
Removed service ".service_locator.wHBEwU9"; reason: private alias.
Removed service ".service_locator.QMDP19V"; reason: private alias.
Removed service ".service_locator.7BM_M5c"; reason: private alias.
Removed service ".service_locator.wHWCA1H"; reason: private alias.
Removed service ".service_locator.C0JhTAL"; reason: private alias.
Removed service ".service_locator.hCumxIO"; reason: private alias.
Removed service ".service_locator.Oiqm7ED"; reason: private alias.
Removed service ".service_locator.TZ_Y9eA"; reason: private alias.
Removed service ".service_locator.KQXjkdO"; reason: private alias.
Removed service ".service_locator.S0crRPT"; reason: private alias.
Removed service ".service_locator.LiRWTTt"; reason: private alias.
Removed service ".service_locator.NYeE_LH"; reason: private alias.
Removed service ".service_locator.inHp8Ya"; reason: private alias.
Removed service ".service_locator.Wo8_smn"; reason: private alias.
Removed service ".service_locator.qHH.1Bn"; reason: private alias.
Removed service ".service_locator.ZcgMl_0"; reason: private alias.
Removed service ".service_locator.ubHSP2e"; reason: private alias.
Removed service ".service_locator.KPRdd9N"; reason: private alias.
Removed service ".service_locator.AAUMy6S"; reason: private alias.
Removed service ".service_locator.TDeRuY0"; reason: private alias.
Removed service ".service_locator.ymwis0j"; reason: private alias.
Removed service ".service_locator.hiIM615"; reason: private alias.
Removed service ".service_locator.9ns6bi0"; reason: private alias.
Removed service ".service_locator.O0cf3yi"; reason: private alias.
Removed service ".service_locator.M0KrBxq"; reason: private alias.
Removed service ".service_locator.4qguj62"; reason: private alias.
Removed service ".service_locator.UpEcl0C"; reason: private alias.
Removed service ".service_locator.1q1YE47"; reason: private alias.
Removed service ".service_locator.SaqvjMu"; reason: private alias.
Removed service ".service_locator.QalgUAH"; reason: private alias.
Removed service ".service_locator.XeCMBQu"; reason: private alias.
Removed service ".service_locator.BEe45jg"; reason: private alias.
Removed service ".service_locator.QA36w2A"; reason: private alias.
Removed service ".service_locator.ssmXrp_"; reason: private alias.
Removed service ".service_locator.jhyCehg"; reason: private alias.
Removed service ".service_locator.URfgn8g"; reason: private alias.
Removed service ".service_locator.Ns5RznW"; reason: private alias.
Removed service ".service_locator.XUMg4qf"; reason: private alias.
Removed service ".service_locator.ai2v_EU"; reason: private alias.
Removed service ".service_locator.bInR.ll"; reason: private alias.
Removed service ".service_locator.g5JQ.Mx"; reason: private alias.
Removed service ".service_locator.fhxjTv6"; reason: private alias.
Removed service ".service_locator.EwO5xfP"; reason: private alias.
Removed service ".service_locator.oSZyXsf"; reason: private alias.
Removed service ".service_locator.dl618Ff"; reason: private alias.
Removed service ".service_locator.petif4X"; reason: private alias.
Removed service ".service_locator.0ygxcOZ"; reason: private alias.
Removed service ".service_locator.PlgZY3o"; reason: private alias.
Removed service ".service_locator.jOVdxwr"; reason: private alias.
Removed service ".service_locator.WUQLDJD"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
209
Changed reference of service "App\Command\MessagebirdTestCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Command\ZapierTestCommand" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Listener\UserListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Listener\VersionListener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "App\Listener\WorkerMessageFailedListener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Security\AdminFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AdminFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Security\ClinicFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\ClinicFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Service\NotificationCreator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Service\UserUpdateManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\UserUpdateManager" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "admin.patient" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.treatment_activity" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.connection_request" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.refer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.referral" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.referral_commission" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.referral_payout" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.article_category" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.article" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.user_clinic" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.user_feedback" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.user_report" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.faq_category" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.faq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.page" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.content_block" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.market" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.user_listener" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "app.version_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "admin.forum_category" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.forum_post" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.forum_post_reply" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.forum_post_report" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.forum_user_ban" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.forum_group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.requests_transplant_aftercare" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.requests_non_surgical_hair_restoration" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "admin.requests_treatments_form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "services_resetter" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
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.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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.sendinblue" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
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 "debug.validator" to "validator".
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.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.json" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.2" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.rememberme.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.context_listener.3" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "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 "fos_rest.request.param_fetcher" previously pointing to "debug.validator" to "validator".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "fos_rest.serializer.jms" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
Changed reference of service "fos_rest.view_response_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "fos_rest.versioning.exclusion_listener" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "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 "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 "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "pagerfanta.route_generator_factory" previously pointing to "router.default" to "router".
Changed reference of service "pagerfanta.view.default_translated" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "pagerfanta.view.semantic_ui_translated" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "pagerfanta.view.twitter_bootstrap_translated" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "pagerfanta.view.twitter_bootstrap3_translated" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "pagerfanta.view.twitter_bootstrap4_translated" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.form.type.equal" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.N0555XV" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.qDZkzg0" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.foPrRcS" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.xqSiVWm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.AFdI6KY" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.RarTntk" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.RarTntk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.q5xoCcL" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.q5xoCcL" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mOT7Ror" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.zBvg_gX" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.KaSaWYd" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service ".service_locator.8PUke5A" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.HTSrQlZ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.c_gPfb5" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.c_gPfb5" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.c_gPfb5" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.c_gPfb5" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mdW8jIF" previously pointing to "fos_rest.view_handler.default" to "fos_rest.view_handler".
Changed reference of service ".service_locator.mdW8jIF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mdW8jIF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.mdW8jIF" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.RwqGQ.1" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.RwqGQ.1" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.RwqGQ.1" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.wSgjnB6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.oCg4uHe" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.3CTLkIg" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NViGzGU" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.JzpSxHw" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "fos_rest.serializer.form_error_handler.inner" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_rest.view_handler" previously pointing to "router.default" to "router".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
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".
395
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; 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 "assets.remote_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 "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 "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; 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.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
Removed service "security.authentication.listener.form"; reason: abstract.
Removed service "security.authentication.listener.x509"; reason: abstract.
Removed service "security.authentication.listener.json"; reason: abstract.
Removed service "security.authentication.listener.remote_user"; reason: abstract.
Removed service "security.authentication.listener.basic"; reason: abstract.
Removed service "security.authentication.provider.dao"; reason: abstract.
Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "swiftmailer.mailer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "fos_rest.format_request_matcher"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\AdminAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\AdminAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\AdminAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\ClinicUserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\ClinicUserAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\ClinicUserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\FeedbackAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\FeedbackAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\FeedbackAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\PostAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\PostAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Forum\PostAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\PostReportAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\PostReportAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Forum\PostReportAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\Forum\UserBanAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\Forum\UserBanAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\Forum\UserBanAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\ReportAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\ReportAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\ReportAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\SortableAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\SortableAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\SortableAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Admin\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Admin\UserAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Admin\UserAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AccessCodeUsageSetCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AccessCodeUsageSetCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ConvertTreatmentActivityDescriptionStringToJsonCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ConvertTreatmentActivityDescriptionStringToJsonCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CurrentClinicSetCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CurrentClinicSetCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MedicineUnitAndTypeMigrateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MedicineUnitAndTypeMigrateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MessagebirdTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MessagebirdTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushNotificationTestAndroidCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PushNotificationTestAndroidCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\PushNotificationTestIosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\PushNotificationTestIosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReferredBySetCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReferredBySetCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RevertConvertTreatmentActivityDescriptionStringToJsonCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RevertConvertTreatmentActivityDescriptionStringToJsonCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScheduleNotificationSilentPushCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ScheduleNotificationSilentPushCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ZapierTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ZapierTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ContentBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ContentBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ContentBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\Forum\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\Forum\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\Forum\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ForumController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ForumController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PackageCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PackageCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\PackageCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PatientPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PatientPackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\PatientPackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\PictureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\PictureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\PictureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ReferController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ReferController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ReferController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\ReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\ReferralController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\ReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\SyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\TreatmentActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\TreatmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\TreatmentsFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\TreatmentsFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\TreatmentsFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UpdateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UpdateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\UpdateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\V1\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\V1\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\API\V1\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AccessCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AccessCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AccessCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ChangePasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ConfigController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ConfigController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContentBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContentBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContentBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PackageCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PictureController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PictureController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PictureController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReferralController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TreatmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TreatmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TreatmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TreatmentPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TreatmentPlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TreatmentPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrendingPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrendingPostController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TrendingPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminSecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\AccessCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\AccessCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clinic\AccessCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\ContentBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\ContentBlockController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clinic\ContentBlockController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clinic\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\PackageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clinic\PackageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\PatientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\PatientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clinic\PatientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\TreatmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\TreatmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clinic\TreatmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\TreatmentPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\TreatmentPlanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clinic\TreatmentPlanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Clinic\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Clinic\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Clinic\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClinicSecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClinicSecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClinicSecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HairTransplantAftercareRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HairTransplantAftercareRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HairTransplantAftercareRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NonSurgicalHairRestorationRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NonSurgicalHairRestorationRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NonSurgicalHairRestorationRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PageController"; 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.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ClinicChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ClinicChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContentBlockType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContentBlockType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostReplyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Forum\PostReplyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostReportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Forum\PostReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Forum\PostType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Forum\PostType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PatientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PatientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilePictureType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfilePictureType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReferType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReferType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnstructuredType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UnstructuredType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\EmailNotificationHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\EmailNotificationHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\MessageHandler\MembershipActivateMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\MembershipActivateMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\MessagebirdMessageHandler.0.App\MessageHandler\MessagebirdMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\MessagebirdMessageHandler"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\ZapierMessageHandler.0.App\MessageHandler\ZapierMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\ZapierMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AccessCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AccessCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminNotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminNotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ClinicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ClinicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentBlockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContentBlockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FaqCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FaqRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\PostReplyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\PostReplyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\PostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\PostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Forum\UserBanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Forum\UserBanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HairTransplantAftercareRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HairTransplantAftercareRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MarketRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MarketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NonSurgicalHairRestorationRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NonSurgicalHairRestorationRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatientPackageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PatientPackageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PatientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PatientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PictureRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PictureRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReferRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralCommissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReferralCommissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralPayoutRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReferralPayoutRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReferralRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TreatmentActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TreatmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TreatmentsFormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TreatmentsFormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserClinicRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserClinicRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserContentBlockHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserContentBlockHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserPatientTreatmentLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserPatientTreatmentLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\ResponseSerializationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\ResponseSerializationSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\ConfigExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\ConfigExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\CountryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\CountryExtension"; reason: abstract.
505
Removed service "Google_Client"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\Admin\AccessCodeAdmin"; reason: unused.
Removed service "App\Admin\AdminAdmin"; reason: unused.
Removed service "App\Admin\ArticleAdmin"; reason: unused.
Removed service "App\Admin\ArticleCategoryAdmin"; reason: unused.
Removed service "App\Admin\Block\SummaryBlock"; reason: unused.
Removed service "App\Admin\ClinicAdmin"; reason: unused.
Removed service "App\Admin\ClinicUserAdmin"; reason: unused.
Removed service "App\Admin\ConnectionRequestAdmin"; reason: unused.
Removed service "App\Admin\ContentBlockAdmin"; reason: unused.
Removed service "App\Admin\FaqAdmin"; reason: unused.
Removed service "App\Admin\FaqCategoryAdmin"; reason: unused.
Removed service "App\Admin\FeedbackAdmin"; reason: unused.
Removed service "App\Admin\Forum\CategoryAdmin"; reason: unused.
Removed service "App\Admin\Forum\GroupAdmin"; reason: unused.
Removed service "App\Admin\Forum\PostAdmin"; reason: unused.
Removed service "App\Admin\Forum\PostReplyAdmin"; reason: unused.
Removed service "App\Admin\Forum\PostReportAdmin"; reason: unused.
Removed service "App\Admin\Forum\UserBanAdmin"; reason: unused.
Removed service "App\Admin\GroupAdmin"; reason: unused.
Removed service "App\Admin\HairTransplantAftercareRequestAdmin"; reason: unused.
Removed service "App\Admin\LogAdmin"; reason: unused.
Removed service "App\Admin\MarketAdmin"; reason: unused.
Removed service "App\Admin\NonSurgicalHairRestorationRequestAdmin"; reason: unused.
Removed service "App\Admin\PageAdmin"; reason: unused.
Removed service "App\Admin\PatientAdmin"; reason: unused.
Removed service "App\Admin\ReferAdmin"; reason: unused.
Removed service "App\Admin\ReferralAdmin"; reason: unused.
Removed service "App\Admin\ReferralCommissionAdmin"; reason: unused.
Removed service "App\Admin\ReferralPayoutAdmin"; reason: unused.
Removed service "App\Admin\ReportAdmin"; reason: unused.
Removed service "App\Admin\TreatmentActivityAdmin"; reason: unused.
Removed service "App\Admin\TreatmentsFormAdminController"; reason: unused.
Removed service "App\Admin\UserAdmin"; reason: unused.
Removed service "App\Admin\UserClinicAdmin"; reason: unused.
Removed service "App\Constants\Device"; reason: unused.
Removed service "App\Doctrine\Query\Mysql\Binary"; reason: unused.
Removed service "App\Event\AccessCodeEvent"; reason: unused.
Removed service "App\Event\AccessCodeEvents"; reason: unused.
Removed service "App\Event\FeedbackEvent"; reason: unused.
Removed service "App\Event\ForumPostEvent"; reason: unused.
Removed service "App\Event\ReferEvent"; reason: unused.
Removed service "App\Event\TreatmentActivityEvent"; reason: unused.
Removed service "App\Event\UserEvent"; reason: unused.
Removed service "App\Event\UserEvents"; reason: unused.
Removed service "App\EventListener\AdminLogListener"; reason: unused.
Removed service "App\EventListener\FeedbackListener"; reason: unused.
Removed service "App\EventListener\ForumPostListener"; reason: unused.
Removed service "App\EventListener\LogoutListener"; reason: unused.
Removed service "App\EventListener\MenuBuilderListener"; reason: unused.
Removed service "App\EventListener\ReferListener"; reason: unused.
Removed service "App\EventListener\TreatmentActivityListener"; reason: unused.
Removed service "App\Listener\AccessCodeListener"; reason: unused.
Removed service "App\Listener\UserListener"; reason: unused.
Removed service "App\Listener\VersionListener"; reason: unused.
Removed service "App\Message\EmailNotification"; reason: unused.
Removed service "App\Message\MembershipActivateMessage"; reason: unused.
Removed service "App\Message\MessagebirdMessage"; reason: unused.
Removed service "App\Message\ZapierMessage"; reason: unused.
Removed service "App\Service\CloopenSmsClient"; reason: unused.
Removed service "App\Service\RelationsHandler"; reason: unused.
Removed service "App\Util\ErrorCode"; reason: unused.
Removed service "App\Util\HttpCode"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "Http\Client\HttpClient"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.native"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.php_bridge"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; reason: unused.
Removed service "session.storage.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~Ei1Y1ii"; 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_number_aware"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authentication.listener.anonymous"; reason: unused.
Removed service "security.authentication.provider.anonymous"; reason: unused.
Removed service "security.user_providers"; reason: unused.
Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~dryGGhF"; reason: unused.
Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~dryGGhF"; reason: unused.
Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~dryGGhF"; reason: unused.
Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~dryGGhF"; reason: unused.
Removed service "swiftmailer.transport.failover"; reason: unused.
Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "fos_rest.view_handler.jsonp"; reason: unused.
Removed service "fos_rest.serializer.symfony"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys"; reason: unused.
Removed service "fos_rest.normalizer.camel_keys_with_leading_underscore"; reason: unused.
Removed service "fos_rest.decoder.jsontoform"; reason: unused.
Removed service "fos_rest.versioning.header_resolver"; reason: unused.
Removed service "fos_rest.versioning.media_type_resolver"; reason: unused.
Removed service "fos_rest.versioning.query_parameter_resolver"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory"; reason: unused.
Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "fidry_alice_data_fixtures.persistence.purger_modepurger_mode"; reason: unused.
Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; reason: unused.
Removed service "Rollbar\Symfony\RollbarBundle\Factories\RollbarHandlerFactory"; reason: unused.
Removed service "Rollbar\Monolog\Handler\RollbarHandler"; reason: unused.
Removed service "Rollbar\Symfony\RollbarBundle\Payload\Generator"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "aws.accessanalyzer"; reason: unused.
Removed service "aws.account"; reason: unused.
Removed service "aws.acmpca"; reason: unused.
Removed service "aws.acm"; reason: unused.
Removed service "aws.alexaforbusiness"; reason: unused.
Removed service "aws.prometheusservice"; reason: unused.
Removed service "aws.amplify"; reason: unused.
Removed service "aws.amplifybackend"; reason: unused.
Removed service "aws.amplifyuibuilder"; reason: unused.
Removed service "aws.apigateway"; reason: unused.
Removed service "aws.apigatewaymanagementapi"; reason: unused.
Removed service "aws.apigatewayv2"; reason: unused.
Removed service "aws.appconfig"; reason: unused.
Removed service "aws.appconfigdata"; reason: unused.
Removed service "aws.appflow"; reason: unused.
Removed service "aws.appintegrationsservice"; reason: unused.
Removed service "aws.applicationautoscaling"; reason: unused.
Removed service "aws.applicationinsights"; reason: unused.
Removed service "aws.applicationcostprofiler"; reason: unused.
Removed service "aws.appmesh"; reason: unused.
Removed service "aws.apprunner"; reason: unused.
Removed service "aws.appstream"; reason: unused.
Removed service "aws.appsync"; reason: unused.
Removed service "aws.athena"; reason: unused.
Removed service "aws.auditmanager"; reason: unused.
Removed service "aws.autoscalingplans"; reason: unused.
Removed service "aws.autoscaling"; reason: unused.
Removed service "aws.backupgateway"; reason: unused.
Removed service "aws.backup"; reason: unused.
Removed service "aws.batch"; reason: unused.
Removed service "aws.billingconductor"; reason: unused.
Removed service "aws.braket"; reason: unused.
Removed service "aws.budgets"; reason: unused.
Removed service "aws.costexplorer"; reason: unused.
Removed service "aws.chimesdkidentity"; reason: unused.
Removed service "aws.chimesdkmediapipelines"; reason: unused.
Removed service "aws.chimesdkmeetings"; reason: unused.
Removed service "aws.chimesdkmessaging"; reason: unused.
Removed service "aws.chime"; reason: unused.
Removed service "aws.cloud9"; reason: unused.
Removed service "aws.cloudcontrolapi"; reason: unused.
Removed service "aws.clouddirectory"; reason: unused.
Removed service "aws.cloudformation"; reason: unused.
Removed service "aws.cloudfront"; reason: unused.
Removed service "aws.cloudhsm"; reason: unused.
Removed service "aws.cloudhsmv2"; reason: unused.
Removed service "aws.cloudsearch"; reason: unused.
Removed service "aws.cloudsearchdomain"; reason: unused.
Removed service "aws.cloudtrail"; reason: unused.
Removed service "aws.codeartifact"; reason: unused.
Removed service "aws.codebuild"; reason: unused.
Removed service "aws.codecommit"; reason: unused.
Removed service "aws.codedeploy"; reason: unused.
Removed service "aws.codegurureviewer"; reason: unused.
Removed service "aws.codeguruprofiler"; reason: unused.
Removed service "aws.codepipeline"; reason: unused.
Removed service "aws.codestarconnections"; reason: unused.
Removed service "aws.codestarnotifications"; reason: unused.
Removed service "aws.codestar"; reason: unused.
Removed service "aws.cognitoidentity"; reason: unused.
Removed service "aws.cognitoidentityprovider"; reason: unused.
Removed service "aws.cognitosync"; reason: unused.
Removed service "aws.comprehend"; reason: unused.
Removed service "aws.comprehendmedical"; reason: unused.
Removed service "aws.computeoptimizer"; reason: unused.
Removed service "aws.configservice"; reason: unused.
Removed service "aws.connectcontactlens"; reason: unused.
Removed service "aws.connect"; reason: unused.
Removed service "aws.connectparticipant"; reason: unused.
Removed service "aws.costandusagereportservice"; reason: unused.
Removed service "aws.customerprofiles"; reason: unused.
Removed service "aws.iotdataplane"; reason: unused.
Removed service "aws.gluedatabrew"; reason: unused.
Removed service "aws.dataexchange"; reason: unused.
Removed service "aws.datapipeline"; reason: unused.
Removed service "aws.datasync"; reason: unused.
Removed service "aws.dax"; reason: unused.
Removed service "aws.detective"; reason: unused.
Removed service "aws.devicefarm"; reason: unused.
Removed service "aws.devopsguru"; reason: unused.
Removed service "aws.directconnect"; reason: unused.
Removed service "aws.applicationdiscoveryservice"; reason: unused.
Removed service "aws.dlm"; reason: unused.
Removed service "aws.databasemigrationservice"; reason: unused.
Removed service "aws.docdb"; reason: unused.
Removed service "aws.drs"; reason: unused.
Removed service "aws.directoryservice"; reason: unused.
Removed service "aws.dynamodb"; reason: unused.
Removed service "aws.ebs"; reason: unused.
Removed service "aws.ec2instanceconnect"; reason: unused.
Removed service "aws.ec2"; reason: unused.
Removed service "aws.ecrpublic"; reason: unused.
Removed service "aws.ecr"; reason: unused.
Removed service "aws.ecs"; reason: unused.
Removed service "aws.eks"; reason: unused.
Removed service "aws.elasticinference"; reason: unused.
Removed service "aws.elasticache"; reason: unused.
Removed service "aws.elasticbeanstalk"; reason: unused.
Removed service "aws.efs"; reason: unused.
Removed service "aws.elasticloadbalancing"; reason: unused.
Removed service "aws.elasticloadbalancingv2"; reason: unused.
Removed service "aws.emr"; reason: unused.
Removed service "aws.elastictranscoder"; reason: unused.
Removed service "aws.ses"; reason: unused.
Removed service "aws.emrcontainers"; reason: unused.
Removed service "aws.emrserverless"; reason: unused.
Removed service "aws.marketplaceentitlementservice"; reason: unused.
Removed service "aws.elasticsearchservice"; reason: unused.
Removed service "aws.eventbridge"; reason: unused.
Removed service "aws.cloudwatchevents"; reason: unused.
Removed service "aws.cloudwatchevidently"; reason: unused.
Removed service "aws.finspacedata"; reason: unused.
Removed service "aws.finspace"; reason: unused.
Removed service "aws.firehose"; reason: unused.
Removed service "aws.fis"; reason: unused.
Removed service "aws.fms"; reason: unused.
Removed service "aws.forecastservice"; reason: unused.
Removed service "aws.forecastqueryservice"; reason: unused.
Removed service "aws.frauddetector"; reason: unused.
Removed service "aws.fsx"; reason: unused.
Removed service "aws.gamelift"; reason: unused.
Removed service "aws.gamesparks"; reason: unused.
Removed service "aws.glacier"; reason: unused.
Removed service "aws.globalaccelerator"; reason: unused.
Removed service "aws.glue"; reason: unused.
Removed service "aws.managedgrafana"; reason: unused.
Removed service "aws.greengrass"; reason: unused.
Removed service "aws.greengrassv2"; reason: unused.
Removed service "aws.groundstation"; reason: unused.
Removed service "aws.guardduty"; reason: unused.
Removed service "aws.health"; reason: unused.
Removed service "aws.healthlake"; reason: unused.
Removed service "aws.honeycode"; reason: unused.
Removed service "aws.iam"; reason: unused.
Removed service "aws.identitystore"; reason: unused.
Removed service "aws.imagebuilder"; reason: unused.
Removed service "aws.importexport"; reason: unused.
Removed service "aws.inspector"; reason: unused.
Removed service "aws.inspector2"; reason: unused.
Removed service "aws.iotjobsdataplane"; reason: unused.
Removed service "aws.iot"; reason: unused.
Removed service "aws.iot1clickdevicesservice"; reason: unused.
Removed service "aws.iot1clickprojects"; reason: unused.
Removed service "aws.iotanalytics"; reason: unused.
Removed service "aws.iotdeviceadvisor"; reason: unused.
Removed service "aws.ioteventsdata"; reason: unused.
Removed service "aws.iotevents"; reason: unused.
Removed service "aws.iotfleethub"; reason: unused.
Removed service "aws.iotsecuretunneling"; reason: unused.
Removed service "aws.iotsitewise"; reason: unused.
Removed service "aws.iotthingsgraph"; reason: unused.
Removed service "aws.iottwinmaker"; reason: unused.
Removed service "aws.iotwireless"; reason: unused.
Removed service "aws.ivs"; reason: unused.
Removed service "aws.ivschat"; reason: unused.
Removed service "aws.kafka"; reason: unused.
Removed service "aws.kafkaconnect"; reason: unused.
Removed service "aws.kendra"; reason: unused.
Removed service "aws.keyspaces"; reason: unused.
Removed service "aws.kinesisvideoarchivedmedia"; reason: unused.
Removed service "aws.kinesisvideomedia"; reason: unused.
Removed service "aws.kinesisvideosignalingchannels"; reason: unused.
Removed service "aws.kinesis"; reason: unused.
Removed service "aws.kinesisanalytics"; reason: unused.
Removed service "aws.kinesisanalyticsv2"; reason: unused.
Removed service "aws.kinesisvideo"; reason: unused.
Removed service "aws.kms"; reason: unused.
Removed service "aws.lakeformation"; reason: unused.
Removed service "aws.lambda"; reason: unused.
Removed service "aws.lexmodelbuildingservice"; reason: unused.
Removed service "aws.licensemanager"; reason: unused.
Removed service "aws.lightsail"; reason: unused.
Removed service "aws.locationservice"; reason: unused.
Removed service "aws.cloudwatchlogs"; reason: unused.
Removed service "aws.lookoutequipment"; reason: unused.
Removed service "aws.lookoutmetrics"; reason: unused.
Removed service "aws.lookoutforvision"; reason: unused.
Removed service "aws.mainframemodernization"; reason: unused.
Removed service "aws.machinelearning"; reason: unused.
Removed service "aws.macie"; reason: unused.
Removed service "aws.macie2"; reason: unused.
Removed service "aws.managedblockchain"; reason: unused.
Removed service "aws.marketplacecatalog"; reason: unused.
Removed service "aws.marketplacecommerceanalytics"; reason: unused.
Removed service "aws.mediaconnect"; reason: unused.
Removed service "aws.mediaconvert"; reason: unused.
Removed service "aws.medialive"; reason: unused.
Removed service "aws.mediapackagevod"; reason: unused.
Removed service "aws.mediapackage"; reason: unused.
Removed service "aws.mediastoredata"; reason: unused.
Removed service "aws.mediastore"; reason: unused.
Removed service "aws.mediatailor"; reason: unused.
Removed service "aws.memorydb"; reason: unused.
Removed service "aws.marketplacemetering"; reason: unused.
Removed service "aws.migrationhub"; reason: unused.
Removed service "aws.mgn"; reason: unused.
Removed service "aws.migrationhubrefactorspaces"; reason: unused.
Removed service "aws.migrationhubconfig"; reason: unused.
Removed service "aws.migrationhubstrategyrecommendations"; reason: unused.
Removed service "aws.mobile"; reason: unused.
Removed service "aws.lexmodelsv2"; reason: unused.
Removed service "aws.cloudwatch"; reason: unused.
Removed service "aws.mq"; reason: unused.
Removed service "aws.mturk"; reason: unused.
Removed service "aws.mwaa"; reason: unused.
Removed service "aws.neptune"; reason: unused.
Removed service "aws.networkfirewall"; reason: unused.
Removed service "aws.networkmanager"; reason: unused.
Removed service "aws.nimblestudio"; reason: unused.
Removed service "aws.opensearchservice"; reason: unused.
Removed service "aws.opsworks"; reason: unused.
Removed service "aws.opsworkscm"; reason: unused.
Removed service "aws.organizations"; reason: unused.
Removed service "aws.outposts"; reason: unused.
Removed service "aws.panorama"; reason: unused.
Removed service "aws.personalizeevents"; reason: unused.
Removed service "aws.personalizeruntime"; reason: unused.
Removed service "aws.personalize"; reason: unused.
Removed service "aws.pi"; reason: unused.
Removed service "aws.pinpointemail"; reason: unused.
Removed service "aws.pinpointsmsvoicev2"; reason: unused.
Removed service "aws.pinpoint"; reason: unused.
Removed service "aws.polly"; reason: unused.
Removed service "aws.pricing"; reason: unused.
Removed service "aws.proton"; reason: unused.
Removed service "aws.qldbsession"; reason: unused.
Removed service "aws.qldb"; reason: unused.
Removed service "aws.quicksight"; reason: unused.
Removed service "aws.ram"; reason: unused.
Removed service "aws.recyclebin"; reason: unused.
Removed service "aws.rdsdataservice"; reason: unused.
Removed service "aws.rds"; reason: unused.
Removed service "aws.redshiftdataapiservice"; reason: unused.
Removed service "aws.redshift"; reason: unused.
Removed service "aws.redshiftserverless"; reason: unused.
Removed service "aws.rekognition"; reason: unused.
Removed service "aws.resiliencehub"; reason: unused.
Removed service "aws.resourcegroups"; reason: unused.
Removed service "aws.resourcegroupstaggingapi"; reason: unused.
Removed service "aws.robomaker"; reason: unused.
Removed service "aws.route53recoverycluster"; reason: unused.
Removed service "aws.route53recoverycontrolconfig"; reason: unused.
Removed service "aws.route53recoveryreadiness"; reason: unused.
Removed service "aws.route53"; reason: unused.
Removed service "aws.route53domains"; reason: unused.
Removed service "aws.route53resolver"; reason: unused.
Removed service "aws.cloudwatchrum"; reason: unused.
Removed service "aws.lexruntimev2"; reason: unused.
Removed service "aws.lexruntimeservice"; reason: unused.
Removed service "aws.sagemakerruntime"; reason: unused.
Removed service "aws.s3control"; reason: unused.
Removed service "aws.s3outposts"; reason: unused.
Removed service "aws.augmentedairuntime"; reason: unused.
Removed service "aws.sagemakeredgemanager"; reason: unused.
Removed service "aws.sagemakerfeaturestoreruntime"; reason: unused.
Removed service "aws.sagemaker"; reason: unused.
Removed service "aws.savingsplans"; reason: unused.
Removed service "aws.schemas"; reason: unused.
Removed service "aws.secretsmanager"; reason: unused.
Removed service "aws.securityhub"; reason: unused.
Removed service "aws.serverlessapplicationrepository"; reason: unused.
Removed service "aws.servicequotas"; reason: unused.
Removed service "aws.appregistry"; reason: unused.
Removed service "aws.servicecatalog"; reason: unused.
Removed service "aws.servicediscovery"; reason: unused.
Removed service "aws.sesv2"; reason: unused.
Removed service "aws.shield"; reason: unused.
Removed service "aws.signer"; reason: unused.
Removed service "aws.pinpointsmsvoice"; reason: unused.
Removed service "aws.sms"; reason: unused.
Removed service "aws.snowdevicemanagement"; reason: unused.
Removed service "aws.snowball"; reason: unused.
Removed service "aws.sns"; reason: unused.
Removed service "aws.sqs"; reason: unused.
Removed service "aws.ssmcontacts"; reason: unused.
Removed service "aws.ssmincidents"; reason: unused.
Removed service "aws.ssm"; reason: unused.
Removed service "aws.ssoadmin"; reason: unused.
Removed service "aws.ssooidc"; reason: unused.
Removed service "aws.sso"; reason: unused.
Removed service "aws.sfn"; reason: unused.
Removed service "aws.storagegateway"; reason: unused.
Removed service "aws.dynamodbstreams"; reason: unused.
Removed service "aws.sts"; reason: unused.
Removed service "aws.support"; reason: unused.
Removed service "aws.swf"; reason: unused.
Removed service "aws.synthetics"; reason: unused.
Removed service "aws.textract"; reason: unused.
Removed service "aws.timestreamquery"; reason: unused.
Removed service "aws.timestreamwrite"; reason: unused.
Removed service "aws.transcribeservice"; reason: unused.
Removed service "aws.transfer"; reason: unused.
Removed service "aws.translate"; reason: unused.
Removed service "aws.voiceid"; reason: unused.
Removed service "aws.wafregional"; reason: unused.
Removed service "aws.waf"; reason: unused.
Removed service "aws.wafv2"; reason: unused.
Removed service "aws.wellarchitected"; reason: unused.
Removed service "aws.connectwisdomservice"; reason: unused.
Removed service "aws.workdocs"; reason: unused.
Removed service "aws.worklink"; reason: unused.
Removed service "aws.workmail"; reason: unused.
Removed service "aws.workmailmessageflow"; reason: unused.
Removed service "aws.workspacesweb"; reason: unused.
Removed service "aws.workspaces"; reason: unused.
Removed service "aws.xray"; reason: unused.
Removed service "sonata.block.cache.handler.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.noop"; reason: unused.
Removed service "sonata.admin.label.strategy.underscore"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.filter_persister.session"; reason: unused.
Removed service "sonata.admin.security.handler.role"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "pix_sortable_behavior.position.mongodb"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.rollbar"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
683
Inlined service ".service_locator.c_gPfb5.App\Admin\AdminAdminController" to "App\Admin\AdminAdminController".
Inlined service ".service_locator.c_gPfb5.App\Admin\ClinicUserAdminController" to "App\Admin\ClinicUserAdminController".
Inlined service ".service_locator.c_gPfb5.App\Admin\FeedbackAdminController" to "App\Admin\FeedbackAdminController".
Inlined service ".service_locator.c_gPfb5.App\Admin\Forum\PostAdminController" to "App\Admin\Forum\PostAdminController".
Inlined service ".service_locator.c_gPfb5.App\Admin\Forum\PostReportAdminController" to "App\Admin\Forum\PostReportAdminController".
Inlined service ".service_locator.c_gPfb5.App\Admin\Forum\UserBanAdminController" to "App\Admin\Forum\UserBanAdminController".
Inlined service ".service_locator.c_gPfb5.App\Admin\ReportAdminController" to "App\Admin\ReportAdminController".
Inlined service ".service_locator.c_gPfb5.App\Admin\SortableAdminController" to "App\Admin\SortableAdminController".
Inlined service ".service_locator.c_gPfb5.App\Admin\UserAdminController" to "App\Admin\UserAdminController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\ArticleController" to "App\Controller\API\V1\ArticleController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\ConfigController" to "App\Controller\API\V1\ConfigController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\ContentBlockController" to "App\Controller\API\V1\ContentBlockController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\FaqController" to "App\Controller\API\V1\FaqController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\FeedbackController" to "App\Controller\API\V1\FeedbackController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\Forum\GroupController" to "App\Controller\API\V1\Forum\GroupController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\ForumController" to "App\Controller\API\V1\ForumController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\NotificationController" to "App\Controller\API\V1\NotificationController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\PackageCategoryController" to "App\Controller\API\V1\PackageCategoryController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\PackageController" to "App\Controller\API\V1\PackageController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\PatientPackageController" to "App\Controller\API\V1\PatientPackageController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\PictureController" to "App\Controller\API\V1\PictureController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\ReferController" to "App\Controller\API\V1\ReferController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\ReferralController" to "App\Controller\API\V1\ReferralController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\SyncController" to "App\Controller\API\V1\SyncController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\TreatmentActivityController" to "App\Controller\API\V1\TreatmentActivityController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\TreatmentController" to "App\Controller\API\V1\TreatmentController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\TreatmentsFormController" to "App\Controller\API\V1\TreatmentsFormController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\UpdateController" to "App\Controller\API\V1\UpdateController".
Inlined service ".service_locator.mdW8jIF.App\Controller\API\V1\UserController" to "App\Controller\API\V1\UserController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Admin\AccessCodeController" to "App\Controller\Admin\AccessCodeController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Admin\ChangePasswordController" to "App\Controller\Admin\ChangePasswordController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Admin\ConfigController" to "App\Controller\Admin\ConfigController".
Inlined service ".service_locator.mdW8jIF.App\Controller\Admin\ContentBlockController" to "App\Controller\Admin\ContentBlockController".
Inlined service ".service_locator.mdW8jIF.App\Controller\Admin\NotificationController" to "App\Controller\Admin\NotificationController".
Inlined service ".service_locator.mdW8jIF.App\Controller\Admin\PackageCategoryController" to "App\Controller\Admin\PackageCategoryController".
Inlined service ".service_locator.mdW8jIF.App\Controller\Admin\PackageController" to "App\Controller\Admin\PackageController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Admin\PictureController" to "App\Controller\Admin\PictureController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Admin\ReferralController" to "App\Controller\Admin\ReferralController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Admin\TreatmentController" to "App\Controller\Admin\TreatmentController".
Inlined service ".service_locator.mdW8jIF.App\Controller\Admin\TreatmentPlanController" to "App\Controller\Admin\TreatmentPlanController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Admin\TrendingPostController" to "App\Controller\Admin\TrendingPostController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\AdminSecurityController" to "App\Controller\AdminSecurityController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Clinic\AccessCodeController" to "App\Controller\Clinic\AccessCodeController".
Inlined service ".service_locator.mdW8jIF.App\Controller\Clinic\ContentBlockController" to "App\Controller\Clinic\ContentBlockController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Clinic\DashboardController" to "App\Controller\Clinic\DashboardController".
Inlined service ".service_locator.mdW8jIF.App\Controller\Clinic\PackageController" to "App\Controller\Clinic\PackageController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Clinic\PatientController" to "App\Controller\Clinic\PatientController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Clinic\TreatmentController" to "App\Controller\Clinic\TreatmentController".
Inlined service ".service_locator.mdW8jIF.App\Controller\Clinic\TreatmentPlanController" to "App\Controller\Clinic\TreatmentPlanController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\Clinic\UserController" to "App\Controller\Clinic\UserController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\ClinicSecurityController" to "App\Controller\ClinicSecurityController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\HairTransplantAftercareRequestController" to "App\Controller\HairTransplantAftercareRequestController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\NonSurgicalHairRestorationRequestController" to "App\Controller\NonSurgicalHairRestorationRequestController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\PageController" to "App\Controller\PageController".
Inlined service ".service_locator.RwqGQ.1.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service "App\Service\Messagebird" to "App\MessageHandler\MessagebirdMessageHandler".
Inlined service "App\Service\Zapier" to "App\MessageHandler\ZapierMessageHandler".
Inlined service "App\Util\TokenGenerator" to "App\Service\UserRegistrationManager".
Inlined service "App\Service\UserValidator" to "App\Service\UserUpdateManager".
Inlined service "App\Service\ConsentAcceptor" to "app.user_listener".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.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.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.wSgjnB6.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.route_loader" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.XWmhzGa" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kr.dDlB" to "router.expression_language_provider".
Inlined service ".service_locator.oCg4uHe.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "pagerfanta.serializer.normalizer" to "serializer".
Inlined service "fos_rest.serializer.form_error_normalizer" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.handler.native" to "session.storage.native".
Inlined service ".service_locator.JzpSxHw" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.v3WriE_" 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 "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.1BRum_b" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.1hbfET8" to "messenger.failure.send_failed_message_to_failure_transport_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "swiftmailer.data_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.aNklfos.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.iuPabRY" 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.nC3BS7k" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service ".security.request_matcher.i0nnAHt" to "security.access_map".
Inlined service ".security.request_matcher.WzX8sWM" to "security.access_map".
Inlined service ".security.request_matcher.Ud1TEPV" to "security.access_map".
Inlined service ".security.request_matcher.0KbSiPn" to "security.access_map".
Inlined service ".security.request_matcher.PnoFOkb" to "security.access_map".
Inlined service ".security.request_matcher.v2Hc.8V" to "security.access_map".
Inlined service ".security.request_matcher._MN8YX9" to "security.access_map".
Inlined service ".security.request_matcher.51ta3.b" to "security.access_map".
Inlined service ".security.request_matcher.CI6rxwj" to "security.access_map".
Inlined service ".security.request_matcher.Sdzoemu" to "security.access_map".
Inlined service ".security.request_matcher.YvRIOEl" to "security.access_map".
Inlined service ".security.request_matcher.nic1xo5" to "security.access_map".
Inlined service ".security.request_matcher.nTDq_sb" to "security.access_map".
Inlined service ".security.request_matcher.hxhtN9I" to "security.access_map".
Inlined service ".security.request_matcher.uUCN5L5" to "security.access_map".
Inlined service ".security.request_matcher.cLmyemb" to "security.access_map".
Inlined service ".security.request_matcher.MX0POUX" to "security.access_map".
Inlined service ".security.request_matcher.WlcLwMb" to "security.access_map".
Inlined service ".security.request_matcher.rn1Vk5D" to "security.access_map".
Inlined service ".security.request_matcher.RBKDC0P" to "security.access_map".
Inlined service ".security.request_matcher.n0V5g2W" to "security.access_map".
Inlined service ".security.request_matcher.WiTfECf" to "security.access_map".
Inlined service ".security.request_matcher.ZGiR4g8" to "security.access_map".
Inlined service ".security.request_matcher.OPbTD.z" to "security.access_map".
Inlined service ".security.request_matcher.WR84MWC" to "security.access_map".
Inlined service ".security.request_matcher.rvPrUSj" to "security.access_map".
Inlined service ".security.request_matcher.WWz.KQY" to "security.access_map".
Inlined service ".security.request_matcher.cRNYaJ1" to "security.access_map".
Inlined service ".security.request_matcher.YUTJyaK" to "security.access_map".
Inlined service ".security.request_matcher.Os6pTTn" to "security.access_map".
Inlined service ".security.request_matcher.Q32T6Dk" to "security.access_map".
Inlined service ".security.request_matcher.QPwreRw" to "security.access_map".
Inlined service ".security.request_matcher.9czg417" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" 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.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.firewall.map.config.api_docs" to "security.firewall.map.context.api_docs".
Inlined service "security.exception_listener.notification" to "security.firewall.map.context.notification".
Inlined service "security.firewall.map.config.notification" to "security.firewall.map.context.notification".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service "security.exception_listener.clinic" to "security.firewall.map.context.clinic".
Inlined service "security.logout_listener.clinic" to "security.firewall.map.context.clinic".
Inlined service "security.firewall.map.config.clinic" to "security.firewall.map.context.clinic".
Inlined service "app_admin.logout.listener" to "security.logout.listener.legacy_handler.0".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\Extension\AppExtension" to "twig".
Inlined service "App\Twig\Extension\ConfigExtension" to "twig".
Inlined service "App\Twig\Extension\CountryExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "twig.extension.fm_elfinder_init" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "pagerfanta.twig_extension" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.form.twig.canonicalize_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "sonata_translation.twig.intl_extension" to "twig".
Inlined service "sonata_translation.twig.sonata_translation_extension" to "twig".
Inlined service "Pix\SortableBehaviorBundle\Twig\ObjectPositionExtension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "sonata.admin.configuration" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.v.Wwsjy.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.9RjACcO" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "fos_rest.request.param_fetcher.reader" to "fos_rest.request.param_fetcher".
Inlined service ".service_locator.CE6DdyV" to "fos_rest.decoder_provider".
Inlined service "fos_rest.decoder_provider" to "fos_rest.body_listener".
Inlined service "fos_rest.format_negotiator" to "fos_rest.format_listener".
Inlined service "fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.2364365e6bb6bfd5cadeda231e59db9139fadac2b673beb794ba3c0068839a899dc3c386" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.5afb92c6bf9acb148c590ee6b673b324646c68e000ac8e97affc30bbfac20aa886568e1b" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.963828800a718413f14721dcc735d88092652e6b1124dfdcd9dbeedee77315d3d23c67cd" to "fos_rest.format_negotiator".
Inlined service "fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" to "fos_rest.format_negotiator".
Inlined service "fos_rest.versioning.chain_resolver" to "fos_rest.versioning.listener".
Inlined service "fos_rest.request.param_fetcher" to "fos_rest.param_fetcher_listener".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.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.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "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.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "pagerfanta.view.default_translated" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.semantic_ui_translated" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap_translated" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap3_translated" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap4_translated" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap5" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twig" to "pagerfanta.view_factory".
Inlined service "aws_sdk" to "aws.s3".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service ".service_locator.Q9ol2Yx" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.TWz9UQt" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service ".service_locator.wUfFdma" to "sonata.admin.pool".
Inlined service ".service_locator.GMwsx1c" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.Xbsa8iG" to "sonata.admin.audit.manager".
Inlined service ".service_locator.3CTLkIg.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~ANNTb71" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "maba_gentle_force.redis_client" to "maba_gentle_force.throttler".
Inlined service "maba_gentle_force.rate_limit_provider" to "maba_gentle_force.throttler".
Inlined service "maba_gentle_force.request_matcher" to "maba_gentle_force.configuration_manager".
Inlined service "maba_gentle_force.priority_resolver" to "maba_gentle_force.configuration_manager".
Inlined service "maba_gentle_force.configuration_manager" to "maba_gentle_force.request_listener".
Inlined service "maba_gentle_force.strategy_manager" to "maba_gentle_force.request_listener".
Inlined service "Maba\Bundle\GentleForceBundle\Service\IdentifierProvider\IpProvider" to "maba_gentle_force.request_identifier_provider".
Inlined service "Maba\Bundle\GentleForceBundle\Service\IdentifierProvider\UsernameProvider" to "maba_gentle_force.request_identifier_provider".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.sonata.admin.argument_resolver.admin.inner" to "debug.sonata.admin.argument_resolver.admin".
Inlined service "debug.sonata.admin.argument_resolver.proxy_query.inner" to "debug.sonata.admin.argument_resolver.proxy_query".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\EmailNotificationHandler" to ".messenger.handler_descriptor.8SeXP.Q".
Inlined service "App\MessageHandler\MembershipActivateMessageHandler" to ".messenger.handler_descriptor.JXMrR7A".
Inlined service "App\MessageHandler\MessagebirdMessageHandler" to ".messenger.handler_descriptor.pLPScJC".
Inlined service "App\MessageHandler\ZapierMessageHandler" to ".messenger.handler_descriptor.13tdVhl".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
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.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "fos_rest.serializer.form_error_handler.inner" to "fos_rest.serializer.form_error_handler".
Inlined service ".service_locator.wSgjnB6" to ".service_locator.wSgjnB6.translation.warmer".
Inlined service ".service_locator.smLGMEV" to ".service_locator.smLGMEV.router.default".
Inlined service ".service_locator.oCg4uHe" to ".service_locator.oCg4uHe.router.cache_warmer".
Inlined service ".service_locator.aNklfos" to ".service_locator.aNklfos.sensio_framework_extra.view.listener".
Inlined service ".service_locator.v.Wwsjy" to ".service_locator.v.Wwsjy.twig.template_cache_warmer".
Inlined service ".service_locator.3CTLkIg" to ".service_locator.3CTLkIg.sonata.admin.controller.crud".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.3av6vZ9" to "console.command_loader".
Inlined service ".service_locator.smLGMEV.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
Inlined service "fos_rest.serializer.jms" to "fos_rest.view_handler".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
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.locator.env_directory" to "hautelook_alice.locator".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
Inlined service "fm_elfinder.configurator.default" to "fm_elfinder.loader".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "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 "pagerfanta.view.default" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.default" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.semantic_ui" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.semantic_ui" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap3" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap3" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap4" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view.twitter_bootstrap4" to "pagerfanta.view_factory".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "maba_gentle_force.request_identifier_provider" to "maba_gentle_force.request_listener".
Inlined service "maba_gentle_force.request_identifier_provider" to "maba_gentle_force.request_listener".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
6
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.sonata.admin.argument_resolver.admin", "debug.sonata.admin.argument_resolver.proxy_query", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", ".debug.http_client", "fos_rest.serializer.form_error_handler", "messenger.default_bus", "event_dispatcher", ".container.private.validator", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.iterator_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "fos_rest.serializer.form_error_handler", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.handler", "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.handler", "jms_serializer.serializer"?
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.
Tag "sonata.admin.template_registry" was defined on service(s) "admin.patient.template_registry", "admin.treatment_activity.template_registry", "admin.user.template_registry", "admin.connection_request.template_registry", "admin.refer.template_registry", "admin.referral.template_registry", "admin.referral_commission.template_registry", "admin.referral_payout.template_registry", "admin.admin.template_registry", "admin.group.template_registry", "admin.article_category.template_registry", "admin.article.template_registry", "admin.user_clinic.template_registry", "admin.user_feedback.template_registry", "admin.user_report.template_registry", "admin.faq_category.template_registry", "admin.faq.template_registry", "admin.page.template_registry", "admin.content_block.template_registry", "admin.market.template_registry", "admin.forum_category.template_registry", "admin.forum_post.template_registry", "admin.forum_post_reply.template_registry", "admin.forum_post_report.template_registry", "admin.forum_user_ban.template_registry", "admin.forum_group.template_registry", "admin.requests_transplant_aftercare.template_registry", "admin.requests_non_surgical_hair_restoration.template_registry", "admin.requests_treatments_form.template_registry", but was never used.