Method "Symfony\Component\Form\FormTypeInterface::getBlockPrefix()" might add "string" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Form\Type\Security\AdminRolesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::emergency()" might add "void" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Common\Log\SyncLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::alert()" might add "void" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Common\Log\SyncLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::critical()" might add "void" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Common\Log\SyncLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::error()" might add "void" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Common\Log\SyncLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::info()" might add "void" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Common\Log\SyncLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Psr\Log\LoggerInterface::log()" might add "void" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Common\Log\SyncLogger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Novaway\MailerBundle\Command\SendEmailCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()" might add "string" as a native return type declaration in the future. Do the same in implementation "EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator" class is deprecated, use the new authenticator system instead.
Class "Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator" should implement method "Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface::createToken(Passport $passport, string $firewallName): TokenInterface": Creates a token for the given user. If you don't care about which token class is used, you can skip this method by extending the AbstractAuthenticator class from your authenticator.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Form\Type\Security\AdminRolesType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface::start()" might add "Response" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Loader\LoaderInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\MailerBundle\Routing\RoutesLoader" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Liip\ImagineBundle\Templating\FilterExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supportsRememberMe()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationFailure()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Centre\Cache\CentreCacheManager" service.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Serializer\EnumerableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "EasyCorp\Bundle\EasyAdminBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Config\Definition\ConfigurationInterface::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in implementation "FM\ElfinderBundle\DependencyInjection\Configuration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Bundle\FrameworkBundle\DependencyInjection\Configuration::getConfigTreeBuilder()" might add "TreeBuilder" as a native return type declaration in the future. Do the same in child class "Novaway\MailerBundle\DependencyInjection\NovawayMailerConfiguration" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Novaway\CoreBundle\Constraints\Image" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Mapping\NamingStrategy::classToTableName()" might add "string" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Doctrine\ORM\Mapping\RemovePrefixNamingStrategy" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Form\DatepickerType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Form\EnumType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Form\RepeatedPasswordType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::apply()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Serializer\EnumerableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Serializer\EnumerableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Serializer\IdableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Serializer\IdableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Serializer\IdableNormalizer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Novaway\CoreBundle\Twig\Extension\DateExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Messenger\SyncComplete" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessage" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Messenger\SyncEntityComplete" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Novaway\SyncBundle\Source\Security\TokenAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Novaway\SyncBundle\Source\Security\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
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\DataFixtures\UserFixtures" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Common\Lock\EditionConsultationLockHandler" service.
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\Infrastructure\Doctrine\Entity\DoctrineUtilisateur" should implement it.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\InfoCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\RunDqlCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfiguratorInterface::configure()" might add "array" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Form\Type\Configurator\UnauthorizedFieldConfigurator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Form\Type\Configurator\TypeConfiguratorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\Form\Type\Configurator\UnauthorizedFieldConfigurator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Courrier\Cache\CourrierCacheManager" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the "App\Domain\Sync\Source\Provider\SyncSecretaireProvider" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Imagerie\Cache\ImagerieASupprimerCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Machine\Cache\MachineCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\MedecinTraitant\Cache\MedecinTraitantListingCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Ordonnance\Cache\LentillesFilterCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Ordonnance\Cache\MedicamentFilterCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Ordonnance\Cache\OrdonnanceCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Ordonnance\Cache\TraitementFilterCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Patient\Cache\PatientCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\Patient\Cache\PatientListingCacheManager" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Domain\SalleAttente\Cache\SalleAttenteCacheManager" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the "App\Domain\Sync\Source\Provider\SyncAssistanteProvider" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the "App\Domain\Sync\Source\Provider\SyncMedecinProvider" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. It is being referenced by the "App\Domain\Sync\Source\Provider\SyncSuperviseurProvider" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Stof\DoctrineExtensionsBundle\EventListener\BlameListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\DBAL\Listener\MultiDBConnectionListener" 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\Infrastructure\Doctrine\EventSubscriber\UserListener" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber" service.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Infrastructure\EventListener\Common\HandleExceptionOnAjaxRequestSubscriber" 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\Infrastructure\Security\LoginFormAuthenticator" service.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "AlterPHP\EasyAdminExtensionBundle\EventListener\PostQueryBuilderSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
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\Infrastructure\Doctrine\Entity\DoctrineUtilisateur" should implement it.
Since symfony/security-bundle 5.4: Method "Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension::addSecurityListenerFactory()" is deprecated, use "addAuthenticatorFactory()" instead.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineActeRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineGenreRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseFinRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseDebutRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinCategorieRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineExamenStatutRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieCodeRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineCourrierTemplateRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineCorrectionRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineCorrectionCategorieRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineBanqueRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineAffichageExamenRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Doctrine\DBAL\Connection::__construct()" method is considered internal The connection can be only instantiated by the driver manager. It may change without further notice. You should not extend it from "App\Infrastructure\DBAL\MultiDbConnectionWrapper".
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineLentillePeriodiciteRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController::isActionAllowed()" might add "bool" as a native return type declaration in the future. Do the same in child class "AlterPHP\EasyAdminExtensionBundle\Controller\EasyAdminController" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Command\Dev\UpdateExamenCategorieCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Asset\VersionStrategy\VersionStrategyInterface::getVersion()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Assets\Strategy\CachedNumberStrategy" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Domain\Patient\Message\ImportDossierPatientAsyncMessage" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "JsonSerializable::jsonSerialize()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Domain\Machine\Message\EngineFileReadyMessage" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Domain\Common\Constraints\Ville" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::getRequiredOptions()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Domain\Common\Constraints\Ville" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Validator\Constraint::validatedBy()" might add "string" as a native return type declaration in the future. Do the same in child class "Novaway\CoreBundle\Constraints\FrenchPhone" now to avoid errors or add an explicit @return annotation to suppress this message.
Class "Scheb\TwoFactorBundle\DependencyInjection\Factory\Security\AuthenticatorTwoFactorFactory" should implement method "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface::getPriority(): int": defines the position at which the authenticator is called.
The "Scheb\TwoFactorBundle\DependencyInjection\Factory\Security\TwoFactorFactory" class implements "Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface" that is deprecated since Symfony 5.3, use AuthenticatorFactoryInterface instead.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieCodeRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\Consultation\Template\Common\ListeEnrichissableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrinePaiementCategorieRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: Option "enabled_locales" at "framework.translator" is deprecated, set the "framework.enabled_locales" option instead.
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\LoginFormAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Infrastructure\Security\LoginFormAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
The "App\Infrastructure\Security\LoginFormAuthenticator" class implements "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\PasswordAuthenticatedInterface" class is deprecated, use the new authenticator system instead.
Method "Symfony\Component\Form\DataTransformerInterface::reverseTransform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\Transformer\IdableToIdTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\DataTransformerInterface::transform()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\Transformer\IdableToIdTransformer" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\Consultation\Template\Common\TemplateEnumType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\Common\ExplicitlySignedNumberType" now to avoid errors or add an explicit @return annotation to suppress this message.
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.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\Common\AutocompleteIdableType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\Admin\MedecinPublipostageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\Admin\CentrePublipostageType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\FilterInterface::filter()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Form\ActiveChoiceFilterType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\EventListener\Common\SetVaryHeaderOnResponseSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\EntityRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Doctrine\Repository\DoctrineVilleRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrineSecteurRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrinePosologieVoieAdministrationRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrinePosologieQteFormatRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrinePosologiePrecisionRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrinePosologiePeriodiciteRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Novaway\CoreBundle\Behaviors\Repository\SimpleRepository::find()" might add "?object" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Doctrine\Repository\DoctrinePosologieConditionnementUniteRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
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.
User Deprecated: Since symfony/cache 5.4: "Symfony\Component\Cache\DoctrineProvider" is deprecated, use "Doctrine\Common\Cache\Psr6\DoctrineProvider" instead.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
SELECT c0_.raison_sociale AS raison_sociale_0, c0_.numero AS numero_1, c0_.header AS header_2, c0_.footer AS footer_3, c0_.nombre_places_assises AS nombre_places_assises_4, c0_.has_v1_database AS has_v1_database_5, c0_.id AS id_6, c0_.libelle AS libelle_7, c0_.adresse AS adresse_8, c0_.cp AS cp_9, c0_.ville AS ville_10, c0_.sync_id AS sync_id_11, c0_.date_synchro AS date_synchro_12, c0_.deleted_at AS deleted_at_13 FROM centre c0_ WHERE (c0_.deleted_at IS NULL) ORDER BY c0_.libelle ASC
doctrine
debug
SELECT m0_.id AS id_0, m0_.path AS path_1, m0_.path_to_watch AS path_to_watch_2, m0_.path_to_copy AS path_to_copy_3, m0_.deleted_at AS deleted_at_4, m0_.libelle AS libelle_5, m0_.centre_id AS centre_id_6 FROM machine m0_ WHERE (m0_.deleted_at IS NULL) ORDER BY m0_.libelle ASC
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
920
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CentreFixtures" (parent: .abstract.instanceof.App\DataFixtures\CentreFixtures).
Resolving inheritance for "App\DataFixtures\CentreFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CentreFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExamensCategoriesFixtures" (parent: .abstract.instanceof.App\DataFixtures\ExamensCategoriesFixtures).
Resolving inheritance for "App\DataFixtures\ExamensCategoriesFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExamensCategoriesFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserFixtures).
Resolving inheritance for "App\DataFixtures\UserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserGroupFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserGroupFixtures).
Resolving inheritance for "App\DataFixtures\UserGroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserGroupFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserRoleFixtures" (parent: .abstract.instanceof.App\DataFixtures\UserRoleFixtures).
Resolving inheritance for "App\DataFixtures\UserRoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserRoleFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber" (parent: .abstract.instanceof.App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber).
Resolving inheritance for "App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber).
Resolving inheritance for ".instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\TopconCV5000Importer" (parent: .abstract.instanceof.App\Domain\Machine\Importer\TopconCV5000Importer).
Resolving inheritance for "App\Domain\Machine\Importer\TopconCV5000Importer" (parent: .instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\TopconCV5000Importer).
Resolving inheritance for ".instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\TopconTRK2PImporter" (parent: .abstract.instanceof.App\Domain\Machine\Importer\TopconTRK2PImporter).
Resolving inheritance for "App\Domain\Machine\Importer\TopconTRK2PImporter" (parent: .instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\TopconTRK2PImporter).
Resolving inheritance for ".instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\VX160Importer" (parent: .abstract.instanceof.App\Domain\Machine\Importer\VX160Importer).
Resolving inheritance for "App\Domain\Machine\Importer\VX160Importer" (parent: .instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\VX160Importer).
Resolving inheritance for ".instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\VX650Importer" (parent: .abstract.instanceof.App\Domain\Machine\Importer\VX650Importer).
Resolving inheritance for "App\Domain\Machine\Importer\VX650Importer" (parent: .instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\VX650Importer).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncAssistanteTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncAssistanteTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncAssistanteTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncAssistanteTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncCentreTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncCentreTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncCentreTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncCentreTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncConsultationTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncConsultationTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncConsultationTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncConsultationTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncCourrierTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncCourrierTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncCourrierTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncCourrierTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncImagerieTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncImagerieTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncImagerieTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncImagerieTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncLentilleTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncLentilleTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncLentilleTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncLentilleTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedecinTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncMedecinTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncMedecinTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedecinTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedecinTraitantTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncMedecinTraitantTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncMedecinTraitantTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedecinTraitantTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedicamentTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncMedicamentTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncMedicamentTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedicamentTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncOrdonnanceTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncOrdonnanceTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncOrdonnanceTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncOrdonnanceTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncPatientTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncPatientTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncPatientTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncPatientTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncSecretaireTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncSecretaireTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncSecretaireTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncSecretaireTask).
Resolving inheritance for ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncSuperviseurTask" (parent: .abstract.instanceof.App\Domain\Sync\Source\Task\SyncSuperviseurTask).
Resolving inheritance for "App\Domain\Sync\Source\Task\SyncSuperviseurTask" (parent: .instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncSuperviseurTask).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateAVStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateAVStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateAVStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateAVStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCHIRStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateCHIRStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateCHIRStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCHIRStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCSStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateCSStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateCSStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCSStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCVStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateCVStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateCVStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCVStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateDILATStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateDILATStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateDILATStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateDILATStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateIOLStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateIOLStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateIOLStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateIOLStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateLASERStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateLASERStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateLASERStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateLASERStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateOCTStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateOCTStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateOCTStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateOCTStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateRTINOStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateRTINOStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateRTINOStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateRTINOStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateTOPOStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateTOPOStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateTOPOStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateTOPOStrategy).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateVCStrategy" (parent: .abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateVCStrategy).
Resolving inheritance for "App\Domain\Template\Mapping\Strategies\TemplateVCStrategy" (parent: .instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateVCStrategy).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Dev\UpdateExamenCategorieCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Dev\UpdateExamenCategorieCommand).
Resolving inheritance for "App\Infrastructure\Command\Dev\UpdateExamenCategorieCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Dev\UpdateExamenCategorieCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Dev\UpdateUtilisateurRoleCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Dev\UpdateUtilisateurRoleCommand).
Resolving inheritance for "App\Infrastructure\Command\Dev\UpdateUtilisateurRoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Dev\UpdateUtilisateurRoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\FixAVDataCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\FixAVDataCommand).
Resolving inheritance for "App\Infrastructure\Command\FixAVDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\FixAVDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ImportFseInSyncDbCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\ImportFseInSyncDbCommand).
Resolving inheritance for "App\Infrastructure\Command\ImportFseInSyncDbCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ImportFseInSyncDbCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\MutlDatabaseMigrationMigrateCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\MutlDatabaseMigrationMigrateCommand).
Resolving inheritance for "App\Infrastructure\Command\MutlDatabaseMigrationMigrateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\MutlDatabaseMigrationMigrateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ReplaceHeadersContentCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\ReplaceHeadersContentCommand).
Resolving inheritance for "App\Infrastructure\Command\ReplaceHeadersContentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ReplaceHeadersContentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\SuppressionBrouillonsCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\SuppressionBrouillonsCommand).
Resolving inheritance for "App\Infrastructure\Command\SuppressionBrouillonsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\SuppressionBrouillonsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncAssistanteCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncAssistanteCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncAssistanteCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncAssistanteCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncCentreCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncCentreCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncCentreCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncCentreCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncConsultationCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncConsultationCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncConsultationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncConsultationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncCourrierCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncCourrierCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncCourrierCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncCourrierCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncImagerieCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncImagerieCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncImagerieCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncImagerieCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncLentilleCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncLentilleCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncLentilleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncLentilleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedecinCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncMedecinCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncMedecinCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedecinCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedecinTraitantCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncMedecinTraitantCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncMedecinTraitantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedecinTraitantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedicamentCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncMedicamentCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncMedicamentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedicamentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncOrdonnanceCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncOrdonnanceCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncOrdonnanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncOrdonnanceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncPatientCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncPatientCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncPatientCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncPatientCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncSecretaireCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncSecretaireCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncSecretaireCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncSecretaireCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncSuperviseurCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\Sync\SyncSuperviseurCommand).
Resolving inheritance for "App\Infrastructure\Command\Sync\SyncSuperviseurCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncSuperviseurCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultActesCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\UpdateDefaultActesCommand).
Resolving inheritance for "App\Infrastructure\Command\UpdateDefaultActesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultActesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultBanquesCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\UpdateDefaultBanquesCommand).
Resolving inheritance for "App\Infrastructure\Command\UpdateDefaultBanquesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultBanquesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultImagerieCategoriesCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\UpdateDefaultImagerieCategoriesCommand).
Resolving inheritance for "App\Infrastructure\Command\UpdateDefaultImagerieCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultImagerieCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultVillesCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\UpdateDefaultVillesCommand).
Resolving inheritance for "App\Infrastructure\Command\UpdateDefaultVillesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultVillesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateFseInSyncDbCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\UpdateFseInSyncDbCommand).
Resolving inheritance for "App\Infrastructure\Command\UpdateFseInSyncDbCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateFseInSyncDbCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateImportOrdonnanceWithoutCSIDCommand" (parent: .abstract.instanceof.App\Infrastructure\Command\UpdateImportOrdonnanceWithoutCSIDCommand).
Resolving inheritance for "App\Infrastructure\Command\UpdateImportOrdonnanceWithoutCSIDCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateImportOrdonnanceWithoutCSIDCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\BaseController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Admin\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\BaseController).
Resolving inheritance for "App\Infrastructure\Controller\Admin\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\EasyAdminController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Admin\EasyAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\EasyAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\EasyAdminController).
Resolving inheritance for "App\Infrastructure\Controller\Admin\EasyAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\EasyAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController).
Resolving inheritance for "App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Api\ApiOvsController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Api\ApiOvsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Api\ApiOvsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Api\ApiOvsController).
Resolving inheritance for "App\Infrastructure\Controller\Api\ApiOvsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Api\ApiOvsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Centre\DetailController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Centre\DetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Centre\DetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Centre\DetailController).
Resolving inheritance for "App\Infrastructure\Controller\Centre\DetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Centre\DetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController).
Resolving inheritance for "App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\DetailController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Consultation\DetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\DetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\DetailController).
Resolving inheritance for "App\Infrastructure\Controller\Consultation\DetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\DetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\Examen\ExamenController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Consultation\Examen\ExamenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\Examen\ExamenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\Examen\ExamenController).
Resolving inheritance for "App\Infrastructure\Controller\Consultation\Examen\ExamenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\Examen\ExamenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\ModifierConsultationController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Consultation\ModifierConsultationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\ModifierConsultationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\ModifierConsultationController).
Resolving inheritance for "App\Infrastructure\Controller\Consultation\ModifierConsultationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\ModifierConsultationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\CreationCourrierController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Courrier\CreationCourrierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\CreationCourrierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\CreationCourrierController).
Resolving inheritance for "App\Infrastructure\Controller\Courrier\CreationCourrierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\CreationCourrierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\DetailController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Courrier\DetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\DetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\DetailController).
Resolving inheritance for "App\Infrastructure\Controller\Courrier\DetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\DetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController).
Resolving inheritance for "App\Infrastructure\Controller\Courrier\EditionContenuCourrierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\EditionCourrierController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Courrier\EditionCourrierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\EditionCourrierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\EditionCourrierController).
Resolving inheritance for "App\Infrastructure\Controller\Courrier\EditionCourrierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\EditionCourrierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\ListingController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Courrier\ListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\ListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\ListingController).
Resolving inheritance for "App\Infrastructure\Controller\Courrier\ListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\ListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\SuppressionCourrierController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Courrier\SuppressionCourrierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\SuppressionCourrierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\SuppressionCourrierController).
Resolving inheritance for "App\Infrastructure\Controller\Courrier\SuppressionCourrierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\SuppressionCourrierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\DefaultController" (parent: .abstract.instanceof.App\Infrastructure\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\DefaultController).
Resolving inheritance for "App\Infrastructure\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Dev\InteController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Dev\InteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Dev\InteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Dev\InteController).
Resolving inheritance for "App\Infrastructure\Controller\Dev\InteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Dev\InteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Document\CloseModalController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Document\CloseModalController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Document\CloseModalController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Document\CloseModalController).
Resolving inheritance for "App\Infrastructure\Controller\Document\CloseModalController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Document\CloseModalController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\EnrichingList\EnrichingListController" (parent: .abstract.instanceof.App\Infrastructure\Controller\EnrichingList\EnrichingListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\EnrichingList\EnrichingListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\EnrichingList\EnrichingListController).
Resolving inheritance for "App\Infrastructure\Controller\EnrichingList\EnrichingListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\EnrichingList\EnrichingListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Imagerie\DetailController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Imagerie\DetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Imagerie\DetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Imagerie\DetailController).
Resolving inheritance for "App\Infrastructure\Controller\Imagerie\DetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Imagerie\DetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Imagerie\ListingController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Imagerie\ListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Imagerie\ListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Imagerie\ListingController).
Resolving inheritance for "App\Infrastructure\Controller\Imagerie\ListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Imagerie\ListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\DetailController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Machine\DetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\DetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\DetailController).
Resolving inheritance for "App\Infrastructure\Controller\Machine\DetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\DetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\ExportManuelController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Machine\ExportManuelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\ExportManuelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\ExportManuelController).
Resolving inheritance for "App\Infrastructure\Controller\Machine\ExportManuelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\ExportManuelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\ImportManuelController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Machine\ImportManuelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\ImportManuelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\ImportManuelController).
Resolving inheritance for "App\Infrastructure\Controller\Machine\ImportManuelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\ImportManuelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\InterconnexionController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Machine\InterconnexionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\InterconnexionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\InterconnexionController).
Resolving inheritance for "App\Infrastructure\Controller\Machine\InterconnexionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\InterconnexionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController" (parent: .abstract.instanceof.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController).
Resolving inheritance for "App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Common\TraitementController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\Common\TraitementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Common\TraitementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Common\TraitementController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\Common\TraitementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Common\TraitementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\DetailController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\DetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\DetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\DetailController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\DetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\DetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\ListingController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\ListingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\ListingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\ListingController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\ListingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\ListingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController).
Resolving inheritance for "App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\AutocompleteController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Patient\AutocompleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\AutocompleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\AutocompleteController).
Resolving inheritance for "App\Infrastructure\Controller\Patient\AutocompleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\AutocompleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\DetailController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Patient\DetailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\DetailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\DetailController).
Resolving inheritance for "App\Infrastructure\Controller\Patient\DetailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\DetailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\FusionController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Patient\FusionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\FusionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\FusionController).
Resolving inheritance for "App\Infrastructure\Controller\Patient\FusionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\FusionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\PatientController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Patient\PatientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\PatientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\PatientController).
Resolving inheritance for "App\Infrastructure\Controller\Patient\PatientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\PatientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\SyncController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Patient\SyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\SyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\SyncController).
Resolving inheritance for "App\Infrastructure\Controller\Patient\SyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\SyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\AjoutPatientController" (parent: .abstract.instanceof.App\Infrastructure\Controller\SalleAttente\AjoutPatientController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\AjoutPatientController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\AjoutPatientController).
Resolving inheritance for "App\Infrastructure\Controller\SalleAttente\AjoutPatientController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\AjoutPatientController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\CommentaireController" (parent: .abstract.instanceof.App\Infrastructure\Controller\SalleAttente\CommentaireController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\CommentaireController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\CommentaireController).
Resolving inheritance for "App\Infrastructure\Controller\SalleAttente\CommentaireController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\CommentaireController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController" (parent: .abstract.instanceof.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController).
Resolving inheritance for "App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ListePresenceController" (parent: .abstract.instanceof.App\Infrastructure\Controller\SalleAttente\ListePresenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ListePresenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ListePresenceController).
Resolving inheritance for "App\Infrastructure\Controller\SalleAttente\ListePresenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ListePresenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController" (parent: .abstract.instanceof.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController).
Resolving inheritance for "App\Infrastructure\Controller\SalleAttente\ModifierPresenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController" (parent: .abstract.instanceof.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController).
Resolving inheritance for "App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Security\SecurityController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Security\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Security\SecurityController).
Resolving inheritance for "App\Infrastructure\Controller\Security\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Statistics\StatisticsController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Statistics\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Statistics\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Statistics\StatisticsController).
Resolving inheritance for "App\Infrastructure\Controller\Statistics\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Statistics\StatisticsController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineAbstractTemplateRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineAbstractTemplateRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineAbstractTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineAbstractTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineActeRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineActeRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineActeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineActeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineAssistanteRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineAssistanteRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineAssistanteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineAssistanteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineBanqueRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineBanqueRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineBanqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineBanqueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCommentaireRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineCommentaireRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineCommentaireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCommentaireRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConversationRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineConversationRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineConversationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConversationRepository).
Resolving inheritance for ".instanceof.App\Domain\Common\Repository\Behaviors\StatutableRepository.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository" (parent: .instanceof.App\Domain\Common\Repository\Behaviors\StatutableRepository.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierTemplateRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineCourrierTemplateRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineCourrierTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineEngineFileRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineEngineFileRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineEngineFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineEngineFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineExamenRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineExamenRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineExamenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineExamenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseDebutRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseDebutRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseDebutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseDebutRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseFinRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseFinRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseFinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseFinRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineImagerieRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineImagerieRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineImagerieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineImagerieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineLentilleRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineLentilleRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineLentilleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineLentilleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedecinRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineMedecinRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineMedecinRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedecinRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedecinTraitantRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineMedecinTraitantRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineMedecinTraitantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedecinTraitantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedicamentRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineMedicamentRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineMedicamentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedicamentRepository).
Resolving inheritance for ".instanceof.App\Domain\Common\Repository\Behaviors\StatutableRepository.0.App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository" (parent: .instanceof.App\Domain\Common\Repository\Behaviors\StatutableRepository.0.App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePaiementRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrinePaiementRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrinePaiementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePaiementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePatientRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrinePatientRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrinePatientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePatientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineSecretaireRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineSecretaireRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineSecretaireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineSecretaireRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineSuperviseurRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineSuperviseurRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineSuperviseurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineSuperviseurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTraitementRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTraitementRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineTraitementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTraitementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurGroupeRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurGroupeRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurGroupeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurGroupeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRoleRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRoleRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineVilleRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineVilleRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineVilleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineVilleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineXUtilisateurMedicamentRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineXUtilisateurMedicamentRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineXUtilisateurMedicamentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineXUtilisateurMedicamentRepository).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber).
Resolving inheritance for "App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\HandleExceptionOnAjaxRequestSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventListener\Common\HandleExceptionOnAjaxRequestSubscriber).
Resolving inheritance for "App\Infrastructure\EventListener\Common\HandleExceptionOnAjaxRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\HandleExceptionOnAjaxRequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\LoggedOutAjaxSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventListener\Common\LoggedOutAjaxSubscriber).
Resolving inheritance for "App\Infrastructure\EventListener\Common\LoggedOutAjaxSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\LoggedOutAjaxSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\SetVaryHeaderOnResponseSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventListener\Common\SetVaryHeaderOnResponseSubscriber).
Resolving inheritance for "App\Infrastructure\EventListener\Common\SetVaryHeaderOnResponseSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\SetVaryHeaderOnResponseSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\LogoutListener).
Resolving inheritance for "App\Infrastructure\EventListener\LogoutListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\SalleAttenteEventListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\SalleAttenteEventListener).
Resolving inheritance for "App\Infrastructure\EventListener\SalleAttenteEventListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\SalleAttenteEventListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber).
Resolving inheritance for "App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCHIRFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCHIRFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCHIRFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCHIRFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCVFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCVFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCVFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCVFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateDILATFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateDILATFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateDILATFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateDILATFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateIOLFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateIOLFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateIOLFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateIOLFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateLASERFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateLASERFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateLASERFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateLASERFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateOCTFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateOCTFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateOCTFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateOCTFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateRTINOFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateRTINOFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateRTINOFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateRTINOFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateTOPOFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateTOPOFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateTOPOFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateTOPOFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateVCFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateVCFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateVCFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateVCFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateAVFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateAVFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateAVFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateAVFactory).
Resolving inheritance for ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateCSFactory" (parent: .abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateCSFactory).
Resolving inheritance for "App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateCSFactory" (parent: .instanceof.App\Domain\Common\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateCSFactory).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\ActiveChoiceFilterType" (parent: .abstract.instanceof.App\Infrastructure\Form\ActiveChoiceFilterType).
Resolving inheritance for "App\Infrastructure\Form\ActiveChoiceFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\ActiveChoiceFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\CentrePublipostageType" (parent: .abstract.instanceof.App\Infrastructure\Form\Admin\CentrePublipostageType).
Resolving inheritance for "App\Infrastructure\Form\Admin\CentrePublipostageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\CentrePublipostageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\CourrierPublipostageType" (parent: .abstract.instanceof.App\Infrastructure\Form\Admin\CourrierPublipostageType).
Resolving inheritance for "App\Infrastructure\Form\Admin\CourrierPublipostageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\CourrierPublipostageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\MedecinPublipostageType" (parent: .abstract.instanceof.App\Infrastructure\Form\Admin\MedecinPublipostageType).
Resolving inheritance for "App\Infrastructure\Form\Admin\MedecinPublipostageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\MedecinPublipostageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\TwoFactorWhitelistedIpsType" (parent: .abstract.instanceof.App\Infrastructure\Form\Admin\TwoFactorWhitelistedIpsType).
Resolving inheritance for "App\Infrastructure\Form\Admin\TwoFactorWhitelistedIpsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\TwoFactorWhitelistedIpsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Centre\CentresSelectType" (parent: .abstract.instanceof.App\Infrastructure\Form\Centre\CentresSelectType).
Resolving inheritance for "App\Infrastructure\Form\Centre\CentresSelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Centre\CentresSelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Commentaire\CommentaireType" (parent: .abstract.instanceof.App\Infrastructure\Form\Commentaire\CommentaireType).
Resolving inheritance for "App\Infrastructure\Form\Commentaire\CommentaireType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Commentaire\CommentaireType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AbsolutePositiveNumberType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\AbsolutePositiveNumberType).
Resolving inheritance for "App\Infrastructure\Form\Common\AbsolutePositiveNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AbsolutePositiveNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AffichageExamenType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\AffichageExamenType).
Resolving inheritance for "App\Infrastructure\Form\Common\AffichageExamenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AffichageExamenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompletableEntityType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\AutocompletableEntityType).
Resolving inheritance for "App\Infrastructure\Form\Common\AutocompletableEntityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompletableEntityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Infrastructure\Form\Common\AutocompleteIdableParentTypeExtension" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\AutocompleteIdableParentTypeExtension).
Resolving inheritance for "App\Infrastructure\Form\Common\AutocompleteIdableParentTypeExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Infrastructure\Form\Common\AutocompleteIdableParentTypeExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompleteIdableType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\AutocompleteIdableType).
Resolving inheritance for "App\Infrastructure\Form\Common\AutocompleteIdableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompleteIdableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompleteLocalisationType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\AutocompleteLocalisationType).
Resolving inheritance for "App\Infrastructure\Form\Common\AutocompleteLocalisationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompleteLocalisationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\CodePostalType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\CodePostalType).
Resolving inheritance for "App\Infrastructure\Form\Common\CodePostalType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\CodePostalType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\EditeurContenuType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\EditeurContenuType).
Resolving inheritance for "App\Infrastructure\Form\Common\EditeurContenuType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\EditeurContenuType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\EnumType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\EnumType).
Resolving inheritance for "App\Infrastructure\Form\Common\EnumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\EnumType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExamensType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\ExamensType).
Resolving inheritance for "App\Infrastructure\Form\Common\ExamensType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExamensType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExplicitlySignedNumberType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\ExplicitlySignedNumberType).
Resolving inheritance for "App\Infrastructure\Form\Common\ExplicitlySignedNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExplicitlySignedNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExplicitlySplitTextType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\ExplicitlySplitTextType).
Resolving inheritance for "App\Infrastructure\Form\Common\ExplicitlySplitTextType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExplicitlySplitTextType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\GenreType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\GenreType).
Resolving inheritance for "App\Infrastructure\Form\Common\GenreType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\GenreType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\NonNumericType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\NonNumericType).
Resolving inheritance for "App\Infrastructure\Form\Common\NonNumericType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\NonNumericType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\VilleType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\VilleType).
Resolving inheritance for "App\Infrastructure\Form\Common\VilleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\VilleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\YeuxType" (parent: .abstract.instanceof.App\Infrastructure\Form\Common\YeuxType).
Resolving inheritance for "App\Infrastructure\Form\Common\YeuxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\YeuxType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\CODType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\CODType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\CODType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\CODType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\EditionConsultationType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\EditionConsultationType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\EditionConsultationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\EditionConsultationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\ExamenDataType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\ExamenDataType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\ExamenDataType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\ExamenDataType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\FeuilleDeSoinPaiementType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\FeuilleDeSoinPaiementType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\FeuilleDeSoinPaiementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\FeuilleDeSoinPaiementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\FeuilleDeSoinType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\FeuilleDeSoinType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\FeuilleDeSoinType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\FeuilleDeSoinType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\NewConsultationType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\NewConsultationType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\NewConsultationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\NewConsultationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\RechercheConsultationType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\RechercheConsultationType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\RechercheConsultationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\RechercheConsultationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\SuppressionConsultationDuJourType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\SuppressionConsultationDuJourType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\SuppressionConsultationDuJourType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\SuppressionConsultationDuJourType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\SuppressionConsultationType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\SuppressionConsultationType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\SuppressionConsultationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\SuppressionConsultationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\AVCorrectionType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\AVCorrectionType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\AVCorrectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\AVCorrectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\AutoRefractometreType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\AutoRefractometreType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\AutoRefractometreType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\AutoRefractometreType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\GlobalAVFields" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\GlobalAVFields).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\GlobalAVFields" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\GlobalAVFields).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\KeratometrieType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\KeratometrieType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\KeratometrieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\KeratometrieType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\LentillesPorteesType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\LentillesPorteesType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\LentillesPorteesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\LentillesPorteesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\PIOAirType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\PIOAirType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\PIOAirType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\PIOAirType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\PrescriptionFinaleType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\PrescriptionFinaleType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\PrescriptionFinaleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\PrescriptionFinaleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\RaisonDeLaVisiteType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\RaisonDeLaVisiteType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\RaisonDeLaVisiteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\RaisonDeLaVisiteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\ReflexesPupillairesType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\ReflexesPupillairesType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\ReflexesPupillairesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\ReflexesPupillairesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\RefractionSubjectiveType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\RefractionSubjectiveType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\RefractionSubjectiveType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\RefractionSubjectiveType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\SansCorrectionType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\SansCorrectionType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\SansCorrectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\SansCorrectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\VisionBinoculaireType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\VisionBinoculaireType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\AV\VisionBinoculaireType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\VisionBinoculaireType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CHIR\AideOperateurType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\CHIR\AideOperateurType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\CHIR\AideOperateurType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CHIR\AideOperateurType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CHIR\CHIRType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\CHIR\CHIRType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\CHIR\CHIRType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CHIR\CHIRType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CS\LampeAFenteType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\CS\LampeAFenteType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\CS\LampeAFenteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CS\LampeAFenteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CV\ChampVisuelType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\CV\ChampVisuelType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\CV\ChampVisuelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CV\ChampVisuelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\ListeEnrichissableType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\Common\ListeEnrichissableType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\Common\ListeEnrichissableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\ListeEnrichissableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\StaticListeEnrichissableType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\Common\StaticListeEnrichissableType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\Common\StaticListeEnrichissableType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\StaticListeEnrichissableType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\TemplateEnumType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\Common\TemplateEnumType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\Common\TemplateEnumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\TemplateEnumType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\TemplateType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\Common\TemplateType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\Common\TemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\TemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\IOL\IOLType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\IOL\IOLType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\IOL\IOLType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\IOL\IOLType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\LASER\LaserType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\LASER\LaserType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\LASER\LaserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\LASER\LaserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\CommentaireType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\OCT\CommentaireType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\OCT\CommentaireType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\CommentaireType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\ConduiteATenirType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\OCT\ConduiteATenirType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\OCT\ConduiteATenirType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\ConduiteATenirType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\OCTType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\OCT\OCTType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\OCT\OCTType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\OCTType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TOPO\TOPOType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TOPO\TOPOType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TOPO\TOPOType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TOPO\TOPOType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateAVType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateAVType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateAVType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateAVType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCHIRType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateCHIRType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateCHIRType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCHIRType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCSType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateCSType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateCSType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCSType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCVType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateCVType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateCVType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCVType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateDILATType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateDILATType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateDILATType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateDILATType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateIOLType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateIOLType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateIOLType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateIOLType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateLASERType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateLASERType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateLASERType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateLASERType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateOCTType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateOCTType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateOCTType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateOCTType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateRTINOType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateRTINOType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateRTINOType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateRTINOType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateSECRType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateSECRType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateSECRType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateSECRType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateTOPOType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateTOPOType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateTOPOType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateTOPOType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateVCType" (parent: .abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateVCType).
Resolving inheritance for "App\Infrastructure\Form\Consultation\Template\TemplateVCType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateVCType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\CorrectionType" (parent: .abstract.instanceof.App\Infrastructure\Form\CorrectionType).
Resolving inheritance for "App\Infrastructure\Form\CorrectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\CorrectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Courrier\CourrierOptionType" (parent: .abstract.instanceof.App\Infrastructure\Form\Courrier\CourrierOptionType).
Resolving inheritance for "App\Infrastructure\Form\Courrier\CourrierOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Courrier\CourrierOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Courrier\PersonnalisationCourrierType" (parent: .abstract.instanceof.App\Infrastructure\Form\Courrier\PersonnalisationCourrierType).
Resolving inheritance for "App\Infrastructure\Form\Courrier\PersonnalisationCourrierType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Courrier\PersonnalisationCourrierType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Infrastructure\Form\Extension\EasyAdminValidatedExtension" (parent: .abstract.instanceof.App\Infrastructure\Form\Extension\EasyAdminValidatedExtension).
Resolving inheritance for "App\Infrastructure\Form\Extension\EasyAdminValidatedExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Infrastructure\Form\Extension\EasyAdminValidatedExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Imagerie\ImagerieExamensType" (parent: .abstract.instanceof.App\Infrastructure\Form\Imagerie\ImagerieExamensType).
Resolving inheritance for "App\Infrastructure\Form\Imagerie\ImagerieExamensType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Imagerie\ImagerieExamensType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Imagerie\ImagerieType" (parent: .abstract.instanceof.App\Infrastructure\Form\Imagerie\ImagerieType).
Resolving inheritance for "App\Infrastructure\Form\Imagerie\ImagerieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Imagerie\ImagerieType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\ExportManuelType" (parent: .abstract.instanceof.App\Infrastructure\Form\Machine\ExportManuelType).
Resolving inheritance for "App\Infrastructure\Form\Machine\ExportManuelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\ExportManuelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\ImportManuelType" (parent: .abstract.instanceof.App\Infrastructure\Form\Machine\ImportManuelType).
Resolving inheritance for "App\Infrastructure\Form\Machine\ImportManuelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\ImportManuelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\MachinesSelectType" (parent: .abstract.instanceof.App\Infrastructure\Form\Machine\MachinesSelectType).
Resolving inheritance for "App\Infrastructure\Form\Machine\MachinesSelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\MachinesSelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\MedecinTraitant\MedecinTraitantSearchType" (parent: .abstract.instanceof.App\Infrastructure\Form\MedecinTraitant\MedecinTraitantSearchType).
Resolving inheritance for "App\Infrastructure\Form\MedecinTraitant\MedecinTraitantSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\MedecinTraitant\MedecinTraitantSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\NewTreatingDoctorType" (parent: .abstract.instanceof.App\Infrastructure\Form\NewTreatingDoctorType).
Resolving inheritance for "App\Infrastructure\Form\NewTreatingDoctorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\NewTreatingDoctorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Common\GlobalOeilType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\Common\GlobalOeilType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\Common\GlobalOeilType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Common\GlobalOeilType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionAvecAdditionType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\Correction\CorrectionAvecAdditionType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\Correction\CorrectionAvecAdditionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionAvecAdditionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionSansAdditionType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\Correction\CorrectionSansAdditionType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\Correction\CorrectionSansAdditionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionSansAdditionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\Correction\CorrectionType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\Correction\CorrectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\CorrectionPorteeType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\Lentilles\CorrectionPorteeType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\Lentilles\CorrectionPorteeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\CorrectionPorteeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceKeratometrieType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceKeratometrieType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceKeratometrieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceKeratometrieType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceLentillesPorteesType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceLentillesPorteesType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceLentillesPorteesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceLentillesPorteesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\MedicamentType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\MedicamentType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\MedicamentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\MedicamentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceCategorieType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceCategorieType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\OrdonnanceCategorieType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceCategorieType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceCorrectionType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceCorrectionType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\OrdonnanceCorrectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceCorrectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceLentillesType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceLentillesType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\OrdonnanceLentillesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceLentillesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceNouvellesLentillesType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceNouvellesLentillesType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\OrdonnanceNouvellesLentillesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceNouvellesLentillesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceOptionType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceOptionType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\OrdonnanceOptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceOptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceVerresType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceVerresType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\OrdonnanceVerresType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceVerresType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheLentillesType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\RechercheLentillesType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\RechercheLentillesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheLentillesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheMedicamentType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\RechercheMedicamentType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\RechercheMedicamentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheMedicamentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheTraitementType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\RechercheTraitementType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\RechercheTraitementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheTraitementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\TraitementType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\TraitementType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\TraitementType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\TraitementType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Verres\VerreType" (parent: .abstract.instanceof.App\Infrastructure\Form\Ordonnance\Verres\VerreType).
Resolving inheritance for "App\Infrastructure\Form\Ordonnance\Verres\VerreType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Verres\VerreType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\Common\AntecedentsType" (parent: .abstract.instanceof.App\Infrastructure\Form\Patient\Common\AntecedentsType).
Resolving inheritance for "App\Infrastructure\Form\Patient\Common\AntecedentsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\Common\AntecedentsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\EditionPatientType" (parent: .abstract.instanceof.App\Infrastructure\Form\Patient\EditionPatientType).
Resolving inheritance for "App\Infrastructure\Form\Patient\EditionPatientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\EditionPatientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\PatientSearchType" (parent: .abstract.instanceof.App\Infrastructure\Form\Patient\PatientSearchType).
Resolving inheritance for "App\Infrastructure\Form\Patient\PatientSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\PatientSearchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\SelectionPatientType" (parent: .abstract.instanceof.App\Infrastructure\Form\Patient\SelectionPatientType).
Resolving inheritance for "App\Infrastructure\Form\Patient\SelectionPatientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\SelectionPatientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\SalleAttente\EditionPresenceType" (parent: .abstract.instanceof.App\Infrastructure\Form\SalleAttente\EditionPresenceType).
Resolving inheritance for "App\Infrastructure\Form\SalleAttente\EditionPresenceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\SalleAttente\EditionPresenceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\SecteurChoiceType" (parent: .abstract.instanceof.App\Infrastructure\Form\SecteurChoiceType).
Resolving inheritance for "App\Infrastructure\Form\SecteurChoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\SecteurChoiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Security\LoginType" (parent: .abstract.instanceof.App\Infrastructure\Form\Security\LoginType).
Resolving inheritance for "App\Infrastructure\Form\Security\LoginType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Security\LoginType).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCODFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateCODFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateCODFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCODFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateSECRFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateSECRFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateSECRFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateSECRFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator" (parent: .instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAssistantPrescriptionStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAssistantPrescriptionStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAssistantPrescriptionStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAssistantPrescriptionStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAutoRefractometerStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAutoRefractometerStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAutoRefractometerStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAutoRefractometerStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionKeratometryStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionKeratometryStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionKeratometryStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionKeratometryStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionLensesWornStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionLensesWornStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionLensesWornStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionLensesWornStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionMedicalPrescriptionStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionMedicalPrescriptionStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionMedicalPrescriptionStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionMedicalPrescriptionStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionPioStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionPioStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionPioStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionPioStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionSubjectiveRefractionStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionSubjectiveRefractionStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionSubjectiveRefractionStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionSubjectiveRefractionStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionUsualCorrectionStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionUsualCorrectionStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionUsualCorrectionStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionUsualCorrectionStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionWithoutCorrectionStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionWithoutCorrectionStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionWithoutCorrectionStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionWithoutCorrectionStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCHIR\TemplateCHIRSectionIvtStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateCHIR\TemplateCHIRSectionIvtStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateCHIR\TemplateCHIRSectionIvtStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCHIR\TemplateCHIRSectionIvtStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCOD\TemplateCODSectionCodStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateCOD\TemplateCODSectionCodStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateCOD\TemplateCODSectionCodStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCOD\TemplateCODSectionCodStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCS\TemplateCSSectionSlitLampStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateCS\TemplateCSSectionSlitLampStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateCS\TemplateCSSectionSlitLampStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCS\TemplateCSSectionSlitLampStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateLaser\TemplateLaserSectionLaserStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateLaser\TemplateLaserSectionLaserStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateLaser\TemplateLaserSectionLaserStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateLaser\TemplateLaserSectionLaserStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateOCT\TemplateOCTSectionOctStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateOCT\TemplateOCTSectionOctStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateOCT\TemplateOCTSectionOctStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateOCT\TemplateOCTSectionOctStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateSECR\TemplateSECRSectionCorrectionStatisticsMappingConfigurator" (parent: .abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateSECR\TemplateSECRSectionCorrectionStatisticsMappingConfigurator).
Resolving inheritance for "App\Infrastructure\Mapping\Statistics\TemplateSECR\TemplateSECRSectionCorrectionStatisticsMappingConfigurator" (parent: .instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateSECR\TemplateSECRSectionCorrectionStatisticsMappingConfigurator).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Infrastructure\Messenger\Machine\EngineFileReadyHandler" (parent: .abstract.instanceof.App\Infrastructure\Messenger\Machine\EngineFileReadyHandler).
Resolving inheritance for "App\Infrastructure\Messenger\Machine\EngineFileReadyHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Infrastructure\Messenger\Machine\EngineFileReadyHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler" (parent: .abstract.instanceof.App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler).
Resolving inheritance for "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\Admin\PublipostageExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\Admin\PublipostageExtension).
Resolving inheritance for "App\Infrastructure\Twig\Admin\PublipostageExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\Admin\PublipostageExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\AssetImagerUrlExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\AssetImagerUrlExtension).
Resolving inheritance for "App\Infrastructure\Twig\AssetImagerUrlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\AssetImagerUrlExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\CentreExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\CentreExtension).
Resolving inheritance for "App\Infrastructure\Twig\CentreExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\CentreExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\DateConsultationExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\DateConsultationExtension).
Resolving inheritance for "App\Infrastructure\Twig\DateConsultationExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\DateConsultationExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\ExplicitlySplitTextExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\ExplicitlySplitTextExtension).
Resolving inheritance for "App\Infrastructure\Twig\ExplicitlySplitTextExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\ExplicitlySplitTextExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\FileExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\FileExtension).
Resolving inheritance for "App\Infrastructure\Twig\FileExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\FileExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\MachineExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\MachineExtension).
Resolving inheritance for "App\Infrastructure\Twig\MachineExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\MachineExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\PatientHeaderExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\PatientHeaderExtension).
Resolving inheritance for "App\Infrastructure\Twig\PatientHeaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\PatientHeaderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\ReadableExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\ReadableExtension).
Resolving inheritance for "App\Infrastructure\Twig\ReadableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\ReadableExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\RequestExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\RequestExtension).
Resolving inheritance for "App\Infrastructure\Twig\RequestExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\RequestExtension).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\CentreRuntime" (parent: .abstract.instanceof.App\Infrastructure\Twig\Runtime\CentreRuntime).
Resolving inheritance for "App\Infrastructure\Twig\Runtime\CentreRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\CentreRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\MachineRuntime" (parent: .abstract.instanceof.App\Infrastructure\Twig\Runtime\MachineRuntime).
Resolving inheritance for "App\Infrastructure\Twig\Runtime\MachineRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\MachineRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\PatientHeaderRuntime" (parent: .abstract.instanceof.App\Infrastructure\Twig\Runtime\PatientHeaderRuntime).
Resolving inheritance for "App\Infrastructure\Twig\Runtime\PatientHeaderRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\PatientHeaderRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\RequestRuntime" (parent: .abstract.instanceof.App\Infrastructure\Twig\Runtime\RequestRuntime).
Resolving inheritance for "App\Infrastructure\Twig\Runtime\RequestRuntime" (parent: .instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\RequestRuntime).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\TriExtension" (parent: .abstract.instanceof.App\Infrastructure\Twig\TriExtension).
Resolving inheritance for "App\Infrastructure\Twig\TriExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\TriExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\Constraints\UniquePatientValidator" (parent: .abstract.instanceof.App\Infrastructure\Validator\Constraints\UniquePatientValidator).
Resolving inheritance for "App\Infrastructure\Validator\Constraints\UniquePatientValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\Constraints\UniquePatientValidator).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Common\BaseController" (parent: .abstract.instanceof.App\Infrastructure\Controller\Common\BaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Common\BaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Common\BaseController).
Resolving inheritance for "App\Infrastructure\Controller\Common\BaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Common\BaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.simple_cache" (parent: .abstract.instanceof.simple_cache).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.simple_cache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.simple_cache).
Resolving inheritance for "simple_cache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.simple_cache).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.app.lock_cache" (parent: .abstract.instanceof.app.lock_cache).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.app.lock_cache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.app.lock_cache).
Resolving inheritance for "app.lock_cache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.app.lock_cache).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler" (parent: .abstract.instanceof.Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler).
Resolving inheritance for "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.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 "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
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.dbal.sync_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.sync" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.sync_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.sync_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.aura_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.aura" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.aura_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.aura_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.cvl_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.logger.profiling.cvl" (parent: doctrine.dbal.logger.profiling).
Resolving inheritance for "doctrine.dbal.cvl_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.cvl_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 "doctrine.orm.aura_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.aura_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.aura_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.cvl_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.cvl_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.cvl_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.user.provider.concrete.user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.firewall_config.two_factor.main" (parent: scheb_two_factor.security.firewall_config).
Resolving inheritance for "security.authentication.success_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.failure_handler).
Resolving inheritance for "security.authentication.authentication_required_handler.two_factor.main" (parent: scheb_two_factor.security.authentication.authentication_required_handler).
Resolving inheritance for "security.authentication.kernel_exception_listener.two_factor.main" (parent: scheb_two_factor.security.kernel_exception_listener).
Resolving inheritance for "security.authentication.access_listener.two_factor.main" (parent: scheb_two_factor.security.access_listener).
Resolving inheritance for "security.authentication.form_listener.two_factor.main" (parent: scheb_two_factor.security.form_listener).
Resolving inheritance for "security.authentication.provider_preparation_listener.two_factor.main" (parent: scheb_two_factor.security.provider_preparation_listener).
Resolving inheritance for "security.authentication.token_created_listener.two_factor.main" (parent: scheb_two_factor.security.listener.token_created).
Resolving inheritance for "security.authenticator.two_factor.main" (parent: scheb_two_factor.security.authenticator).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.easyadmin" (parent: cache.system).
Resolving inheritance for "AlterPHP\EasyAdminExtensionBundle\Controller\EasyAdminController" (parent: EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for "swiftmailer.mailer.log_mailer.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
Resolving inheritance for "swiftmailer.mailer.log_mailer.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
Resolving inheritance for "swiftmailer.mailer.log_mailer.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
Resolving inheritance for "swiftmailer.transport.configurator.log_mailer" (parent: swiftmailer.transport.smtp.configurator.abstract).
Resolving inheritance for "swiftmailer.mailer.log_mailer.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
Resolving inheritance for "swiftmailer.mailer.log_mailer" (parent: swiftmailer.mailer.abstract).
Resolving inheritance for "swiftmailer.mailer.log_mailer.plugin.redirecting" (parent: swiftmailer.plugin.redirecting.abstract).
Resolving inheritance for "swiftmailer.mailer.log_mailer.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.authhandler" (parent: swiftmailer.transport.authhandler.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.buffer" (parent: swiftmailer.transport.buffer.abstract).
Resolving inheritance for "swiftmailer.transport.configurator.default" (parent: swiftmailer.transport.smtp.configurator.abstract).
Resolving inheritance for "swiftmailer.mailer.default.transport.smtp" (parent: swiftmailer.transport.smtp.abstract).
Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.medecin_signature" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "App\Infrastructure\Helper\Vich\Namer\ImagerieNamer.document_imagerie" (parent: App\Infrastructure\Helper\Vich\Namer\ImagerieNamer).
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.medecin_signature" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.medecin_signature" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.medecin_signature" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.document_imagerie" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.document_imagerie" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.document_imagerie" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Novaway\MailerBundle\Command\SendEmailCommand" (parent: .abstract.instanceof.Novaway\MailerBundle\Command\SendEmailCommand).
Resolving inheritance for "Novaway\MailerBundle\Command\SendEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Novaway\MailerBundle\Command\SendEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController" (parent: .abstract.instanceof.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController).
Resolving inheritance for "Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\DatepickerType" (parent: .abstract.instanceof.Novaway\CoreBundle\Form\DatepickerType).
Resolving inheritance for "Novaway\CoreBundle\Form\DatepickerType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\DatepickerType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\EnumType" (parent: .abstract.instanceof.Novaway\CoreBundle\Form\EnumType).
Resolving inheritance for "Novaway\CoreBundle\Form\EnumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\EnumType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\FrenchPhoneType" (parent: .abstract.instanceof.Novaway\CoreBundle\Form\FrenchPhoneType).
Resolving inheritance for "Novaway\CoreBundle\Form\FrenchPhoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\FrenchPhoneType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\RepeatedPasswordType" (parent: .abstract.instanceof.Novaway\CoreBundle\Form\RepeatedPasswordType).
Resolving inheritance for "Novaway\CoreBundle\Form\RepeatedPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\RepeatedPasswordType).
Resolving inheritance for ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter" (parent: .abstract.instanceof.Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter).
Resolving inheritance for "Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter" (parent: .instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Novaway\CoreBundle\Serializer\EnumerableNormalizer" (parent: .abstract.instanceof.Novaway\CoreBundle\Serializer\EnumerableNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Novaway\CoreBundle\Serializer\EnumerableNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Novaway\CoreBundle\Serializer\EnumerableNormalizer).
Resolving inheritance for "Novaway\CoreBundle\Serializer\EnumerableNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Novaway\CoreBundle\Serializer\EnumerableNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Novaway\CoreBundle\Serializer\IdableNormalizer" (parent: .abstract.instanceof.Novaway\CoreBundle\Serializer\IdableNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Novaway\CoreBundle\Serializer\IdableNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Novaway\CoreBundle\Serializer\IdableNormalizer).
Resolving inheritance for "Novaway\CoreBundle\Serializer\IdableNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Novaway\CoreBundle\Serializer\IdableNormalizer).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Novaway\CoreBundle\Twig\Extension\DateExtension" (parent: .abstract.instanceof.Novaway\CoreBundle\Twig\Extension\DateExtension).
Resolving inheritance for "Novaway\CoreBundle\Twig\Extension\DateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Novaway\CoreBundle\Twig\Extension\DateExtension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.assets_cache" (parent: .abstract.instanceof.assets_cache).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.assets_cache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.assets_cache).
Resolving inheritance for "assets_cache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.assets_cache).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Novaway\CoreBundle\Messenger\Subscriber\MailerResetterSubscriber" (parent: .abstract.instanceof.Novaway\CoreBundle\Messenger\Subscriber\MailerResetterSubscriber).
Resolving inheritance for "Novaway\CoreBundle\Messenger\Subscriber\MailerResetterSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Novaway\CoreBundle\Messenger\Subscriber\MailerResetterSubscriber).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Novaway\SyncBundle\Source\Controller\ApiController" (parent: .abstract.instanceof.Novaway\SyncBundle\Source\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Novaway\SyncBundle\Source\Controller\ApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Novaway\SyncBundle\Source\Controller\ApiController).
Resolving inheritance for "Novaway\SyncBundle\Source\Controller\ApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Novaway\SyncBundle\Source\Controller\ApiController).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncCompleteHandler" (parent: .abstract.instanceof.Novaway\SyncBundle\Source\Messenger\SyncCompleteHandler).
Resolving inheritance for "Novaway\SyncBundle\Source\Messenger\SyncCompleteHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncCompleteHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncEntityCompleteHandler" (parent: .abstract.instanceof.Novaway\SyncBundle\Source\Messenger\SyncEntityCompleteHandler).
Resolving inheritance for "Novaway\SyncBundle\Source\Messenger\SyncEntityCompleteHandler" (parent: .instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncEntityCompleteHandler).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ResetInterface.0.db_cache" (parent: .abstract.instanceof.db_cache).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.db_cache" (parent: .instanceof.Symfony\Contracts\Service\ResetInterface.0.db_cache).
Resolving inheritance for "db_cache" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.db_cache).
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 "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.sync_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.aura_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.cvl_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.sync" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.api" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mail" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "novaway_mailer.logger" (parent: monolog.logger_prototype).
77
Removing method "setTranslator" of service "App\Infrastructure\Controller\Api\ApiOvsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Centre\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Common\BaseController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\Common\ValeurListeEnrichissable\ValeurListeEnrichissableAutocompleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\Common\ValeurListeEnrichissable\ValeurListeEnrichissableAutocompleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "sefileSystem" of service "App\Infrastructure\Controller\Consultation\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\Consultation\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPdfDirectory" of service "App\Infrastructure\Controller\Consultation\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPdfGenerator" of service "App\Infrastructure\Controller\Consultation\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\Consultation\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Consultation\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Consultation\Examen\ExamenController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Consultation\ModifierConsultationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Courrier\CreationCourrierController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Courrier\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Courrier\EditionContenuCourrierController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Courrier\EditionCourrierController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Courrier\ListingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "App\Infrastructure\Controller\Courrier\SuppressionCourrierController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Courrier\SuppressionCourrierController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\DefaultController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Dev\InteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Document\CloseModalController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\EnrichingList\EnrichingListController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "sefileSystem" of service "App\Infrastructure\Controller\Imagerie\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPdfDirectory" of service "App\Infrastructure\Controller\Imagerie\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setPdfGenerator" of service "App\Infrastructure\Controller\Imagerie\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Imagerie\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Imagerie\ListingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Machine\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Machine\ExportManuelController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Machine\ImportManuelController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Machine\InterconnexionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\Ordonnance\Common\TraitementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\Ordonnance\Common\TraitementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\Common\TraitementController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\Ordonnance\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\Ordonnance\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\ListingController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setRouter" of service "App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Patient\AutocompleteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Patient\DetailController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Patient\FusionController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Patient\PatientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Patient\SyncController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\SalleAttente\AjoutPatientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\SalleAttente\AjoutPatientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\SalleAttente\AjoutPatientController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\SalleAttente\CommentaireController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\SalleAttente\CommentaireController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\SalleAttente\CommentaireController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\SalleAttente\ListePresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\SalleAttente\ListePresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\SalleAttente\ListePresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\SalleAttente\ModifierPresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setAuthorizationChecker" of service "App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setStorage" of service "App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Security\SecurityController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Infrastructure\Controller\Statistics\StatisticsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
468
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "App\Domain\Api\DTO\Provider\DateIntervalFilter"; reason: private alias.
Removed service "App\Domain\Common\Cache\Handler\OpenedDocumentCacheHandler"; reason: private alias.
Removed service "App\Domain\Common\DTO\Provider\MedecinTraitantSearchFilter"; reason: private alias.
Removed service "App\Domain\Common\DTO\Provider\PatientSearchFilter"; reason: private alias.
Removed service "App\Domain\Common\Exporter\DocumentExporter"; reason: private alias.
Removed service "App\Domain\Common\Factory\Consultation\ConsultationApercuDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Consultation\ConsultationFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationLeftColumn\ButtonDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationLeftColumn\ButtonsActionsDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationLeftColumn\CommentsDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationLeftColumn\ConsultationDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationLeftColumn\ConsultationLeftColumnFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationLeftColumn\DocumentDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationLeftColumn\PatientDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationRightColumn\ConsultationDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationRightColumn\ConsultationRightColumnDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailItem\ExamDetailItemDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Document\Column\Button\ButtonDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Document\Column\Button\ButtonsDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Document\Column\DocumentComparisonColumnDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Document\Column\Image\Button\ButtonsActionsDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Document\Column\Image\DocumentComparisonImageDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Document\Column\SelectField\DocumentComparisonSelectFieldChoiceDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Document\Column\SelectField\DocumentComparisonSelectFieldDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Document\DocumentComparisonDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\DocumentEditView\Button\ButtonDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\DocumentEditView\Button\ButtonsDocumentDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\DocumentEditView\Button\ButtonsGlobalDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\DocumentEditView\DocumentEditViewDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\DocumentEditView\SelectField\DocumentEditViewSelectFieldChoiceDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\DocumentEditView\SelectField\DocumentEditViewSelectFieldDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\EnrichingList\EnrichingListFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\EnrichingList\EnrichingListItemDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Exam\ExamFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Form\Anchors\AnchorsDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Form\Exams\ExamsDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Form\GlobalFields\GlobalDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Form\GlobalFormDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Form\Modal\ModalDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Header\HeaderDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Statistics\PerEye\Chart\StatisticsChartDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Statistics\PerEye\RadioButton\StatisticsRadioButtonDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Statistics\PerEye\StatisticsPerEyeDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Statistics\PerEye\Table\StatisticsTableDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Factory\Statistics\StatisticsGlobalDTOFactory"; reason: private alias.
Removed service "App\Domain\Common\Message\AsyncMessage"; reason: private alias.
Removed service "App\Domain\Common\Message\MessageBus"; reason: private alias.
Removed service "App\Domain\Common\Provider\ListingPaginator"; reason: private alias.
Removed service "App\Domain\Common\Repository\AbstractTemplateRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ActeRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\AffichageExamenRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\AssistanteRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\BanqueRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\Behaviors\CountableRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\Behaviors\OrderableChoicesRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\Behaviors\PositionnableRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\CentreRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\CommentaireRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ConsultationConclusionRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ConsultationRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ConversationRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\CorrectionCategorieRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\CorrectionRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\CourrierRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\CourrierTemplateRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\EngineFileRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ExamenCategorieCodeRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ExamenCategorieRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ExamenRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ExamenStatutRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\FeuilleDeSoinCategorieRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\FeuilleDeSoinRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\FormulePolitesseDebutRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\FormulePolitesseFinRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\FormulePolitesseRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\GenreRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ImagerieCategorieCodeRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ImagerieCategorieRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ImagerieRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\LentillePeriodiciteRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\LentilleRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\MachineRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\MedecinRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\MedecinTraitantRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\MedicamentRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\OrdonnanceRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PaiementCategorieRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PaiementRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PatientRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PosologieConditionnementUniteRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PosologiePeriodiciteRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PosologiePrecisionRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PosologieQteFormatRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PosologieVoieAdministrationRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\PresenceSDARepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\SecretaireRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\SecteurRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\SuperviseurRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateAVRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateCHIRRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateCSRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateCVRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateDILATRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateIOLRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateLASERRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateOCTRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateRTINORepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateTOPORepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TemplateVCRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\TraitementRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\UtilisateurGroupeRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\UtilisateurRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\UtilisateurRoleRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\ValeurListeEnrichissableRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\VilleRepository"; reason: private alias.
Removed service "App\Domain\Common\Repository\XUtilisateurMedicamentRepository"; reason: private alias.
Removed service "App\Domain\Consultation\Provider\ConsultationPdfProvider"; reason: private alias.
Removed service "App\Domain\Consultation\Provider\ExamenBlockProvider"; reason: private alias.
Removed service "App\Domain\Courrier\Factory\CourrierFactory"; reason: private alias.
Removed service "App\Domain\Courrier\Factory\MailEditionFactory"; reason: private alias.
Removed service "App\Domain\Courrier\Provider\CourrierPdfProvider"; reason: private alias.
Removed service "App\Domain\ImagerUrl\AssetImagerUrlInterface"; reason: private alias.
Removed service "App\Domain\ImagerUrl\MedecinImagerUrlInterface"; reason: private alias.
Removed service "App\Domain\Imagerie\Factory\ImagerieCategorieFactory"; reason: private alias.
Removed service "App\Domain\Imagerie\Factory\ImagerieFactory"; reason: private alias.
Removed service "App\Domain\Ordonnance\Factory\OrdonnanceFactory"; reason: private alias.
Removed service "App\Domain\Ordonnance\Factory\PrescriptionEditionFactory"; reason: private alias.
Removed service "App\Domain\Ordonnance\Provider\OrdonnancePdfProvider"; reason: private alias.
Removed service "App\Domain\Publipostage\ConsultationFieldsProvider"; reason: private alias.
Removed service "App\Domain\Template\Mapping\Form\Input\Behaviors\Checkable"; reason: private alias.
Removed service "App\Domain\Template\Mapping\Form\Input\Behaviors\TransformableEnumValue"; reason: private alias.
Removed service "App\Domain\Template\Mapping\Form\Input\Behaviors\TransformableValueSynthesis"; reason: private alias.
Removed service "Novaway\SyncBundle\Source\CibleAdapter\CibleAdapter"; reason: private alias.
Removed service "Novaway\CoreBundle\Messenger\Contracts\MessageBus"; reason: private alias.
Removed service "Liip\ImagineBundle\Service\FilterService"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\SignerInterface"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\Controller\ControllerConfig"; 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 "lock.default.store"; reason: private alias.
Removed service "lock.store"; reason: private alias.
Removed service "lock.factory"; reason: private alias.
Removed service "lock"; reason: private alias.
Removed service "Symfony\Component\Lock\PersistingStoreInterface"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockInterface"; 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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; 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 "Symfony\Bridge\PsrHttpMessage\HttpFoundationFactoryInterface"; reason: private alias.
Removed service "Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; 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\DBAL\Connection $syncConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $auraConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $cvlConnection"; 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.orm.aura_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.aura_result_cache"; reason: private alias.
Removed service "doctrine.orm.aura_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $auraEntityManager"; reason: private alias.
Removed service "doctrine.orm.aura_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.cvl_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.cvl_result_cache"; reason: private alias.
Removed service "doctrine.orm.cvl_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $cvlEntityManager"; reason: private alias.
Removed service "doctrine.orm.cvl_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\Http\Authentication\UserAuthenticatorInterface"; 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.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; 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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Search\QueryBuilder"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Search\Paginator"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Search\Autocomplete"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"; reason: private alias.
Removed service "fm_elfinder.configurator"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; 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 "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 "Novaway\CoreBundle\Messenger\Contracts\Envelope"; reason: private alias.
Removed service "Knp\Snappy\Pdf"; reason: private alias.
Removed service "Knp\Snappy\Image"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "scheb_two_factor.first_two_factor_handler"; reason: private alias.
Removed service "scheb_two_factor.handler_condition"; reason: private alias.
Removed service "scheb_two_factor.security.email.form_renderer"; reason: private alias.
Removed service "scheb_two_factor.security.email.auth_code_mailer"; reason: private alias.
Removed service "scheb_two_factor.persister"; reason: private alias.
Removed service "scheb_two_factor.ip_whitelist_provider"; reason: private alias.
Removed service "scheb_two_factor.token_factory"; reason: private alias.
Removed service "Novaway\CoreBundle\Mapping\RepositoryMapping"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $syncLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $apiLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".service_locator.80edgLI"; reason: private alias.
Removed service ".service_locator.h8Jkkd2"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.gyI1Grb"; reason: private alias.
Removed service ".service_locator.X7_C_Rs"; reason: private alias.
Removed service ".service_locator.QjHuwey"; reason: private alias.
Removed service ".service_locator.87DY0BS"; reason: private alias.
Removed service ".service_locator.nQ93aI9"; reason: private alias.
Removed service ".service_locator.uTN4dhv"; reason: private alias.
Removed service ".service_locator.T4cuLCm"; reason: private alias.
Removed service ".service_locator.cBVGpJc"; reason: private alias.
Removed service ".service_locator.jQF._ID"; reason: private alias.
Removed service ".service_locator.oFi.9Ww"; reason: private alias.
Removed service ".service_locator.oe7qZpr"; reason: private alias.
Removed service ".service_locator.StoMKZ."; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.NK3Om_7"; reason: private alias.
Removed service ".service_locator.XB_qBcs"; reason: private alias.
Removed service ".service_locator.bjzPeCW"; reason: private alias.
Removed service ".service_locator.2dH3lRL"; reason: private alias.
Removed service ".service_locator.r3KnHtU"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service ".service_locator.NvGNuya"; 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 "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "security.authentication.trust_resolver"; 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 "sensio_framework_extra.psr7.argument_value_resolver.server_request"; 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 "http_client"; reason: private alias.
Removed service ".service_locator._5g_Wvc"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator.IWJ1cdI"; reason: private alias.
Removed service ".service_locator.x2Wrf61"; reason: private alias.
Removed service ".service_locator.MgLlasW"; reason: private alias.
Removed service ".service_locator.Wz7Olob"; reason: private alias.
Removed service ".service_locator.aiH9j68"; reason: private alias.
Removed service ".service_locator.jbUV1Xp"; reason: private alias.
Removed service ".service_locator.17bcxC."; reason: private alias.
Removed service ".service_locator.LEy8jaL"; reason: private alias.
Removed service ".service_locator.vl98doj"; reason: private alias.
Removed service ".service_locator.0Yb.o0n"; reason: private alias.
Removed service ".service_locator.9TWiFaA"; reason: private alias.
Removed service ".service_locator.xCkTDq5"; reason: private alias.
Removed service ".service_locator.xdjzOqo"; reason: private alias.
Removed service ".service_locator.hpLM7yT"; reason: private alias.
Removed service ".service_locator..iuYyYC"; reason: private alias.
Removed service ".service_locator.tnHCh5a"; reason: private alias.
Removed service ".service_locator.Ldf6jIP"; reason: private alias.
Removed service ".service_locator.X0zheqC"; reason: private alias.
Removed service ".service_locator.bC.z7bo"; reason: private alias.
Removed service ".service_locator.gae3hV2"; reason: private alias.
Removed service ".service_locator.ovvaQKj"; reason: private alias.
Removed service ".service_locator.o6aolmB"; reason: private alias.
Removed service ".service_locator.85r_IIj"; reason: private alias.
Removed service ".service_locator.JmwFTnJ"; reason: private alias.
Removed service ".service_locator.5h3SncP"; reason: private alias.
Removed service ".service_locator.GgQp22p"; reason: private alias.
Removed service ".service_locator.TFBTEmE"; reason: private alias.
Removed service ".service_locator..gdI3GH"; reason: private alias.
Removed service ".service_locator.4UuKQVS"; reason: private alias.
Removed service ".service_locator.kXCVHeG"; reason: private alias.
Removed service ".service_locator.MsiqZu0"; reason: private alias.
Removed service ".service_locator.ojSW3dE"; reason: private alias.
Removed service ".service_locator.nEPlP72"; reason: private alias.
Removed service ".service_locator.fzmbJd_"; reason: private alias.
Removed service ".service_locator.C4X8wf0"; reason: private alias.
Removed service ".service_locator.YJgM6Om"; reason: private alias.
Removed service ".service_locator.Wd_D6Iy"; reason: private alias.
Removed service ".service_locator.qwg2rbe"; reason: private alias.
Removed service ".service_locator.L0rFhJm"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
334
Changed reference of service "App\DataFixtures\UserFixtures" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Domain\Api\DTO\Factory\ApiDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Centre\Cache\CentreCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Common\Lock\EditionConsultationLockHandler" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Common\Lock\EditionConsultationLockHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Common\Mapping\RepositoryMapping" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Domain\Consultation\DTO\Historique\Factory\ConsultationHistoriqueDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Consultation\DTO\Listing\Factory\FacturationDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Courrier\Cache\CourrierCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Imagerie\Cache\ImagerieASupprimerCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Imagerie\DTO\Factory\ImagerieApercuDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Imagerie\DTO\Factory\ImagerieDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Machine\Cache\MachineCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Machine\Importer\MachineImporterHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Machine\Importer\TopconCV5000Importer" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Machine\Importer\TopconTRK2PImporter" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Machine\Importer\VX160Importer" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Machine\Importer\VX650Importer" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\MedecinTraitant\Cache\MedecinTraitantListingCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Ordonnance\Cache\LentillesFilterCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Ordonnance\Cache\MedicamentFilterCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Ordonnance\Cache\OrdonnanceCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Ordonnance\Cache\TraitementFilterCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Ordonnance\DTO\Factory\LentillesDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Ordonnance\DTO\Factory\MedicamentDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Ordonnance\DTO\Factory\MedicamentDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Ordonnance\DTO\Factory\TraitementDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Patient\Cache\PatientCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Patient\Cache\PatientListingCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\Patient\DTO\Factory\PatientFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Patient\DTO\Factory\PatientFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Patient\DTO\Factory\PatientFusionDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\SalleAttente\Cache\SalleAttenteCacheManager" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Domain\SalleAttente\DTO\Factory\SalleAttenteDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Domain\Template\Mapping\Form\FormMappingPopulator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Domain\Template\Mapping\Form\FormMappingPopulator" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Accessor\StatisticsAccessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Api\ApiOvsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Centre\DetailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Consultation\DetailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Consultation\Examen\ExamenController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Consultation\ModifierConsultationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Courrier\CreationCourrierController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Courrier\DetailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Courrier\EditionContenuCourrierController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Courrier\EditionCourrierController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Courrier\ListingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Courrier\SuppressionCourrierController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Courrier\SuppressionCourrierController" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Controller\DefaultController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Dev\InteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Document\CloseModalController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\EnrichingList\EnrichingListController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Imagerie\DetailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Imagerie\ListingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Machine\DetailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Machine\ExportManuelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Machine\ImportManuelController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Machine\InterconnexionController" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Controller\Machine\InterconnexionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\Common\TraitementController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\DetailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\ListingController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Controller\Patient\AutocompleteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Patient\DetailController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Patient\FusionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Patient\PatientController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Patient\SyncController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Infrastructure\Controller\Patient\SyncController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\SalleAttente\AjoutPatientController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Infrastructure\Controller\SalleAttente\AjoutPatientController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Infrastructure\Controller\SalleAttente\AjoutPatientController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\SalleAttente\CommentaireController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\SalleAttente\ListePresenceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\SalleAttente\ModifierPresenceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Security\SecurityController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Controller\Statistics\StatisticsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Doctrine\EventSubscriber\UserListener" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Infrastructure\Doctrine\Provider\DoctrineConsultationFieldsProvider" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Infrastructure\EventListener\Common\HandleExceptionOnAjaxRequestSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Infrastructure\EventListener\Common\LoggedOutAjaxSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\Consultation\ConsultationApercuDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationLeftColumn\ButtonDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationLeftColumn\ButtonDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\ConsultationLeftColumn\CommentsDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\ConsultationLeftColumn\DocumentDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationLeftColumn\PatientDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ConsultationDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ConsultationDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCHIRFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCVFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateDILATFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateIOLFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateLASERFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateOCTFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateRTINOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateTOPOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateVCFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateAVFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateCSFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Document\Column\Button\ButtonDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Document\Column\Image\DocumentComparisonImageDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\Document\Column\SelectField\DocumentComparisonSelectFieldDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Document\Column\SelectField\DocumentComparisonSelectFieldDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\DocumentEditView\Button\ButtonsDocumentDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\DocumentEditView\Button\ButtonsDocumentDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\DocumentEditView\Button\ButtonsGlobalDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\DocumentEditView\DocumentEditViewDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\DocumentEditView\SelectField\DocumentEditViewSelectFieldDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\DocumentEditView\SelectField\DocumentEditViewSelectFieldDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\Form\Anchors\AnchorsDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Form\GlobalFields\GlobalDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\Form\Header\HeaderDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Form\Modal\ModalDTOFactory" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Factory\Ordonnance\OrdonnanceFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Ordonnance\PrescriptionEditionFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Statistics\PerEye\Chart\StatisticsChartDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Statistics\PerEye\RadioButton\StatisticsRadioButtonDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Factory\Statistics\PerEye\Table\StatisticsTableDTOFactory" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Form\Admin\TwoFactorWhitelistedIpsType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Form\Common\AutocompleteIdableType" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Form\Consultation\FeuilleDeSoinType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Form\Consultation\Template\Common\StaticListeEnrichissableType" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Form\Extension\EasyAdminValidatedExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Form\Imagerie\ImagerieExamensType" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Infrastructure\Form\Imagerie\ImagerieExamensType" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Form\Imagerie\ImagerieType" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAssistantPrescriptionStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAutoRefractometerStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionKeratometryStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionLensesWornStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionMedicalPrescriptionStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionPioStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionSubjectiveRefractionStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionUsualCorrectionStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionWithoutCorrectionStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateCHIR\TemplateCHIRSectionIvtStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateCOD\TemplateCODSectionCodStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateCS\TemplateCSSectionSlitLampStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateLaser\TemplateLaserSectionLaserStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateOCT\TemplateOCTSectionOctStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Mapping\Statistics\TemplateSECR\TemplateSECRSectionCorrectionStatisticsMappingConfigurator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Messenger\MessengerMessageBus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Infrastructure\Resolver\Imagery\ImageryPreviewUrlResolver" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Security\LoginFormAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Infrastructure\Security\LoginFormAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Twig\DateConsultationExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Infrastructure\Twig\Runtime\CentreRuntime" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Twig\Runtime\MachineRuntime" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Twig\Runtime\PatientHeaderRuntime" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Twig\Runtime\RequestRuntime" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Twig\TriExtension" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Updater\ConsultationFieldUpdater" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Controller\Common\BaseController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "two_factor_mailer_service" 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 "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 "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.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 "serializer.denormalizer.unwrapping" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "serializer.normalizer.object" previously pointing to "property_accessor" to "easyadmin.property_accessor".
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.choice_list_factory.property_access" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "form.type.form" previously pointing to "property_accessor" to "easyadmin.property_accessor".
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 "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 "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.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
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.authentication.kernel_exception_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.form_listener.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.two_factor.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "monolog.handler.swift_critical" previously pointing to "swiftmailer.mailer.log_mailer.transport.smtp" to "swiftmailer.mailer.log_mailer.transport".
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 "easyadmin.config.manager" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "easyadmin.autocomplete" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "easyadmin.router" previously pointing to "router.default" to "router".
Changed reference of service "easyadmin.router" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "easyadmin.twig.extension" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "easyadmin.twig.extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "AlterPHP\EasyAdminExtensionBundle\Form\Type\Extension\EasyAdminAutocompleteTypeExtension" previously pointing to "router.default" to "router".
Changed reference of service "AlterPHP\EasyAdminExtensionBundle\Form\Type\Extension\EasyAdminAutocompleteTypeExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_ck_editor.builder.json_builder" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
Changed reference of service "swiftmailer.mailer.log_mailer" previously pointing to "swiftmailer.mailer.log_mailer.transport.smtp" to "swiftmailer.mailer.log_mailer.transport".
Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.smtp" to "swiftmailer.mailer.default.transport".
Changed reference of service "Vich\UploaderBundle\Naming\PropertyDirectoryNamer" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "vich_uploader.form.type.file" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "vich_uploader.form.type.image" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service "Novaway\MailerBundle\MailSender" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.form_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.kernel_exception_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.email.provider" previously pointing to "scheb_two_factor.security.email.default_code_generator" to "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface".
Changed reference of service ".service_locator.mzjt3rI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.ErQw7D6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5usv1bv" 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.scheb_two_factor.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.lAzlRyE" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service ".service_locator.lAzlRyE" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.lAzlRyE" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.lAzlRyE" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.lAzlRyE" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.VFC6O6e" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.VFC6O6e" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.VFC6O6e" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xxQ49l7" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.xxQ49l7" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.xxQ49l7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.2Fo7Ij1" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service ".service_locator.2Fo7Ij1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.2Fo7Ij1" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.2Fo7Ij1" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.2Fo7Ij1" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Qz9zaAX" previously pointing to "property_accessor" to "easyadmin.property_accessor".
Changed reference of service ".service_locator.Qz9zaAX" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Qz9zaAX" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.Qz9zaAX" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.Qz9zaAX" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.DBGkrY4" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.DBGkrY4" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".service_locator.DBGkrY4" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.jlyTfzM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.GVyCdgr" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface" previously pointing to "scheb_two_factor.persister.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
877
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 "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.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.logger.profiling"; reason: abstract.
Removed service "doctrine.dbal.logger.backtrace"; 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 "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 "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.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; 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 "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; 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 "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.provider.decorator"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.provider"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.listener"; reason: abstract.
Removed service "scheb_two_factor.security.rememberme_services_decorator"; reason: abstract.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: abstract.
Removed service "scheb_two_factor.security.form_listener"; reason: abstract.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: abstract.
Removed service "scheb_two_factor.security.access_listener"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: abstract.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: abstract.
Removed service "scheb_two_factor.security.firewall_config"; reason: abstract.
Removed service "scheb_two_factor.security.authenticator"; reason: abstract.
Removed service "scheb_two_factor.security.listener.token_created"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CentreFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CentreFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ExamensCategoriesFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ExamensCategoriesFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserGroupFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserGroupFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\UserRoleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\UserRoleFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Common\EventSubscribers\UnlockConsultationOnNewRequestSubscriber"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\TopconCV5000Importer"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Machine\Importer\TopconCV5000Importer"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\TopconTRK2PImporter"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Machine\Importer\TopconTRK2PImporter"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\VX160Importer"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Machine\Importer\VX160Importer"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Importer\MachineImporter.0.App\Domain\Machine\Importer\VX650Importer"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Machine\Importer\VX650Importer"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncAssistanteTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncAssistanteTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncCentreTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncCentreTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncConsultationTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncConsultationTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncCourrierTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncCourrierTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncImagerieTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncImagerieTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncLentilleTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncLentilleTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedecinTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncMedecinTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedecinTraitantTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncMedecinTraitantTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncMedicamentTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncMedicamentTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncOrdonnanceTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncOrdonnanceTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncPatientTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncPatientTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncSecretaireTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncSecretaireTask"; reason: abstract.
Removed service ".instanceof.Novaway\SyncBundle\Source\Task\AbstractSyncTask.0.App\Domain\Sync\Source\Task\SyncSuperviseurTask"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Sync\Source\Task\SyncSuperviseurTask"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateAVStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateAVStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCHIRStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateCHIRStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCSStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateCSStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateCVStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateCVStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateDILATStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateDILATStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateIOLStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateIOLStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateLASERStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateLASERStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateOCTStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateOCTStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateRTINOStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateRTINOStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateTOPOStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateTOPOStrategy"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Strategies\TemplateStrategy.0.App\Domain\Template\Mapping\Strategies\TemplateVCStrategy"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Template\Mapping\Strategies\TemplateVCStrategy"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Dev\UpdateExamenCategorieCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Dev\UpdateExamenCategorieCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Dev\UpdateUtilisateurRoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Dev\UpdateUtilisateurRoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\FixAVDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\FixAVDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ImportFseInSyncDbCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\ImportFseInSyncDbCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\MutlDatabaseMigrationMigrateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\MutlDatabaseMigrationMigrateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\ReplaceHeadersContentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\ReplaceHeadersContentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\SuppressionBrouillonsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\SuppressionBrouillonsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncAssistanteCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncAssistanteCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncCentreCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncCentreCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncConsultationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncConsultationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncCourrierCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncCourrierCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncImagerieCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncImagerieCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncLentilleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncLentilleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedecinCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncMedecinCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedecinTraitantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncMedecinTraitantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncMedicamentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncMedicamentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncOrdonnanceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncOrdonnanceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncPatientCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncPatientCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncSecretaireCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncSecretaireCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\Sync\SyncSuperviseurCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\Sync\SyncSuperviseurCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultActesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\UpdateDefaultActesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultBanquesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\UpdateDefaultBanquesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultImagerieCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\UpdateDefaultImagerieCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateDefaultVillesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\UpdateDefaultVillesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateFseInSyncDbCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\UpdateFseInSyncDbCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Infrastructure\Command\UpdateImportOrdonnanceWithoutCSIDCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Command\UpdateImportOrdonnanceWithoutCSIDCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Admin\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\EasyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\EasyAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Admin\EasyAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Api\ApiOvsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Api\ApiOvsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Api\ApiOvsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Centre\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Centre\DetailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Centre\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\DetailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Consultation\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\Examen\ExamenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\Examen\ExamenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Consultation\Examen\ExamenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Consultation\ModifierConsultationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Consultation\ModifierConsultationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Consultation\ModifierConsultationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\CreationCourrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\CreationCourrierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Courrier\CreationCourrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\DetailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Courrier\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\EditionCourrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\EditionCourrierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Courrier\EditionCourrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\ListingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Courrier\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Courrier\SuppressionCourrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Courrier\SuppressionCourrierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Courrier\SuppressionCourrierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Dev\InteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Dev\InteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Dev\InteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Document\CloseModalController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Document\CloseModalController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Document\CloseModalController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\EnrichingList\EnrichingListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\EnrichingList\EnrichingListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\EnrichingList\EnrichingListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Imagerie\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Imagerie\DetailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Imagerie\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Imagerie\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Imagerie\ListingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Imagerie\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\DetailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Machine\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\ExportManuelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\ExportManuelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Machine\ExportManuelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\ImportManuelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\ImportManuelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Machine\ImportManuelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Machine\InterconnexionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Machine\InterconnexionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Machine\InterconnexionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Common\TraitementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Common\TraitementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\Common\TraitementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\DetailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\ListingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\ListingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\AutocompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\AutocompleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Patient\AutocompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\DetailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Patient\DetailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\FusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\FusionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Patient\FusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\PatientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\PatientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Patient\PatientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Patient\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Patient\SyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Patient\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\AjoutPatientController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\AjoutPatientController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\SalleAttente\AjoutPatientController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\CommentaireController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\CommentaireController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\SalleAttente\CommentaireController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ListePresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ListePresenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\SalleAttente\ListePresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Security\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Statistics\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Statistics\StatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Statistics\StatisticsController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineAbstractTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineAbstractTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineActeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineActeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineAssistanteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineAssistanteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineBanqueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineBanqueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineCentreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCommentaireRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineCommentaireRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineConsultationConclusionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineConsultationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineConversationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineConversationRepository"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Repository\Behaviors\StatutableRepository.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineCourrierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineCourrierTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineCourrierTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineEngineFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineEngineFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineExamenCategorieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineExamenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineExamenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineFeuilleDeSoinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseDebutRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseDebutRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseFinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseFinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineFormulePolitesseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineImagerieCategorieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineImagerieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineImagerieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineLentilleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineLentilleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineMachineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedecinRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineMedecinRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedecinTraitantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineMedecinTraitantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineMedicamentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineMedicamentRepository"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Repository\Behaviors\StatutableRepository.0.App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineOrdonnanceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePaiementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrinePaiementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePatientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrinePatientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrinePresenceSDARepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineSecretaireRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineSecretaireRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineSuperviseurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineSuperviseurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateAVRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCHIRRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCSRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateCVRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateDILATRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateIOLRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateLASERRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateOCTRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateRTINORepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateTOPORepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTemplateVCRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineTraitementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineTraitementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurGroupeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurGroupeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineUtilisateurRoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineValeurListeEnrichissableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineVilleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineVilleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineXUtilisateurMedicamentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineXUtilisateurMedicamentRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\Common\DisplayFlashMessageOnAjaxRequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\HandleExceptionOnAjaxRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\Common\HandleExceptionOnAjaxRequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\LoggedOutAjaxSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\Common\LoggedOutAjaxSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\Common\SetVaryHeaderOnResponseSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\Common\SetVaryHeaderOnResponseSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\LogoutListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\SalleAttenteEventListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\SalleAttenteEventListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventSubscriber\PreControllerErrorHandlerSubscriber"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCHIRFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCHIRFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCVFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateCVFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateDILATFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateDILATFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateIOLFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateIOLFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateLASERFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateLASERFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateOCTFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateOCTFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateRTINOFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateRTINOFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateTOPOFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateTOPOFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateVCFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\ExamDetail\ExamDetailDTOTemplateVCFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateAVFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateAVFactory"; reason: abstract.
Removed service ".instanceof.App\Domain\Common\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateFactory.0.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateCSFactory"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Factory\ConsultationRightColumn\GlobalData\GlobalDataDTOTemplateCSFactory"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\ActiveChoiceFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\ActiveChoiceFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\CentrePublipostageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Admin\CentrePublipostageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\CourrierPublipostageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Admin\CourrierPublipostageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\MedecinPublipostageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Admin\MedecinPublipostageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Admin\TwoFactorWhitelistedIpsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Admin\TwoFactorWhitelistedIpsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Centre\CentresSelectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Centre\CentresSelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Commentaire\CommentaireType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Commentaire\CommentaireType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AbsolutePositiveNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\AbsolutePositiveNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AffichageExamenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\AffichageExamenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompletableEntityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\AutocompletableEntityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Infrastructure\Form\Common\AutocompleteIdableParentTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\AutocompleteIdableParentTypeExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompleteIdableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\AutocompleteIdableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\AutocompleteLocalisationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\AutocompleteLocalisationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\CodePostalType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\CodePostalType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\EditeurContenuType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\EditeurContenuType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\EnumType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\EnumType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExamensType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\ExamensType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExplicitlySignedNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\ExplicitlySignedNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\ExplicitlySplitTextType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\ExplicitlySplitTextType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\GenreType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\GenreType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\NonNumericType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\NonNumericType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\VilleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\VilleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Common\YeuxType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Common\YeuxType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\CODType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\CODType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\EditionConsultationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\EditionConsultationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\ExamenDataType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\ExamenDataType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\FeuilleDeSoinPaiementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\FeuilleDeSoinPaiementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\FeuilleDeSoinType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\FeuilleDeSoinType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\NewConsultationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\NewConsultationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\RechercheConsultationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\RechercheConsultationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\SuppressionConsultationDuJourType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\SuppressionConsultationDuJourType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\SuppressionConsultationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\SuppressionConsultationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\AVCorrectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\AVCorrectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\AutoRefractometreType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\AutoRefractometreType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\GlobalAVFields"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\GlobalAVFields"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\KeratometrieType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\KeratometrieType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\LentillesPorteesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\LentillesPorteesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\PIOAirType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\PIOAirType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\PrescriptionFinaleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\PrescriptionFinaleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\RaisonDeLaVisiteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\RaisonDeLaVisiteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\ReflexesPupillairesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\ReflexesPupillairesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\RefractionSubjectiveType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\RefractionSubjectiveType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\SansCorrectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\SansCorrectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\AV\VisionBinoculaireType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\AV\VisionBinoculaireType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CHIR\AideOperateurType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\CHIR\AideOperateurType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CHIR\CHIRType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\CHIR\CHIRType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CS\LampeAFenteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\CS\LampeAFenteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\CV\ChampVisuelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\CV\ChampVisuelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\ListeEnrichissableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\Common\ListeEnrichissableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\StaticListeEnrichissableType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\Common\StaticListeEnrichissableType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\TemplateEnumType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\Common\TemplateEnumType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\Common\TemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\Common\TemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\IOL\IOLType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\IOL\IOLType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\LASER\LaserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\LASER\LaserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\CommentaireType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\OCT\CommentaireType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\ConduiteATenirType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\OCT\ConduiteATenirType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\OCT\OCTType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\OCT\OCTType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TOPO\TOPOType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TOPO\TOPOType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateAVType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateAVType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCHIRType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateCHIRType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCSType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateCSType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateCVType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateCVType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateDILATType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateDILATType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateIOLType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateIOLType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateLASERType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateLASERType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateOCTType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateOCTType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateRTINOType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateRTINOType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateSECRType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateSECRType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateTOPOType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateTOPOType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Consultation\Template\TemplateVCType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Consultation\Template\TemplateVCType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\CorrectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\CorrectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Courrier\CourrierOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Courrier\CourrierOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Courrier\PersonnalisationCourrierType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Courrier\PersonnalisationCourrierType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Infrastructure\Form\Extension\EasyAdminValidatedExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Extension\EasyAdminValidatedExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Imagerie\ImagerieExamensType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Imagerie\ImagerieExamensType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Imagerie\ImagerieType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Imagerie\ImagerieType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\ExportManuelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Machine\ExportManuelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\ImportManuelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Machine\ImportManuelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Machine\MachinesSelectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Machine\MachinesSelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\MedecinTraitant\MedecinTraitantSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\MedecinTraitant\MedecinTraitantSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\NewTreatingDoctorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\NewTreatingDoctorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Common\GlobalOeilType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\Common\GlobalOeilType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionAvecAdditionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\Correction\CorrectionAvecAdditionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionSansAdditionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\Correction\CorrectionSansAdditionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Correction\CorrectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\Correction\CorrectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\CorrectionPorteeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\Lentilles\CorrectionPorteeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceKeratometrieType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceKeratometrieType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceLentillesPorteesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\Lentilles\OrdonnanceLentillesPorteesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\MedicamentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\MedicamentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceCategorieType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceCategorieType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceCorrectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceCorrectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceLentillesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceLentillesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceNouvellesLentillesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceNouvellesLentillesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceOptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceOptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\OrdonnanceVerresType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\OrdonnanceVerresType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheLentillesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\RechercheLentillesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheMedicamentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\RechercheMedicamentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\RechercheTraitementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\RechercheTraitementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\TraitementType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\TraitementType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Ordonnance\Verres\VerreType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Ordonnance\Verres\VerreType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\Common\AntecedentsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Patient\Common\AntecedentsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\EditionPatientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Patient\EditionPatientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\PatientSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Patient\PatientSearchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Patient\SelectionPatientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Patient\SelectionPatientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\SalleAttente\EditionPresenceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\SalleAttente\EditionPresenceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\SecteurChoiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\SecteurChoiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Infrastructure\Form\Security\LoginType"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Form\Security\LoginType"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateAVFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateCHIRFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCODFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateCODFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateCSFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateCVFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateDILATFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateIOLFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateLASERFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateOCTFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateRTINOFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateSECRFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateSECRFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateTOPOFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Template\Mapping\Form\FormMappingConfigurator.0.App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Form\TemplateVCFormMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAssistantPrescriptionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAssistantPrescriptionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAutoRefractometerStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionAutoRefractometerStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionKeratometryStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionKeratometryStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionLensesWornStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionLensesWornStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionMedicalPrescriptionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionMedicalPrescriptionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionPioStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionPioStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionSubjectiveRefractionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionSubjectiveRefractionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionUsualCorrectionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionUsualCorrectionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionWithoutCorrectionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateAV\TemplateAVSectionWithoutCorrectionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCHIR\TemplateCHIRSectionIvtStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateCHIR\TemplateCHIRSectionIvtStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCOD\TemplateCODSectionCodStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateCOD\TemplateCODSectionCodStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateCS\TemplateCSSectionSlitLampStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateCS\TemplateCSSectionSlitLampStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateLaser\TemplateLaserSectionLaserStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateLaser\TemplateLaserSectionLaserStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateOCT\TemplateOCTSectionOctStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateOCT\TemplateOCTSectionOctStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.App\Domain\Statistics\Mapping\StatisticsMappingConfigurator.0.App\Infrastructure\Mapping\Statistics\TemplateSECR\TemplateSECRSectionCorrectionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Mapping\Statistics\TemplateSECR\TemplateSECRSectionCorrectionStatisticsMappingConfigurator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Infrastructure\Messenger\Machine\EngineFileReadyHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Messenger\Machine\EngineFileReadyHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\Admin\PublipostageExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\Admin\PublipostageExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\AssetImagerUrlExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\AssetImagerUrlExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\CentreExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\CentreExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\DateConsultationExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\DateConsultationExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\ExplicitlySplitTextExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\ExplicitlySplitTextExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\FileExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\FileExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\MachineExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\MachineExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\PatientHeaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\PatientHeaderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\ReadableExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\ReadableExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\RequestExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\RequestExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\CentreRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\Runtime\CentreRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\MachineRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\Runtime\MachineRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\PatientHeaderRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\Runtime\PatientHeaderRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\RuntimeExtensionInterface.0.App\Infrastructure\Twig\Runtime\RequestRuntime"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\Runtime\RequestRuntime"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Infrastructure\Twig\TriExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\TriExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\Constraints\UniquePatientValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Validator\Constraints\UniquePatientValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Infrastructure\Controller\Common\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Infrastructure\Controller\Common\BaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Controller\Common\BaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.simple_cache"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.simple_cache"; reason: abstract.
Removed service ".abstract.instanceof.simple_cache"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.app.lock_cache"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.app.lock_cache"; reason: abstract.
Removed service ".abstract.instanceof.app.lock_cache"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Novaway\MailerBundle\Command\SendEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\MailerBundle\Command\SendEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\DatepickerType"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\Form\DatepickerType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\EnumType"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\Form\EnumType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\FrenchPhoneType"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\Form\FrenchPhoneType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Novaway\CoreBundle\Form\RepeatedPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\Form\RepeatedPasswordType"; reason: abstract.
Removed service ".instanceof.Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface.0.Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Novaway\CoreBundle\Serializer\EnumerableNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Novaway\CoreBundle\Serializer\EnumerableNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\Serializer\EnumerableNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Novaway\CoreBundle\Serializer\IdableNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.Novaway\CoreBundle\Serializer\IdableNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\Serializer\IdableNormalizer"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Novaway\CoreBundle\Twig\Extension\DateExtension"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\Twig\Extension\DateExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.assets_cache"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.assets_cache"; reason: abstract.
Removed service ".abstract.instanceof.assets_cache"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Novaway\CoreBundle\Messenger\Subscriber\MailerResetterSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\CoreBundle\Messenger\Subscriber\MailerResetterSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Novaway\SyncBundle\Source\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Novaway\SyncBundle\Source\Controller\ApiController"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\SyncBundle\Source\Controller\ApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncCompleteHandler"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\SyncBundle\Source\Messenger\SyncCompleteHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Messenger\Handler\MessageHandlerInterface.0.Novaway\SyncBundle\Source\Messenger\SyncEntityCompleteHandler"; reason: abstract.
Removed service ".abstract.instanceof.Novaway\SyncBundle\Source\Messenger\SyncEntityCompleteHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ResetInterface.0.db_cache"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.db_cache"; reason: abstract.
Removed service ".abstract.instanceof.db_cache"; reason: abstract.
334
Removed service "App\CacheKernel"; reason: unused.
Removed service "App\Domain\Common\Cache\DTO\OpenedDocumentCacheDTO"; reason: unused.
Removed service "App\Domain\Common\Constraints\FrenchMobilePhone"; reason: unused.
Removed service "App\Domain\Common\Constraints\Ville"; reason: unused.
Removed service "App\Domain\Common\DTO\Components\ExamenApercuDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Components\ExamenUrgenceDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Components\NombrePatientsSalleAttenteDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationLeftColumn\ButtonDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationLeftColumn\ButtonsActionsDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationLeftColumn\CommentsDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationLeftColumn\ConsultationDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationLeftColumn\ConsultationLeftColumnDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationLeftColumn\DocumentDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationLeftColumn\InfoDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationLeftColumn\PatientDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationRightColumn\ConsultationDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationRightColumn\ConsultationRightColumnDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationRightColumn\ExamDetailDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationRightColumn\ExamDetailItemDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\ConsultationRightColumn\GlobalDataDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Document\Column\Button\ButtonDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Document\Column\Button\ButtonsDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Document\Column\DocumentComparisonColumnDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Document\Column\Image\Button\ButtonsActionsDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Document\Column\Image\DocumentComparisonImageDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Document\Column\SelectField\DocumentComparisonSelectFieldChoiceDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Document\Column\SelectField\DocumentComparisonSelectFieldDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Document\DocumentComparisonDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\DocumentEditView\Button\ButtonDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\DocumentEditView\Button\ButtonsDocumentDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\DocumentEditView\Button\ButtonsGlobalDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\DocumentEditView\DocumentEditViewDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\DocumentEditView\SelectField\DocumentEditViewSelectFieldChoiceDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\DocumentEditView\SelectField\DocumentEditViewSelectFieldDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\EnrichingList\EnrichingListItemDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Anchors\AnchorDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\ExamDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\Sections\Columns\ColumnDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\Sections\Columns\Fields\FieldDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\Sections\Columns\Fields\Inputs\Choices\ChoiceDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\Sections\Columns\Fields\Inputs\DependsOn\DependsOnDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\Sections\Columns\Fields\Inputs\InputDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\Sections\Columns\Fields\Inputs\InputUpdatedDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\Sections\ImportPreviousData\ImportPreviousDataDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Exams\Sections\SectionDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\GlobalFields\GlobalDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\GlobalFormDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Header\HeaderDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Form\Modals\ModalDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Result\BaseResultDTO"; reason: unused.
Removed service "App\Domain\Common\DTO\Tri\TriDTO"; reason: unused.
Removed service "App\Domain\Common\Enum\Direction"; reason: unused.
Removed service "App\Domain\Common\Enum\Exception\UnsupportedDirectiontException"; reason: unused.
Removed service "App\Domain\Common\Enum\OuiNon"; reason: unused.
Removed service "App\Domain\Common\Exception\ImagerieException"; reason: unused.
Removed service "App\Domain\Common\Exception\MedecinException"; reason: unused.
Removed service "App\Domain\Common\Exporter\Exception\EmptyExportException"; reason: unused.
Removed service "App\Domain\Consultation\DTO\Detail\ConsultationData"; reason: unused.
Removed service "App\Domain\Consultation\DTO\Detail\ExamenData"; reason: unused.
Removed service "App\Domain\Consultation\DTO\Detail\NewConsultationDTO"; reason: unused.
Removed service "App\Domain\Consultation\DTO\Historique\HistoriqueDTO"; reason: unused.
Removed service "App\Domain\Consultation\DTO\Listing\FacturationDTO"; reason: unused.
Removed service "App\Domain\Consultation\DTO\Result\ConsultationResultDTO"; reason: unused.
Removed service "App\Domain\Consultation\Enum\AVDeLoin"; reason: unused.
Removed service "App\Domain\Consultation\Enum\AVDePres"; reason: unused.
Removed service "App\Domain\Consultation\Enum\AVLang"; reason: unused.
Removed service "App\Domain\Consultation\Enum\CHIRCategorie"; reason: unused.
Removed service "App\Domain\Consultation\Enum\CHIRProduitInjecte"; reason: unused.
Removed service "App\Domain\Consultation\Enum\CHIRSchemaTraitement"; reason: unused.
Removed service "App\Domain\Consultation\Enum\CSCapsule"; reason: unused.
Removed service "App\Domain\Consultation\Enum\CSCataracte"; reason: unused.
Removed service "App\Domain\Consultation\Enum\CSCristallin"; reason: unused.
Removed service "App\Domain\Consultation\Enum\CSPositionImplant"; reason: unused.
Removed service "App\Domain\Consultation\Enum\CSTypeImplant"; reason: unused.
Removed service "App\Domain\Consultation\Enum\ChoixOeil"; reason: unused.
Removed service "App\Domain\Consultation\Enum\ConduiteATenir"; reason: unused.
Removed service "App\Domain\Consultation\Enum\LASERLaser"; reason: unused.
Removed service "App\Domain\Consultation\Enum\LASERLocalisation"; reason: unused.
Removed service "App\Domain\Consultation\Enum\LASERProcedureArgon"; reason: unused.
Removed service "App\Domain\Consultation\Enum\LASERProcedureYag"; reason: unused.
Removed service "App\Domain\Consultation\Enum\LASERType"; reason: unused.
Removed service "App\Domain\Consultation\Enum\VisionBinoculaire"; reason: unused.
Removed service "App\Domain\Consultation\Provider\ExamenBlock"; reason: unused.
Removed service "App\Domain\Courrier\Cache\CourrierCacheManager"; reason: unused.
Removed service "App\Domain\Courrier\CourrierData"; reason: unused.
Removed service "App\Domain\Courrier\DTO\Result\CourrierResultDTO"; reason: unused.
Removed service "App\Domain\Enum\ExamCopyFormat"; reason: unused.
Removed service "App\Domain\Enum\Statut"; reason: unused.
Removed service "App\Domain\Imagerie\Cache\ImagerieASupprimerCacheManager"; reason: unused.
Removed service "App\Domain\Imagerie\DTO\Components\ImagerieCategorieDTO"; reason: unused.
Removed service "App\Domain\Imagerie\DTO\Components\ImagerieDocumentDTO"; reason: unused.
Removed service "App\Domain\Machine\Exception\NoDataException"; reason: unused.
Removed service "App\Domain\Machine\Exception\NoExamException"; reason: unused.
Removed service "App\Domain\Machine\Message\EngineFileReadyMessage"; reason: unused.
Removed service "App\Domain\MedecinTraitant\DTO\Result\MedecinTraitantResultDTO"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\CorrectionAvecAdditionData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\CorrectionData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\CorrectionSansAdditionData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\Factory\OrdonnanceOldLinkFactory"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\Lentilles\KeratometrieData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\Lentilles\LentillePorteeData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\Lentilles\LentillesData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\Medicament\MedicamentData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\OrdonnanceCorrectionData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\OrdonnanceVerresData"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\Result\OrdonnanceResultDTO"; reason: unused.
Removed service "App\Domain\Ordonnance\DTO\VerreData"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\Lentilles\Prescription"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\OrdonnanceCategorie"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\OrdonnanceGenericCategorie"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\OrdonnanceTemplate"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\OrdonnanceType"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\Verres\Choix"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\Verres\ChoixDesVerres"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\Verres\Correction"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\Verres\Materiau"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\Verres\Option"; reason: unused.
Removed service "App\Domain\Ordonnance\Enum\Verres\Teinte"; reason: unused.
Removed service "App\Domain\Patient\DTO\PatientData"; reason: unused.
Removed service "App\Domain\Patient\DTO\Result\PatientResultDTO"; reason: unused.
Removed service "App\Domain\Patient\Message\ImportDossierPatientAsyncMessage"; reason: unused.
Removed service "App\Domain\Patient\Provider\FiltreRechercheCourrier"; reason: unused.
Removed service "App\Domain\Patient\Provider\FiltreRechercheOrdonnance"; reason: unused.
Removed service "App\Domain\SalleAttente\DTO\ConsultationSalleAttenteData"; reason: unused.
Removed service "App\Domain\SalleAttente\DTO\FeuilleDeSoinData"; reason: unused.
Removed service "App\Domain\SalleAttente\DTO\FeuilleDeSoinPaiementData"; reason: unused.
Removed service "App\Domain\SalleAttente\DTO\FeuilleDeSoinSuppressionData"; reason: unused.
Removed service "App\Domain\SalleAttente\Provider\FiltreRechercheConsultation"; reason: unused.
Removed service "App\Domain\Statistics\DTO\PerEye\Chart\StatisticsChartDTO"; reason: unused.
Removed service "App\Domain\Statistics\DTO\PerEye\RadioButton\StatisticsRadioButtonDTO"; reason: unused.
Removed service "App\Domain\Statistics\DTO\PerEye\StatisticsPerEyeDTO"; reason: unused.
Removed service "App\Domain\Statistics\DTO\PerEye\Table\StatisticsTableDTO"; reason: unused.
Removed service "App\Domain\Statistics\Mapping\Exception\UnsupportedMappableObjectException"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\MappingKey"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\MappingOption"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\MappingType"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateAVMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateCHIRMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateCSMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateCVMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateIOLMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateLASERMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateOCTMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateRTINOMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Mapping\TemplateTOPOMapping"; reason: unused.
Removed service "App\Domain\Sync\Source\Provider\SyncSecretaireProvider"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncAssistanteTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncCentreTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncConsultationTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncCourrierTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncImagerieTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncLentilleTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncMedecinTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncMedecinTraitantTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncMedicamentTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncOrdonnanceTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncPatientTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncSecretaireTask"; reason: unused.
Removed service "App\Domain\Sync\Source\Task\SyncSuperviseurTask"; reason: unused.
Removed service "App\Domain\Template\Mapping\Exception\UnsupportedMappableObjectException"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Element\FormField"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Element\FormImportPreviousData"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Element\FormMapping"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Element\FormResume"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Element\FormSection"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\AbsolutNumberInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\CheckboxInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\Choices\SelectOption"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\DatetimeInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\EnumInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\FileInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\FractionInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\NumberInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\RadioInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\RichListInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\SelectInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\SignedInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\TextInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\TextareaInput"; reason: unused.
Removed service "App\Domain\Template\Mapping\Form\Input\TimeInput"; reason: unused.
Removed service "App\Infrastructure\DBAL\MultiDbConnectionWrapper"; reason: unused.
Removed service "App\Infrastructure\DependencyInjection\CompilerPass\FillTemplateMappingPass"; reason: unused.
Removed service "App\Infrastructure\Event\SalleAttenteEvent"; reason: unused.
Removed service "App\Infrastructure\Form\Transformer\ExplicitlySplitTextTransformer"; reason: unused.
Removed service "App\Infrastructure\Form\Transformer\IdableToIdTransformer"; reason: unused.
Removed service "App\Infrastructure\Formatter\DateFormatter"; reason: unused.
Removed service "App\Infrastructure\Provider\Api\DateIntervalFilter"; reason: unused.
Removed service "App\Infrastructure\Provider\ListingPaginator"; reason: unused.
Removed service "App\Infrastructure\Provider\MedecinTraitant\MedecinTraitantSearchFilter"; reason: unused.
Removed service "App\Infrastructure\Provider\Ordonnance\OrdonnanceFiltreRecherche"; reason: unused.
Removed service "App\Infrastructure\Provider\Patient\PatientSearchFilter"; reason: unused.
Removed service "App\Infrastructure\Security\Mailer\TwoFactorMailer"; reason: unused.
Removed service "App\Infrastructure\Validator\Constraints\UniquePatient"; 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.mailer"; 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 "lock.strategy.majority"; reason: unused.
Removed service "lock.default"; 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.native_php_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 "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "doctrine.dbal.logger.chain"; reason: unused.
Removed service ".1_ServiceLocator~R6zezAz"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.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.user_password_hasher"; 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.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; 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 "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "swiftmailer.transport.failover"; 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 "Novaway\MailerBundle\Formatter\AddressListFormatter"; reason: unused.
Removed service "Novaway\MailerBundle\Transport\Mailjet\MailjetTransport"; reason: unused.
Removed service "Novaway\CoreBundle\Assets\Strategy\CachedNumberStrategy"; reason: unused.
Removed service "Novaway\CoreBundle\Constraints\FrenchPhone"; reason: unused.
Removed service "Novaway\CoreBundle\Constraints\Image"; reason: unused.
Removed service "Novaway\CoreBundle\DependencyInjection\CompilerPass\FillRepositoryMappingPass"; reason: unused.
Removed service "Novaway\CoreBundle\DependencyInjection\NovawayCoreConfiguration"; reason: unused.
Removed service "Novaway\CoreBundle\DependencyInjection\NovawayCoreExtension"; reason: unused.
Removed service "Novaway\CoreBundle\NovawayCoreBundle"; reason: unused.
Removed service "assets_cache"; reason: unused.
Removed service "Novaway\CoreBundle\Messenger\MessengerEnvelope"; reason: unused.
Removed service "Novaway\SyncBundle\Target\DTO\BaseDTO"; reason: unused.
Removed service "Novaway\SyncBundle\Target\Exception\InvalidSyncableEntityException"; reason: unused.
Removed service "Novaway\SyncBundle\Target\Exception\SyncableEntityNotFoundException"; reason: unused.
Removed service "Novaway\SyncBundle\Source\Exception\StopAndSendNewMessageException"; reason: unused.
Removed service "Novaway\SyncBundle\Source\Messenger\SyncComplete"; reason: unused.
Removed service "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessage"; reason: unused.
Removed service "Novaway\SyncBundle\Source\Messenger\SyncEntityComplete"; reason: unused.
Removed service "Novaway\SyncBundle\Source\Provider\AbstractSyncProvider"; reason: unused.
Removed service "Novaway\SyncBundle\Source\ProviderAdapter\MysqlAdapter"; reason: unused.
Removed service "Novaway\SyncBundle\Source\ProviderAdapter\OracleAdapter"; reason: unused.
Removed service "Novaway\SyncBundle\Source\Response\CibleResponse"; reason: unused.
Removed service "Novaway\SyncBundle\Source\Security\TokenAuthenticator"; reason: unused.
Removed service "Novaway\SyncBundle\Common\Enum\Monitoring"; reason: unused.
Removed service "Novaway\SyncBundle\Common\Response\TaskResponse"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.email.swift_auth_code_mailer"; reason: unused.
Removed service "scheb_two_factor.security.email.symfony_auth_code_mailer"; reason: unused.
Removed service ".service_locator.mzjt3rI"; reason: unused.
Removed service ".service_locator.ZrCOnIU"; reason: unused.
Removed service ".service_locator.SHKFEvt"; reason: unused.
Removed service ".service_locator.9kROWX2"; reason: unused.
Removed service ".value.8jBeaWA"; reason: unused.
Removed service ".service_locator.1wHhr5m"; reason: unused.
Removed service ".service_locator.e439WMt"; reason: unused.
Removed service ".service_locator.ErQw7D6"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.handler.null_internal"; reason: unused.
Removed service ".service_locator.GNc8e5B"; reason: unused.
Removed service ".service_locator.GNc8e5B.Novaway\MailerBundle\Controller\Mailjet\MailjetWebhookController"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
665
Inlined service "App\Domain\Consultation\DTO\Listing\Factory\FacturationDTOFactory" to "App\Domain\Consultation\DTO\Factory\ConsultationDTOFactory".
Inlined service "App\Domain\Machine\DTO\Factory\ExportConsultationDTOFactory" to "App\Domain\Machine\Exporter\TopconKBSExporter".
Inlined service "App\Domain\Machine\Exporter\TopconKBSExporter" to "App\Domain\Machine\Task\TraitementFichierExportTask".
Inlined service "App\Domain\Ordonnance\DTO\Factory\LentillesDTOFactory" to "App\Domain\Ordonnance\Provider\LentillesProvider".
Inlined service "App\Domain\Ordonnance\DTO\Factory\TraitementDTOFactory" to "App\Domain\Ordonnance\Provider\TraitementProvider".
Inlined service "App\Domain\Publipostage\AvailableFieldsProvider" to "App\Domain\Publipostage\PublipostageDictionary".
Inlined service "App\Domain\Centre\Resolver\CentreResolver" to "App\Domain\Publipostage\PublipostageDictionary".
Inlined service "App\Domain\SalleAttente\DTO\Factory\FeuilleDeSoinDataFactory" to "App\Domain\SalleAttente\DTO\Factory\FeuilleDeSoinSuppressionDataFactory".
Inlined service "App\Domain\Sync\Source\Mapping\Builder\TemplateMappingBuilder" to "App\Domain\Sync\Source\Provider\SyncConsultationProvider".
Inlined service "App\Infrastructure\Task\GererStatutTask" to "App\Infrastructure\Command\SuppressionBrouillonsCommand".
Inlined service ".service_locator.lAzlRyE.App\Infrastructure\Controller\Admin\BaseController" to "App\Infrastructure\Controller\Admin\BaseController".
Inlined service ".service_locator.lAzlRyE.App\Infrastructure\Controller\Admin\EasyAdminController" to "App\Infrastructure\Controller\Admin\EasyAdminController".
Inlined service ".service_locator.lAzlRyE.App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController" to "App\Infrastructure\Controller\Admin\TwoFactorAuthenticationController".
Inlined service "App\Infrastructure\Provider\Api\ApiOvsProvider" to "App\Infrastructure\Controller\Api\ApiOvsController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Api\ApiOvsController" to "App\Infrastructure\Controller\Api\ApiOvsController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Centre\DetailController" to "App\Infrastructure\Controller\Centre\DetailController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController" to "App\Infrastructure\Controller\Consultation\Conclusion\ConclusionController".
Inlined service "App\Domain\Consultation\DTO\Historique\Factory\ConsultationHistoriqueDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Form\GlobalFormDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Updater\ConsultationFieldUpdater" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Consultation\ConsultationFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service ".service_locator.xxQ49l7.App\Infrastructure\Controller\Consultation\DetailController" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Updater\ConsultationSectionUpdater" to "App\Infrastructure\Controller\Consultation\Examen\ExamenController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Consultation\Examen\ExamenController" to "App\Infrastructure\Controller\Consultation\Examen\ExamenController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Consultation\ModifierConsultationController" to "App\Infrastructure\Controller\Consultation\ModifierConsultationController".
Inlined service "App\Infrastructure\Factory\Courrier\CourrierFactory" to "App\Infrastructure\Controller\Courrier\CreationCourrierController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Courrier\CreationCourrierController" to "App\Infrastructure\Controller\Courrier\CreationCourrierController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Courrier\DetailController" to "App\Infrastructure\Controller\Courrier\DetailController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Courrier\EditionContenuCourrierController" to "App\Infrastructure\Controller\Courrier\EditionContenuCourrierController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Courrier\EditionCourrierController" to "App\Infrastructure\Controller\Courrier\EditionCourrierController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Courrier\ListingController" to "App\Infrastructure\Controller\Courrier\ListingController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Courrier\SuppressionCourrierController" to "App\Infrastructure\Controller\Courrier\SuppressionCourrierController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\DefaultController" to "App\Infrastructure\Controller\DefaultController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Dev\InteController" to "App\Infrastructure\Controller\Dev\InteController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Document\CloseModalController" to "App\Infrastructure\Controller\Document\CloseModalController".
Inlined service "App\Infrastructure\Factory\EnrichingList\EnrichingListItemDTOFactory" to "App\Infrastructure\Controller\EnrichingList\EnrichingListController".
Inlined service "App\Infrastructure\Factory\EnrichingList\EnrichingListFactory" to "App\Infrastructure\Controller\EnrichingList\EnrichingListController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\EnrichingList\EnrichingListController" to "App\Infrastructure\Controller\EnrichingList\EnrichingListController".
Inlined service "App\Domain\Imagerie\DTO\Factory\ImagerieApercuDTOFactory" to "App\Infrastructure\Controller\Imagerie\DetailController".
Inlined service ".service_locator.xxQ49l7.App\Infrastructure\Controller\Imagerie\DetailController" to "App\Infrastructure\Controller\Imagerie\DetailController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Imagerie\ListingController" to "App\Infrastructure\Controller\Imagerie\ListingController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Machine\DetailController" to "App\Infrastructure\Controller\Machine\DetailController".
Inlined service "App\Domain\Machine\Task\TraitementFichierExportTask" to "App\Infrastructure\Controller\Machine\ExportManuelController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Machine\ExportManuelController" to "App\Infrastructure\Controller\Machine\ExportManuelController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Machine\ImportManuelController" to "App\Infrastructure\Controller\Machine\ImportManuelController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Machine\InterconnexionController" to "App\Infrastructure\Controller\Machine\InterconnexionController".
Inlined service "App\Domain\MedecinTraitant\Provider\MedecinTraitantProvider" to "App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController".
Inlined service "App\Domain\MedecinTraitant\Cache\MedecinTraitantListingCacheManager" to "App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController" to "App\Infrastructure\Controller\MedecinTraitant\MedecinTraitantController".
Inlined service "App\Domain\Ordonnance\Cache\TraitementFilterCacheManager" to "App\Infrastructure\Controller\Ordonnance\Common\TraitementController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\Common\TraitementController" to "App\Infrastructure\Controller\Ordonnance\Common\TraitementController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController" to "App\Infrastructure\Controller\Ordonnance\CreationOrdonnanceController".
Inlined service "App\Domain\Ordonnance\Cache\OrdonnanceCacheManager" to "App\Infrastructure\Controller\Ordonnance\DetailController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\DetailController" to "App\Infrastructure\Controller\Ordonnance\DetailController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController" to "App\Infrastructure\Controller\Ordonnance\EditionContenuOrdonnanceController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController" to "App\Infrastructure\Controller\Ordonnance\EditionOrdonnanceController".
Inlined service "App\Domain\Ordonnance\Cache\LentillesFilterCacheManager" to "App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController".
Inlined service "App\Domain\Ordonnance\Provider\LentillesProvider" to "App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController" to "App\Infrastructure\Controller\Ordonnance\Lentilles\LentillesController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\ListingController" to "App\Infrastructure\Controller\Ordonnance\ListingController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController" to "App\Infrastructure\Controller\Ordonnance\Lunettes\CorrectionController".
Inlined service "App\Domain\Ordonnance\Cache\MedicamentFilterCacheManager" to "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController".
Inlined service "App\Domain\Ordonnance\Provider\MedicamentProvider" to "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController".
Inlined service "App\Domain\Ordonnance\DTO\Factory\MedicamentDataFactory" to "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController" to "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController" to "App\Infrastructure\Controller\Ordonnance\SuppressionOrdonnanceController".
Inlined service "App\Domain\Patient\Provider\PatientAutocompleteResultProvider" to "App\Infrastructure\Controller\Patient\AutocompleteController".
Inlined service "App\Domain\MedecinTraitant\Provider\MedecinTraitantAutocompleteResultProvider" to "App\Infrastructure\Controller\Patient\AutocompleteController".
Inlined service "App\Domain\Ville\Provider\VilleAutocompleteResultProvider" to "App\Infrastructure\Controller\Patient\AutocompleteController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Patient\AutocompleteController" to "App\Infrastructure\Controller\Patient\AutocompleteController".
Inlined service "App\Infrastructure\Exporter\DocumentExporter" to "App\Infrastructure\Controller\Patient\DetailController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Patient\DetailController" to "App\Infrastructure\Controller\Patient\DetailController".
Inlined service "App\Domain\Patient\DTO\Factory\PatientFusionDTOFactory" to "App\Infrastructure\Controller\Patient\FusionController".
Inlined service "App\Infrastructure\Service\FusionPatientService" to "App\Infrastructure\Controller\Patient\FusionController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Patient\FusionController" to "App\Infrastructure\Controller\Patient\FusionController".
Inlined service "App\Domain\Patient\Provider\PatientProvider" to "App\Infrastructure\Controller\Patient\PatientController".
Inlined service "App\Domain\Patient\Cache\PatientListingCacheManager" to "App\Infrastructure\Controller\Patient\PatientController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Patient\PatientController" to "App\Infrastructure\Controller\Patient\PatientController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Patient\SyncController" to "App\Infrastructure\Controller\Patient\SyncController".
Inlined service "App\Domain\Patient\Cache\PatientCacheManager" to "App\Infrastructure\Controller\SalleAttente\AjoutPatientController".
Inlined service "App\Infrastructure\Synchronizer\PatientSynchronizer" to "App\Infrastructure\Controller\SalleAttente\AjoutPatientController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\SalleAttente\AjoutPatientController" to "App\Infrastructure\Controller\SalleAttente\AjoutPatientController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\SalleAttente\CommentaireController" to "App\Infrastructure\Controller\SalleAttente\CommentaireController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController" to "App\Infrastructure\Controller\SalleAttente\ListeHistoriqueController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\SalleAttente\ListePresenceController" to "App\Infrastructure\Controller\SalleAttente\ListePresenceController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\SalleAttente\ModifierPresenceController" to "App\Infrastructure\Controller\SalleAttente\ModifierPresenceController".
Inlined service "App\Domain\SalleAttente\DTO\Factory\FeuilleDeSoinSuppressionDataFactory" to "App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController" to "App\Infrastructure\Controller\SalleAttente\SupprimerPresenceController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Security\SecurityController" to "App\Infrastructure\Controller\Security\SecurityController".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Statistics\StatisticsController" to "App\Infrastructure\Controller\Statistics\StatisticsController".
Inlined service "security.helper" to "App\Infrastructure\EventListener\Common\LoggedOutAjaxSubscriber".
Inlined service "App\Infrastructure\Factory\Exam\ExamFactory" to "App\Infrastructure\Factory\Consultation\ConsultationFactory".
Inlined service "App\Infrastructure\Factory\ConsultationLeftColumn\ConsultationDTOFactory" to "App\Infrastructure\Factory\ConsultationLeftColumn\ConsultationLeftColumnDTOFactory".
Inlined service "App\Infrastructure\Factory\ConsultationLeftColumn\CommentsDTOFactory" to "App\Infrastructure\Factory\ConsultationLeftColumn\ConsultationLeftColumnDTOFactory".
Inlined service "App\Infrastructure\Factory\ConsultationRightColumn\ConsultationDTOFactory" to "App\Infrastructure\Factory\ConsultationRightColumn\ConsultationRightColumnDTOFactory".
Inlined service "App\Infrastructure\Factory\Document\Column\SelectField\DocumentComparisonSelectFieldDTOFactory" to "App\Infrastructure\Factory\Document\Column\DocumentComparisonColumnDTOFactory".
Inlined service "App\Infrastructure\Factory\Document\Column\Image\DocumentComparisonImageDTOFactory" to "App\Infrastructure\Factory\Document\Column\DocumentComparisonColumnDTOFactory".
Inlined service "App\Infrastructure\Factory\Document\Column\Button\ButtonsDTOFactory" to "App\Infrastructure\Factory\Document\Column\DocumentComparisonColumnDTOFactory".
Inlined service "App\Infrastructure\Factory\Document\Column\Button\ButtonDTOFactory" to "App\Infrastructure\Factory\Document\Column\DocumentComparisonColumnDTOFactory".
Inlined service "App\Infrastructure\Factory\Document\Column\Image\Button\ButtonsActionsDTOFactory" to "App\Infrastructure\Factory\Document\Column\Image\DocumentComparisonImageDTOFactory".
Inlined service "App\Infrastructure\Factory\Document\Column\SelectField\DocumentComparisonSelectFieldChoiceDTOFactory" to "App\Infrastructure\Factory\Document\Column\SelectField\DocumentComparisonSelectFieldDTOFactory".
Inlined service "App\Infrastructure\Factory\DocumentEditView\SelectField\DocumentEditViewSelectFieldDTOFactory" to "App\Infrastructure\Factory\DocumentEditView\DocumentEditViewDTOFactory".
Inlined service "App\Infrastructure\Factory\DocumentEditView\Button\ButtonsDocumentDTOFactory" to "App\Infrastructure\Factory\DocumentEditView\DocumentEditViewDTOFactory".
Inlined service "App\Infrastructure\Factory\DocumentEditView\SelectField\DocumentEditViewSelectFieldChoiceDTOFactory" to "App\Infrastructure\Factory\DocumentEditView\SelectField\DocumentEditViewSelectFieldDTOFactory".
Inlined service "App\Infrastructure\Factory\Imagerie\ImagerieCategorieFactory" to "App\Infrastructure\Factory\Imagerie\ImagerieFactory".
Inlined service "App\Infrastructure\Factory\Statistics\PerEye\Table\StatisticsTableDTOFactory" to "App\Infrastructure\Factory\Statistics\PerEye\StatisticsPerEyeDTOFactory".
Inlined service "App\Infrastructure\Factory\Statistics\PerEye\RadioButton\StatisticsRadioButtonDTOFactory" to "App\Infrastructure\Factory\Statistics\PerEye\StatisticsPerEyeDTOFactory".
Inlined service "App\Infrastructure\Factory\Statistics\PerEye\Chart\StatisticsChartDTOFactory" to "App\Infrastructure\Factory\Statistics\PerEye\StatisticsPerEyeDTOFactory".
Inlined service "App\Infrastructure\Factory\Statistics\PerEye\StatisticsPerEyeDTOFactory" to "App\Infrastructure\Factory\Statistics\StatisticsGlobalDTOFactory".
Inlined service "App\Domain\Centre\Provider\CentreProvider" to "App\Infrastructure\Form\Centre\CentresSelectType".
Inlined service "App\Infrastructure\Doctrine\Repository\DoctrinePaiementCategorieRepository" to "App\Infrastructure\Form\Consultation\FeuilleDeSoinPaiementType".
Inlined service "App\Domain\Machine\Provider\MachineExportableProvider" to "App\Infrastructure\Form\Machine\ExportManuelType".
Inlined service "App\Infrastructure\Doctrine\Repository\DoctrinePosologieVoieAdministrationRepository" to "App\Infrastructure\Form\Ordonnance\MedicamentType".
Inlined service "App\Infrastructure\Doctrine\Repository\DoctrinePosologieConditionnementUniteRepository" to "App\Infrastructure\Form\Ordonnance\MedicamentType".
Inlined service "App\Infrastructure\Doctrine\Repository\DoctrinePosologieQteFormatRepository" to "App\Infrastructure\Form\Ordonnance\MedicamentType".
Inlined service "App\Infrastructure\Doctrine\Repository\DoctrinePosologiePeriodiciteRepository" to "App\Infrastructure\Form\Ordonnance\MedicamentType".
Inlined service "App\Infrastructure\Doctrine\Repository\DoctrinePosologiePrecisionRepository" to "App\Infrastructure\Form\Ordonnance\MedicamentType".
Inlined service "App\Infrastructure\Doctrine\Repository\DoctrineLentillePeriodiciteRepository" to "App\Infrastructure\Form\Ordonnance\OrdonnanceNouvellesLentillesType".
Inlined service "App\Infrastructure\Doctrine\Repository\DoctrineSecteurRepository" to "App\Infrastructure\Form\SecteurChoiceType".
Inlined service "App\Domain\Machine\Task\TraitementFichierImportTask" to "App\Infrastructure\Messenger\Machine\EngineFileReadyHandler".
Inlined service "App\Domain\Consultation\DTO\Factory\ConsultationDTOFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenAVFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenCSFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenOCTFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenCHIRFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenCVFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenRTINOFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenLASERFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenIOLFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Examen\DTO\Factory\ExamenTOPOFactory" to "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler".
Inlined service "App\Domain\Api\DTO\Factory\ApiDTOFactory" to "App\Infrastructure\Provider\Api\ApiOvsProvider".
Inlined service "App\Infrastructure\ImagerUrl\AssetImagerUrl" to "App\Infrastructure\Twig\AssetImagerUrlExtension".
Inlined service "App\Infrastructure\Formatter\DateConsultationFormatter" to "App\Infrastructure\Twig\DateConsultationExtension".
Inlined service "App\Domain\Common\DTO\Tri\Factory\TriFactoryDTO" to "App\Infrastructure\Twig\TriExtension".
Inlined service "App\Infrastructure\Factory\Consultation\ConsultationApercuDTOFactory" to "App\Infrastructure\pdf\Consultation\FileProvider".
Inlined service ".service_locator.VFC6O6e.App\Infrastructure\Controller\Common\BaseController" to "App\Infrastructure\Controller\Common\BaseController".
Inlined service "App\Domain\Common\Provider\ValeurListeEnrichissableAutocompleteResultProvider" to "App\Infrastructure\Controller\Common\ValeurListeEnrichissable\ValeurListeEnrichissableAutocompleteController".
Inlined service "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
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 "App\Infrastructure\Assets\Strategy\CachedNumberStrategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "mailer.transports" to "mailer.messenger.message_handler".
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 "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.J4b.DPX.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 "Novaway\MailerBundle\Routing\RoutesLoader" 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.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "Novaway\CoreBundle\Serializer\EnumerableNormalizer" to "serializer".
Inlined service "Novaway\CoreBundle\Serializer\IdableNormalizer" 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.json_serializable" 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.data_uri" 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 ".lock.default.store.m9uSjd7" to "lock.default.factory".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service ".service_locator.GVyCdgr" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "easyadmin.filter.extension" to "form.registry".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.jNPnqHi" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.aura_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.cvl_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.OJCOSac" 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._wyX1Dp" 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 "easyadmin.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.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.9ApJNRH" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "Novaway\CoreBundle\ParamConverter\DomainInterfaceParamConverter" 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.PQK0.4p.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 "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
Inlined service "nyholm.psr7.psr17_factory" to "sensio_framework_extra.psr7.http_message_factory".
Inlined service "sensio_framework_extra.psr7.http_foundation_factory" to "sensio_framework_extra.psr7.listener.response".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.T0C2In0" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.logger.chain.sync" to "doctrine.dbal.sync_connection.configuration".
Inlined service "doctrine.dbal.sync_schema_asset_filter_manager" to "doctrine.dbal.sync_connection.configuration".
Inlined service ".service_locator.aor79PN" to "doctrine.dbal.sync_connection.event_manager".
Inlined service "doctrine.dbal.sync_connection.configuration" to "doctrine.dbal.sync_connection".
Inlined service "doctrine.dbal.sync_connection.event_manager" to "doctrine.dbal.sync_connection".
Inlined service "doctrine.dbal.logger.chain.aura" to "doctrine.dbal.aura_connection.configuration".
Inlined service "doctrine.dbal.aura_schema_asset_filter_manager" to "doctrine.dbal.aura_connection.configuration".
Inlined service ".service_locator.LdVpQi1" to "doctrine.dbal.aura_connection.event_manager".
Inlined service "doctrine.dbal.aura_connection.configuration" to "doctrine.dbal.aura_connection".
Inlined service "doctrine.dbal.aura_connection.event_manager" to "doctrine.dbal.aura_connection".
Inlined service "doctrine.dbal.logger.chain.cvl" to "doctrine.dbal.cvl_connection.configuration".
Inlined service "doctrine.dbal.cvl_schema_asset_filter_manager" to "doctrine.dbal.cvl_connection.configuration".
Inlined service ".service_locator.ZZ07x_s" to "doctrine.dbal.cvl_connection.event_manager".
Inlined service "doctrine.dbal.cvl_connection.configuration" to "doctrine.dbal.cvl_connection".
Inlined service "doctrine.dbal.cvl_connection.event_manager" to "doctrine.dbal.cvl_connection".
Inlined service ".service_locator.ZcC.IuP" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.query" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.default.result" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.metadata.recorder_inner" to "cache.doctrine.orm.default.metadata".
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.orm.cache.provider.cache.doctrine.orm.aura.metadata" to "doctrine.orm.aura_configuration".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.aura.query" to "doctrine.orm.aura_configuration".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.aura.result" to "doctrine.orm.aura_configuration".
Inlined service "doctrine.orm.aura_metadata_driver" to "doctrine.orm.aura_configuration".
Inlined service "doctrine.orm.aura_entity_listener_resolver" to "doctrine.orm.aura_configuration".
Inlined service "cache.doctrine.orm.aura.metadata.recorder_inner" to "cache.doctrine.orm.aura.metadata".
Inlined service "cache.doctrine.orm.aura.result.recorder_inner" to "cache.doctrine.orm.aura.result".
Inlined service "cache.doctrine.orm.aura.query.recorder_inner" to "cache.doctrine.orm.aura.query".
Inlined service "doctrine.orm.aura_configuration" to "doctrine.orm.aura_entity_manager".
Inlined service "doctrine.orm.aura_manager_configurator" to "doctrine.orm.aura_entity_manager".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.cvl.metadata" to "doctrine.orm.cvl_configuration".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.cvl.query" to "doctrine.orm.cvl_configuration".
Inlined service "doctrine.orm.cache.provider.cache.doctrine.orm.cvl.result" to "doctrine.orm.cvl_configuration".
Inlined service "doctrine.orm.cvl_metadata_driver" to "doctrine.orm.cvl_configuration".
Inlined service "doctrine.orm.cvl_entity_listener_resolver" to "doctrine.orm.cvl_configuration".
Inlined service "cache.doctrine.orm.cvl.metadata.recorder_inner" to "cache.doctrine.orm.cvl.metadata".
Inlined service "cache.doctrine.orm.cvl.result.recorder_inner" to "cache.doctrine.orm.cvl.result".
Inlined service "cache.doctrine.orm.cvl.query.recorder_inner" to "cache.doctrine.orm.cvl.query".
Inlined service "doctrine.orm.cvl_configuration" to "doctrine.orm.cvl_entity_manager".
Inlined service "doctrine.orm.cvl_manager_configurator" to "doctrine.orm.cvl_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.RDOw98h" to "security.access_map".
Inlined service ".security.request_matcher.XiPOr3g" to "security.access_map".
Inlined service ".security.request_matcher.OAZdNjz" to "security.access_map".
Inlined service ".security.request_matcher.YUTJyaK" to "security.access_map".
Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
Inlined service ".security.request_matcher.RHPVOg9" to "security.access_map".
Inlined service ".security.request_matcher.RHPVOg9" to "security.access_map".
Inlined service ".security.request_matcher.PhQgZ9B" 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.authentication.session_strategy" to "security.listener.session.main".
Inlined service "scheb_two_factor.security.request_data_reader" to "security.firewall_config.two_factor.main".
Inlined service "scheb_two_factor.security.access.access_decider" to "security.authentication.access_listener.two_factor.main".
Inlined service "scheb_two_factor.authentication_context_factory" to "security.authentication.token_created_listener.two_factor.main".
Inlined service "security.authentication.success_handler.two_factor.main" to "security.authenticator.two_factor.main".
Inlined service "security.authentication.failure_handler.two_factor.main" to "security.authenticator.two_factor.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.user_checker" to "security.listener.user_checker.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "monolog.handler.streamed_error" to "monolog.handler.main_error".
Inlined service "monolog.handler.grouped_critical" to "monolog.handler.main_critical".
Inlined service "monolog.handler.streamed_critical" to "monolog.handler.grouped_critical".
Inlined service "monolog.handler.buffered_critical" to "monolog.handler.grouped_critical".
Inlined service "monolog.formatter.html" to "monolog.handler.swift_critical".
Inlined service "monolog.handler.api_grouped" to "monolog.handler.api".
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 "cache.easyadmin.recorder_inner" to "cache.easyadmin".
Inlined service "AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.normalizer_config_pass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.design_config_pass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.menu_config_pass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.action_config_pass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.metadata_config_pass" to "easyadmin.config.manager".
Inlined service "AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.property_config_pass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.view_config_pass" to "easyadmin.config.manager".
Inlined service "AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.template_config_pass" to "easyadmin.config.manager".
Inlined service "AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass" to "easyadmin.config.manager".
Inlined service "easyadmin.configuration.default_config_pass" to "easyadmin.config.manager".
Inlined service "AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass" to "easyadmin.config.manager".
Inlined service "easyadmin.finder" to "easyadmin.autocomplete".
Inlined service ".service_locator.2Fo7Ij1.EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController" to "EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController".
Inlined service ".service_locator.oMQYtd4" to "easyadmin.filter.extension".
Inlined service ".service_locator.Qz9zaAX.AlterPHP\EasyAdminExtensionBundle\Controller\EasyAdminController" to "AlterPHP\EasyAdminExtensionBundle\Controller\EasyAdminController".
Inlined service "AlterPHP\EasyAdminExtensionBundle\Helper\EditableRolesHelper" to "AlterPHP\EasyAdminExtensionBundle\Form\Type\Security\AdminRolesType".
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 "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.annotation".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.annotation" 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 "Novaway\MailerBundle\Configurator\Email\FromConfigurator" to "Novaway\MailerBundle\DTO\RichEmailFactory".
Inlined service "Novaway\MailerBundle\Configurator\Email\DeliveryFiltersConfigurator" to "Novaway\MailerBundle\DTO\RichEmailFactory".
Inlined service "Novaway\MailerBundle\DTO\RichEmailFactory" to "Novaway\MailerBundle\MailSender".
Inlined service "Novaway\MailerBundle\Transport\Mailjet\MailjetClient" to "Novaway\MailerBundle\MailSender".
Inlined service "Novaway\CoreBundle\Formatter\LocalizedDateFormatter" to "Novaway\CoreBundle\Twig\Extension\DateExtension".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\CentreFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ExamensCategoriesFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserGroupFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\UserRoleFixtures" to "doctrine.fixtures.loader".
Inlined service "Novaway\SyncBundle\Target\Count\CountCacheHandler" to "Novaway\SyncBundle\Target\Task\UpdateCountTask".
Inlined service "Novaway\SyncBundle\Target\Task\ReceiveTask" to "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter".
Inlined service "Novaway\SyncBundle\Target\Task\GetDateTask" to "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter".
Inlined service "Novaway\SyncBundle\Target\Task\SetDateTask" to "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter".
Inlined service "Novaway\SyncBundle\Target\Task\UpdateCountTask" to "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter".
Inlined service "Novaway\SyncBundle\Target\Task\CleanTableTask" to "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter".
Inlined service ".service_locator.DBGkrY4.Novaway\SyncBundle\Source\Controller\ApiController" to "Novaway\SyncBundle\Source\Controller\ApiController".
Inlined service "App\Domain\Sync\Source\Provider\SyncAssistanteProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncCentreProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncConsultationProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncCourrierProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncImagerieProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncLentilleProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncMedecinProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncMedecinTraitantProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncMedicamentProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncOrdonnanceProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncPatientProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncAssistanteProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "App\Domain\Sync\Source\Provider\SyncSuperviseurProvider" to "Novaway\SyncBundle\Source\Mapping\SyncTaskMapping".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "scheb_two_factor.default_handler_condition" to "scheb_two_factor.condition_handler".
Inlined service "scheb_two_factor.default_ip_whitelist_provider" to "scheb_two_factor.ip_whitelist_handler".
Inlined service "scheb_two_factor.default_token_factory" to "scheb_two_factor.provider_handler".
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 "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.sensio_framework_extra.psr7.argument_value_resolver.server_request.inner" to "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request".
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\Infrastructure\Messenger\Machine\EngineFileReadyHandler" to ".messenger.handler_descriptor.xRj6Ilt".
Inlined service "App\Infrastructure\Messenger\Patient\ImportDossierPatientMessageHandler" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "Novaway\SyncBundle\Source\Messenger\SyncCompleteHandler" to ".messenger.handler_descriptor.QKmZdyq".
Inlined service "Novaway\SyncBundle\Source\Messenger\SyncEntityCompleteHandler" to ".messenger.handler_descriptor.7Xy28M3".
Inlined service "mercure.hub.default.message_handler" to ".messenger.handler_descriptor.oFKCS4G".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "doctrine.dbal.aura_regex_schema_filter" to "doctrine.dbal.aura_schema_asset_filter_manager".
Inlined service "doctrine.dbal.cvl_regex_schema_filter" to "doctrine.dbal.cvl_schema_asset_filter_manager".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "scheb_two_factor.security.access.authenticated_voter" to "debug.security.voter.scheb_two_factor.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.5OE4TwZ" to ".service_locator.5OE4TwZ.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service ".service_locator.2Fo7Ij1" to ".service_locator.2Fo7Ij1.EasyCorp\Bundle\EasyAdminBundle\Controller\EasyAdminController".
Inlined service ".service_locator.Qz9zaAX" to ".service_locator.Qz9zaAX.AlterPHP\EasyAdminExtensionBundle\Controller\EasyAdminController".
Inlined service ".service_locator.DBGkrY4" to ".service_locator.DBGkrY4.Novaway\SyncBundle\Source\Controller\ApiController".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service "sensio_framework_extra.psr7.http_message_factory" to "debug.sensio_framework_extra.psr7.argument_value_resolver.server_request.inner".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service ".service_locator.n2KOYiK" to "console.command_loader".
Inlined service ".service_locator.5OE4TwZ.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 "cache.property_access" to "easyadmin.property_accessor".
Inlined service "fm_elfinder.configurator.default" to "fm_elfinder.loader".
Inlined service "swiftmailer.mailer.log_mailer.transport.buffer" to "swiftmailer.mailer.log_mailer.transport".
Inlined service "swiftmailer.mailer.log_mailer.transport.authhandler" to "swiftmailer.mailer.log_mailer.transport".
Inlined service "swiftmailer.mailer.log_mailer.transport.eventdispatcher" to "swiftmailer.mailer.log_mailer.transport".
Inlined service "swiftmailer.mailer.log_mailer.plugin.redirecting" to "swiftmailer.mailer.log_mailer.transport".
Inlined service "swiftmailer.transport.configurator.log_mailer" to "swiftmailer.mailer.log_mailer.transport".
Inlined service "swiftmailer.mailer.default.transport.buffer" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.mailer.default.transport.authhandler" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.mailer.default.transport.eventdispatcher" to "swiftmailer.mailer.default.transport".
Inlined service "swiftmailer.transport.configurator.default" to "swiftmailer.mailer.default.transport".
Inlined service "scheb_two_factor.persister_factory.doctrine" to "Scheb\TwoFactorBundle\Model\PersisterInterface".
Inlined service "two_factor_mailer_service" to "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface".
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 "App\Infrastructure\Task\ReplaceHeadersContentTask" to "console.command.public_alias.App\Infrastructure\Command\ReplaceHeadersContentCommand".
Inlined service "App\Infrastructure\Task\CreateDefaultActesTask" to "console.command.public_alias.App\Infrastructure\Command\UpdateDefaultActesCommand".
Inlined service "App\Infrastructure\Task\CreateDefaultBanquesTask" to "console.command.public_alias.App\Infrastructure\Command\UpdateDefaultBanquesCommand".
Inlined service "App\Infrastructure\Task\CreateDefaultImagerieCategoriesTask" to "console.command.public_alias.App\Infrastructure\Command\UpdateDefaultImagerieCategoriesCommand".
Inlined service "App\Infrastructure\Task\CreateDefaultVillesTask" to "console.command.public_alias.App\Infrastructure\Command\UpdateDefaultVillesCommand".
Inlined service "App\Infrastructure\Doctrine\Provider\DoctrineConsultationFieldsProvider" to "App\Domain\Publipostage\PublipostageDictionary".
Inlined service "App\Infrastructure\Doctrine\Provider\DoctrineConsultationFieldsProvider" to "App\Domain\Publipostage\PublipostageDictionary".
Inlined service "App\Infrastructure\Factory\Form\GlobalFields\GlobalDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Form\Header\HeaderDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Form\Exams\ExamsDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\ConsultationLeftColumn\ConsultationLeftColumnDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\ConsultationRightColumn\ConsultationRightColumnDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Form\Modal\ModalDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\ConsultationLeftColumn\ConsultationLeftColumnDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Form\Header\HeaderDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Form\Exams\ExamsDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Form\Modal\ModalDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\ConsultationRightColumn\ConsultationRightColumnDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\Form\GlobalFields\GlobalDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Domain\Ordonnance\DTO\Factory\MedicamentDTOFactory" to "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController".
Inlined service "App\Domain\Ordonnance\DTO\Factory\MedicamentDTOFactory" to "App\Infrastructure\Controller\Ordonnance\Medicaments\MedicamentsController".
Inlined service "App\Infrastructure\Accessor\StatisticsAccessor" to "App\Infrastructure\Factory\Statistics\StatisticsGlobalDTOFactory".
Inlined service "App\Infrastructure\Accessor\StatisticsAccessor" to "App\Infrastructure\Factory\Statistics\StatisticsGlobalDTOFactory".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\ProviderAdapter\ProviderAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
Inlined service "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter" to "Novaway\SyncBundle\Source\Messenger\SyncEntiteMessageHandler".
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.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.listener".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
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 "Novaway\MailerBundle\Transformer\AddressListTransformer" to "Novaway\MailerBundle\MailSender".
Inlined service "Novaway\MailerBundle\Transformer\AddressListTransformer" to "Novaway\MailerBundle\MailSender".
Inlined service "Novaway\SyncBundle\Target\Date\DateCacheHandler" to "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter".
Inlined service "Novaway\SyncBundle\Target\Date\DateCacheHandler" to "Novaway\SyncBundle\Source\CibleAdapter\SameSiteCibleAdapter".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Resolver\ValeurListeEnrichissableResolver" to ".messenger.handler_descriptor.C.oFDud".
Inlined service "App\Infrastructure\Factory\ConsultationLeftColumn\PatientDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
Inlined service "App\Infrastructure\Factory\ConsultationLeftColumn\PatientDTOFactory" to "App\Infrastructure\Controller\Consultation\DetailController".
3
Tag "scheb_two_factor.access_listener" was defined on service(s) "security.authentication.access_listener.two_factor.main", but was never used.
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.
Tag "mercure.hub" was defined on service(s) "mercure.hub.default.traceable", but was never used.