Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\EncryptTenantDataCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection()" might add "Connection" as a native return type declaration in the future. Do the same in child class "App\Core\Doctrine\DynamicConnectionFactory" now to avoid errors or add an explicit @return annotation to suppress this message.
App\DTO\Contrat\ContratDTO::__construct(): Optional parameter $dateFin declared before required parameter $offreCommercialeId is implicitly treated as a required parameter
App\DTO\DepotGarantie\DepotGarantieDTO::__construct(): Optional parameter $restitue declared before required parameter $type is implicitly treated as a required parameter
App\DTO\DepotGarantie\DepotGarantieDTO::__construct(): Optional parameter $dateRestitution declared before required parameter $type is implicitly treated as a required parameter
App\DTO\DepotGarantie\DepotGarantieDTO::__construct(): Optional parameter $infoRestitution declared before required parameter $type is implicitly treated as a required parameter
App\DTO\Dossier\DossierDTO::__construct(): Optional parameter $nomCommercial declared before required parameter $contactPrincipalId is implicitly treated as a required parameter
App\DTO\Dossier\DossierDTO::__construct(): Optional parameter $siren declared before required parameter $contactPrincipalId is implicitly treated as a required parameter
App\DTO\Dossier\DossierDTO::__construct(): Optional parameter $siret declared before required parameter $contactPrincipalId is implicitly treated as a required parameter
App\DTO\Dossier\DossierDTO::__construct(): Optional parameter $capitalSocial declared before required parameter $contactPrincipalId is implicitly treated as a required parameter
App\DTO\Dossier\DossierDTO::__construct(): Optional parameter $secteurActivite declared before required parameter $contactPrincipalId is implicitly treated as a required parameter
App\DTO\Dossier\DossierDTO::__construct(): Optional parameter $activite declared before required parameter $contactPrincipalId is implicitly treated as a required parameter
App\DTO\PersonneMorale\PersonneMoraleDTO::__construct(): Optional parameter $nomCommercial declared before required parameter $paysId is implicitly treated as a required parameter
App\DTO\PersonneMorale\PersonneMoraleDTO::__construct(): Optional parameter $adresse declared before required parameter $paysId is implicitly treated as a required parameter
App\DTO\PersonneMorale\PersonneMoraleDTO::__construct(): Optional parameter $numeroTel declared before required parameter $paysId is implicitly treated as a required parameter
App\DTO\PersonneMorale\PersonneMoraleDTO::__construct(): Optional parameter $complementAdresse declared before required parameter $paysId is implicitly treated as a required parameter
App\DTO\PersonneMorale\PersonneMoraleDTO::__construct(): Optional parameter $codePostal declared before required parameter $paysId is implicitly treated as a required parameter
App\DTO\PersonneMorale\PersonneMoraleDTO::__construct(): Optional parameter $ville declared before required parameter $paysId is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $nomJeuneFille declared before required parameter $email is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $prenom declared before required parameter $email is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $photo declared before required parameter $email is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $dateNaissance declared before required parameter $email is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $lieuNaissance declared before required parameter $email is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $adresse declared before required parameter $email is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $complementAdresse declared before required parameter $email is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $codePostal declared before required parameter $email is implicitly treated as a required parameter
App\DTO\PersonnePhysique\PersonnePhysiqueDTO::__construct(): Optional parameter $ville declared before required parameter $email is implicitly treated as a required parameter
App\DTO\User\UserDTO::__construct(): Optional parameter $emailSecours declared before required parameter $role is implicitly treated as a required parameter
The "App\Security\Voter\ActiviteVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\DossierVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\NoteVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
The "App\Security\Voter\UserVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
App\Service\Technique\FileUploadST::upload(): Implicitly marking parameter $entrepriseName as nullable is deprecated, the explicit nullable type must be used instead
App\Service\Technique\FileUploadST::upload(): Implicitly marking parameter $subFolder as nullable is deprecated, the explicit nullable type must be used instead
"SELECT t0.id AS id_1, t0.email AS email_2, t0.email_secours AS email_secours_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone_portable AS telephone_portable_6, t0.photo AS photo_7, t0.password AS password_8, t0.statut AS statut_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.totp_secret AS totp_secret_13, t0.is_two_factor_enabled AS is_two_factor_enabled_14, t0.password_reset_code AS password_reset_code_15, t0.password_reset_expires_at AS password_reset_expires_at_16, t0.email_auth_enabled AS email_auth_enabled_17, t0.email_auth_code AS email_auth_code_18, t0.email_auth_code_generated_at AS email_auth_code_generated_at_19, t0.preferred_2fa AS preferred_2fa_20, t0.civilite_id AS civilite_id_21 FROM users t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.email_secours AS email_secours_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.telephone_portable AS telephone_portable_6, t0.photo AS photo_7, t0.password AS password_8, t0.statut AS statut_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.totp_secret AS totp_secret_13, t0.is_two_factor_enabled AS is_two_factor_enabled_14, t0.password_reset_code AS password_reset_code_15, t0.password_reset_expires_at AS password_reset_expires_at_16, t0.email_auth_enabled AS email_auth_enabled_17, t0.email_auth_code AS email_auth_code_18, t0.email_auth_code_generated_at AS email_auth_code_generated_at_19, t0.preferred_2fa AS preferred_2fa_20, t0.civilite_id AS civilite_id_21 FROM users t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#565
+name: "INTEGER"
}
]
]
"SELECT t0.id AS id_1, t0.display_name AS display_name_2, t0.db_driver AS db_driver_3, t0.db_host AS db_host_4, t0.db_port AS db_port_5, t0.db_name AS db_name_6, t0.db_user AS db_user_7, t0.db_password AS db_password_8, t0.status AS status_9, t0.created_at AS created_at_10, t0.bucket AS bucket_11, t0.domiciliataire_id AS domiciliataire_id_12 FROM tenants t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.display_name AS display_name_2, t0.db_driver AS db_driver_3, t0.db_host AS db_host_4, t0.db_port AS db_port_5, t0.db_name AS db_name_6, t0.db_user AS db_user_7, t0.db_password AS db_password_8, t0.status AS status_9, t0.created_at AS created_at_10, t0.bucket AS bucket_11, t0.domiciliataire_id AS domiciliataire_id_12 FROM tenants t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#565
+name: "INTEGER"
}
]
]
Deprecated: App\Service\Technique\FileUploadST::upload(): Implicitly marking parameter $entrepriseName as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Service\Technique\FileUploadST::upload(): Implicitly marking parameter $subFolder as nullable is deprecated, the explicit nullable type must be used instead
[
"sql" => "SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.centre_id AS centre_id_3 FROM users_centres_access t0 WHERE t0.user_id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#565
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT d0_.id AS id_0, d0_.code_dossier AS code_dossier_1, d0_.domiciliataire_id AS domiciliataire_id_2, d0_.nom_societe AS nom_societe_3, d0_.nom_commercial AS nom_commercial_4, d0_.siren AS siren_5, d0_.siret AS siret_6, d0_.tva_intracom AS tva_intracom_7, d0_.forme_juridique_id AS forme_juridique_id_8, d0_.capital_social AS capital_social_9, d0_.secteur_activite_id AS secteur_activite_id_10, d0_.activite AS activite_11, d0_.statut_id AS statut_id_12, d0_.origine_siege AS origine_siege_13, d0_.email_comptable AS email_comptable_14, d0_.contact_principal_id AS contact_principal_id_15, d0_.site_internet_societe AS site_internet_societe_16, d0_.stripe_customer_id AS stripe_customer_id_17, d0_.created_by AS created_by_18, d0_.logo AS logo_19, d0_.created_at AS created_at_20, d0_.updated_at AS updated_at_21, d0_.centre_id AS centre_id_22 FROM dossiers d0_ WHERE d0_.centre_id IN (?, ?) ORDER BY d0_.code_dossier ASC"
[
"sql" => "SELECT d0_.id AS id_0, d0_.code_dossier AS code_dossier_1, d0_.domiciliataire_id AS domiciliataire_id_2, d0_.nom_societe AS nom_societe_3, d0_.nom_commercial AS nom_commercial_4, d0_.siren AS siren_5, d0_.siret AS siret_6, d0_.tva_intracom AS tva_intracom_7, d0_.forme_juridique_id AS forme_juridique_id_8, d0_.capital_social AS capital_social_9, d0_.secteur_activite_id AS secteur_activite_id_10, d0_.activite AS activite_11, d0_.statut_id AS statut_id_12, d0_.origine_siege AS origine_siege_13, d0_.email_comptable AS email_comptable_14, d0_.contact_principal_id AS contact_principal_id_15, d0_.site_internet_societe AS site_internet_societe_16, d0_.stripe_customer_id AS stripe_customer_id_17, d0_.created_by AS created_by_18, d0_.logo AS logo_19, d0_.created_at AS created_at_20, d0_.updated_at AS updated_at_21, d0_.centre_id AS centre_id_22 FROM dossiers d0_ WHERE d0_.centre_id IN (?, ?) ORDER BY d0_.code_dossier ASC"
"params" => [1 => 12 => 2]
"types" => [1 => Doctrine\DBAL\ParameterType {#565
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#565}
]
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.code_insee AS code_insee_2, t0.code_abrege AS code_abrege_3, t0.libelle AS libelle_4, t0.categorie AS categorie_5, t0.actif AS actif_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM formes_juridiques t0 WHERE t0.code_abrege IS NULL ORDER BY t0.libelle ASC"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.code_insee AS code_insee_2, t0.code_abrege AS code_abrege_3, t0.libelle AS libelle_4, t0.categorie AS categorie_5, t0.actif AS actif_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM formes_juridiques t0 WHERE t0.code_abrege IS NULL ORDER BY t0.libelle ASC"
]
debug
Executing query:
"SELECT f0_.id AS id_0, f0_.code_insee AS code_insee_1, f0_.code_abrege AS code_abrege_2, f0_.libelle AS libelle_3, f0_.categorie AS categorie_4, f0_.actif AS actif_5, f0_.created_at AS created_at_6, f0_.updated_at AS updated_at_7 FROM formes_juridiques f0_ WHERE f0_.code_abrege IS NOT NULL ORDER BY f0_.code_abrege ASC"
doctrine
[
"sql" => "SELECT f0_.id AS id_0, f0_.code_insee AS code_insee_1, f0_.code_abrege AS code_abrege_2, f0_.libelle AS libelle_3, f0_.categorie AS categorie_4, f0_.actif AS actif_5, f0_.created_at AS created_at_6, f0_.updated_at AS updated_at_7 FROM formes_juridiques f0_ WHERE f0_.code_abrege IS NOT NULL ORDER BY f0_.code_abrege ASC"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM statut_dossier t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM statut_dossier t0"
]
debug
Executing query:
"SELECT t0.id AS id_1, t0.domiciliataire_id AS domiciliataire_id_2, t0.civilite_id AS civilite_id_3, t0.nom AS nom_4, t0.nom_jeune_fille AS nom_jeune_fille_5, t0.prenom AS prenom_6, t0.photo AS photo_7, t0.date_naissance AS date_naissance_8, t0.lieu_naissance AS lieu_naissance_9, t0.nationalite_id AS nationalite_id_10, t0.adresse AS adresse_11, t0.complement_adresse AS complement_adresse_12, t0.code_postal AS code_postal_13, t0.ville AS ville_14, t0.pays_id AS pays_id_15, t0.email AS email_16, t0.tel_fixe AS tel_fixe_17, t0.tel_portable AS tel_portable_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20 FROM personnes_physiques t0"
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.domiciliataire_id AS domiciliataire_id_2, t0.civilite_id AS civilite_id_3, t0.nom AS nom_4, t0.nom_jeune_fille AS nom_jeune_fille_5, t0.prenom AS prenom_6, t0.photo AS photo_7, t0.date_naissance AS date_naissance_8, t0.lieu_naissance AS lieu_naissance_9, t0.nationalite_id AS nationalite_id_10, t0.adresse AS adresse_11, t0.complement_adresse AS complement_adresse_12, t0.code_postal AS code_postal_13, t0.ville AS ville_14, t0.pays_id AS pays_id_15, t0.email AS email_16, t0.tel_fixe AS tel_fixe_17, t0.tel_portable AS tel_portable_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20 FROM personnes_physiques t0"
]
[
"sql" => "SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.centre_id AS centre_id_3 FROM users_centres_access t0 WHERE t0.user_id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#565
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.domiciliataire_id AS domiciliataire_id_2, t0.nom_commercial AS nom_commercial_3, t0.denomination_interne AS denomination_interne_4, t0.adresse AS adresse_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.pays_id AS pays_id_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.email AS email_11, t0.telephone AS telephone_12, t0.siret AS siret_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM centres t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.domiciliataire_id AS domiciliataire_id_2, t0.nom_commercial AS nom_commercial_3, t0.denomination_interne AS denomination_interne_4, t0.adresse AS adresse_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.pays_id AS pays_id_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.email AS email_11, t0.telephone AS telephone_12, t0.siret AS siret_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM centres t0 WHERE t0.id = ?"
"params" => [1 => 3]
"types" => [1 => Doctrine\DBAL\ParameterType {#565
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.domiciliataire_id AS domiciliataire_id_2, t0.nom_commercial AS nom_commercial_3, t0.denomination_interne AS denomination_interne_4, t0.adresse AS adresse_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.pays_id AS pays_id_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.email AS email_11, t0.telephone AS telephone_12, t0.siret AS siret_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM centres t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.domiciliataire_id AS domiciliataire_id_2, t0.nom_commercial AS nom_commercial_3, t0.denomination_interne AS denomination_interne_4, t0.adresse AS adresse_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.pays_id AS pays_id_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.email AS email_11, t0.telephone AS telephone_12, t0.siret AS siret_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM centres t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#565
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.domiciliataire_id AS domiciliataire_id_2, t0.nom_commercial AS nom_commercial_3, t0.denomination_interne AS denomination_interne_4, t0.adresse AS adresse_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.pays_id AS pays_id_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.email AS email_11, t0.telephone AS telephone_12, t0.siret AS siret_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM centres t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.domiciliataire_id AS domiciliataire_id_2, t0.nom_commercial AS nom_commercial_3, t0.denomination_interne AS denomination_interne_4, t0.adresse AS adresse_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.pays_id AS pays_id_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.email AS email_11, t0.telephone AS telephone_12, t0.siret AS siret_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM centres t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => Doctrine\DBAL\ParameterType {#565
+name: "INTEGER"
}
]
]
Log messages generated during the compilation of the service container.
Messages
Class
361
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EncryptTenantDataCommand" (parent: .abstract.instanceof.App\Command\EncryptTenantDataCommand).
Resolving inheritance for "App\Command\EncryptTenantDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EncryptTenantDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportChangelogCommand" (parent: .abstract.instanceof.App\Command\ImportChangelogCommand).
Resolving inheritance for ".instanceof.App\Command\ImportChangelogCommand.0.App\Command\ImportChangelogCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportChangelogCommand).
Resolving inheritance for "App\Command\ImportChangelogCommand" (parent: .instanceof.App\Command\ImportChangelogCommand.0.App\Command\ImportChangelogCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Activite\ActiviteController" (parent: .abstract.instanceof.App\Controller\Activite\ActiviteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Activite\ActiviteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Activite\ActiviteController).
Resolving inheritance for ".instanceof.App\Controller\Activite\ActiviteController.0.App\Controller\Activite\ActiviteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Activite\ActiviteController).
Resolving inheritance for "App\Controller\Activite\ActiviteController" (parent: .instanceof.App\Controller\Activite\ActiviteController.0.App\Controller\Activite\ActiviteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\CentreController" (parent: .abstract.instanceof.App\Controller\Administrateur\CentreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\CentreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\CentreController).
Resolving inheritance for ".instanceof.App\Controller\Administrateur\CentreController.0.App\Controller\Administrateur\CentreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\CentreController).
Resolving inheritance for "App\Controller\Administrateur\CentreController" (parent: .instanceof.App\Controller\Administrateur\CentreController.0.App\Controller\Administrateur\CentreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\DomiciliataireController" (parent: .abstract.instanceof.App\Controller\Administrateur\DomiciliataireController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\DomiciliataireController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\DomiciliataireController).
Resolving inheritance for "App\Controller\Administrateur\DomiciliataireController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\DomiciliataireController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\PrestationsController" (parent: .abstract.instanceof.App\Controller\Administrateur\PrestationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\PrestationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\PrestationsController).
Resolving inheritance for "App\Controller\Administrateur\PrestationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\PrestationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\ServicesParameterController" (parent: .abstract.instanceof.App\Controller\Administrateur\ServicesParameterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\ServicesParameterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\ServicesParameterController).
Resolving inheritance for "App\Controller\Administrateur\ServicesParameterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\ServicesParameterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\UserController" (parent: .abstract.instanceof.App\Controller\Administrateur\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\UserController).
Resolving inheritance for ".instanceof.App\Controller\Administrateur\UserController.0.App\Controller\Administrateur\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\UserController).
Resolving inheritance for "App\Controller\Administrateur\UserController" (parent: .instanceof.App\Controller\Administrateur\UserController.0.App\Controller\Administrateur\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Centre\CentreController" (parent: .abstract.instanceof.App\Controller\Centre\CentreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Centre\CentreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Centre\CentreController).
Resolving inheritance for "App\Controller\Centre\CentreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Centre\CentreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Changelog\ChangelogController" (parent: .abstract.instanceof.App\Controller\Changelog\ChangelogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Changelog\ChangelogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Changelog\ChangelogController).
Resolving inheritance for ".instanceof.App\Controller\Changelog\ChangelogController.0.App\Controller\Changelog\ChangelogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Changelog\ChangelogController).
Resolving inheritance for "App\Controller\Changelog\ChangelogController" (parent: .instanceof.App\Controller\Changelog\ChangelogController.0.App\Controller\Changelog\ChangelogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contrat\ContratController" (parent: .abstract.instanceof.App\Controller\Contrat\ContratController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contrat\ContratController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contrat\ContratController).
Resolving inheritance for ".instanceof.App\Controller\Contrat\ContratController.0.App\Controller\Contrat\ContratController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contrat\ContratController).
Resolving inheritance for "App\Controller\Contrat\ContratController" (parent: .instanceof.App\Controller\Contrat\ContratController.0.App\Controller\Contrat\ContratController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashbord\DashbordController" (parent: .abstract.instanceof.App\Controller\Dashbord\DashbordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashbord\DashbordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashbord\DashbordController).
Resolving inheritance for "App\Controller\Dashbord\DashbordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashbord\DashbordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepotGarantie\DepotGarantieController" (parent: .abstract.instanceof.App\Controller\DepotGarantie\DepotGarantieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepotGarantie\DepotGarantieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepotGarantie\DepotGarantieController).
Resolving inheritance for ".instanceof.App\Controller\DepotGarantie\DepotGarantieController.0.App\Controller\DepotGarantie\DepotGarantieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepotGarantie\DepotGarantieController).
Resolving inheritance for "App\Controller\DepotGarantie\DepotGarantieController" (parent: .instanceof.App\Controller\DepotGarantie\DepotGarantieController.0.App\Controller\DepotGarantie\DepotGarantieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Document\DocumentController" (parent: .abstract.instanceof.App\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Document\DocumentController).
Resolving inheritance for "App\Controller\Document\DocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Document\DocumentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentSousType\DocumentSousTypeController" (parent: .abstract.instanceof.App\Controller\DocumentSousType\DocumentSousTypeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentSousType\DocumentSousTypeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentSousType\DocumentSousTypeController).
Resolving inheritance for ".instanceof.App\Controller\DocumentSousType\DocumentSousTypeController.0.App\Controller\DocumentSousType\DocumentSousTypeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentSousType\DocumentSousTypeController).
Resolving inheritance for "App\Controller\DocumentSousType\DocumentSousTypeController" (parent: .instanceof.App\Controller\DocumentSousType\DocumentSousTypeController.0.App\Controller\DocumentSousType\DocumentSousTypeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\CentreController" (parent: .abstract.instanceof.App\Controller\Domiciliataire\CentreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\CentreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\CentreController).
Resolving inheritance for ".instanceof.App\Controller\Domiciliataire\CentreController.0.App\Controller\Domiciliataire\CentreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\CentreController).
Resolving inheritance for "App\Controller\Domiciliataire\CentreController" (parent: .instanceof.App\Controller\Domiciliataire\CentreController.0.App\Controller\Domiciliataire\CentreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\DomiciliataireController" (parent: .abstract.instanceof.App\Controller\Domiciliataire\DomiciliataireController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\DomiciliataireController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\DomiciliataireController).
Resolving inheritance for ".instanceof.App\Controller\Domiciliataire\DomiciliataireController.0.App\Controller\Domiciliataire\DomiciliataireController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\DomiciliataireController).
Resolving inheritance for "App\Controller\Domiciliataire\DomiciliataireController" (parent: .instanceof.App\Controller\Domiciliataire\DomiciliataireController.0.App\Controller\Domiciliataire\DomiciliataireController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\OperateurController" (parent: .abstract.instanceof.App\Controller\Domiciliataire\OperateurController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\OperateurController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\OperateurController).
Resolving inheritance for ".instanceof.App\Controller\Domiciliataire\OperateurController.0.App\Controller\Domiciliataire\OperateurController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\OperateurController).
Resolving inheritance for "App\Controller\Domiciliataire\OperateurController" (parent: .instanceof.App\Controller\Domiciliataire\OperateurController.0.App\Controller\Domiciliataire\OperateurController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dossier\DossierController" (parent: .abstract.instanceof.App\Controller\Dossier\DossierController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dossier\DossierController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dossier\DossierController).
Resolving inheritance for ".instanceof.App\Controller\Dossier\DossierController.0.App\Controller\Dossier\DossierController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dossier\DossierController).
Resolving inheritance for "App\Controller\Dossier\DossierController" (parent: .instanceof.App\Controller\Dossier\DossierController.0.App\Controller\Dossier\DossierController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DossierPersonne\DossierPersonneController" (parent: .abstract.instanceof.App\Controller\DossierPersonne\DossierPersonneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DossierPersonne\DossierPersonneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DossierPersonne\DossierPersonneController).
Resolving inheritance for ".instanceof.App\Controller\DossierPersonne\DossierPersonneController.0.App\Controller\DossierPersonne\DossierPersonneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DossierPersonne\DossierPersonneController).
Resolving inheritance for "App\Controller\DossierPersonne\DossierPersonneController" (parent: .instanceof.App\Controller\DossierPersonne\DossierPersonneController.0.App\Controller\DossierPersonne\DossierPersonneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController" (parent: .abstract.instanceof.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController).
Resolving inheritance for ".instanceof.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController).
Resolving inheritance for "App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController" (parent: .instanceof.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\INPI\InpiController" (parent: .abstract.instanceof.App\Controller\INPI\InpiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\INPI\InpiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\INPI\InpiController).
Resolving inheritance for ".instanceof.App\Controller\INPI\InpiController.0.App\Controller\INPI\InpiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\INPI\InpiController).
Resolving inheritance for "App\Controller\INPI\InpiController" (parent: .instanceof.App\Controller\INPI\InpiController.0.App\Controller\INPI\InpiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Note\NoteController" (parent: .abstract.instanceof.App\Controller\Note\NoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Note\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Note\NoteController).
Resolving inheritance for ".instanceof.App\Controller\Note\NoteController.0.App\Controller\Note\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Note\NoteController).
Resolving inheritance for "App\Controller\Note\NoteController" (parent: .instanceof.App\Controller\Note\NoteController.0.App\Controller\Note\NoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonneMorale\PersonneMoraleController" (parent: .abstract.instanceof.App\Controller\PersonneMorale\PersonneMoraleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonneMorale\PersonneMoraleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonneMorale\PersonneMoraleController).
Resolving inheritance for "App\Controller\PersonneMorale\PersonneMoraleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonneMorale\PersonneMoraleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonnePhysique\PersonnePhysiqueController" (parent: .abstract.instanceof.App\Controller\PersonnePhysique\PersonnePhysiqueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonnePhysique\PersonnePhysiqueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonnePhysique\PersonnePhysiqueController).
Resolving inheritance for "App\Controller\PersonnePhysique\PersonnePhysiqueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonnePhysique\PersonnePhysiqueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController" (parent: .abstract.instanceof.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController).
Resolving inheritance for ".instanceof.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController).
Resolving inheritance for "App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController" (parent: .instanceof.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Profile\ProfileController" (parent: .abstract.instanceof.App\Controller\Profile\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Profile\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Profile\ProfileController).
Resolving inheritance for ".instanceof.App\Controller\Profile\ProfileController.0.App\Controller\Profile\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Profile\ProfileController).
Resolving inheritance for "App\Controller\Profile\ProfileController" (parent: .instanceof.App\Controller\Profile\ProfileController.0.App\Controller\Profile\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\SecurityController" (parent: .abstract.instanceof.App\Controller\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\SecurityController).
Resolving inheritance for ".instanceof.App\Controller\Security\SecurityController.0.App\Controller\Security\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\SecurityController).
Resolving inheritance for "App\Controller\Security\SecurityController" (parent: .instanceof.App\Controller\Security\SecurityController.0.App\Controller\Security\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\TwoFactorEmailController" (parent: .abstract.instanceof.App\Controller\Security\TwoFactorEmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\TwoFactorEmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\TwoFactorEmailController).
Resolving inheritance for "App\Controller\Security\TwoFactorEmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\TwoFactorEmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\TwoFactorSetupController" (parent: .abstract.instanceof.App\Controller\Security\TwoFactorSetupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\TwoFactorSetupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\TwoFactorSetupController).
Resolving inheritance for "App\Controller\Security\TwoFactorSetupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\TwoFactorSetupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantController" (parent: .abstract.instanceof.App\Controller\Tenant\TenantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantController).
Resolving inheritance for "App\Controller\Tenant\TenantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeDocument\TypeDocumentController" (parent: .abstract.instanceof.App\Controller\TypeDocument\TypeDocumentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeDocument\TypeDocumentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeDocument\TypeDocumentController).
Resolving inheritance for ".instanceof.App\Controller\TypeDocument\TypeDocumentController.0.App\Controller\TypeDocument\TypeDocumentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeDocument\TypeDocumentController).
Resolving inheritance for "App\Controller\TypeDocument\TypeDocumentController" (parent: .instanceof.App\Controller\TypeDocument\TypeDocumentController.0.App\Controller\TypeDocument\TypeDocumentController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Core\EventSubscriber\TenantRequestSubscriber" (parent: .abstract.instanceof.App\Core\EventSubscriber\TenantRequestSubscriber).
Resolving inheritance for "App\Core\EventSubscriber\TenantRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Core\EventSubscriber\TenantRequestSubscriber).
Resolving inheritance for ".instanceof.App\EventListener\ExceptionListener.0.App\EventListener\ExceptionListener" (parent: .abstract.instanceof.App\EventListener\ExceptionListener).
Resolving inheritance for "App\EventListener\ExceptionListener" (parent: .instanceof.App\EventListener\ExceptionListener.0.App\EventListener\ExceptionListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\CanalEntreeRepository" (parent: .abstract.instanceof.App\Repository\Global\CanalEntreeRepository).
Resolving inheritance for "App\Repository\Global\CanalEntreeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\CanalEntreeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\ChangelogRepository" (parent: .abstract.instanceof.App\Repository\Global\ChangelogRepository).
Resolving inheritance for "App\Repository\Global\ChangelogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\ChangelogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\CiviliteRepository" (parent: .abstract.instanceof.App\Repository\Global\CiviliteRepository).
Resolving inheritance for "App\Repository\Global\CiviliteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\CiviliteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentCategorieRepository" (parent: .abstract.instanceof.App\Repository\Global\DocumentCategorieRepository).
Resolving inheritance for "App\Repository\Global\DocumentCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentCategorieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentEtatValidationRepository" (parent: .abstract.instanceof.App\Repository\Global\DocumentEtatValidationRepository).
Resolving inheritance for "App\Repository\Global\DocumentEtatValidationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentEtatValidationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentSousTypeRepository" (parent: .abstract.instanceof.App\Repository\Global\DocumentSousTypeRepository).
Resolving inheritance for "App\Repository\Global\DocumentSousTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentSousTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentTypeEntiteRepository" (parent: .abstract.instanceof.App\Repository\Global\DocumentTypeEntiteRepository).
Resolving inheritance for "App\Repository\Global\DocumentTypeEntiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentTypeEntiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentTypeRepository" (parent: .abstract.instanceof.App\Repository\Global\DocumentTypeRepository).
Resolving inheritance for "App\Repository\Global\DocumentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DomiciliataireRepository" (parent: .abstract.instanceof.App\Repository\Global\DomiciliataireRepository).
Resolving inheritance for "App\Repository\Global\DomiciliataireRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DomiciliataireRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\EmailTemplateRepository" (parent: .abstract.instanceof.App\Repository\Global\EmailTemplateRepository).
Resolving inheritance for "App\Repository\Global\EmailTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\EmailTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\FormeJuridiqueRepository" (parent: .abstract.instanceof.App\Repository\Global\FormeJuridiqueRepository).
Resolving inheritance for "App\Repository\Global\FormeJuridiqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\FormeJuridiqueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\FormeJuridiqueRoleJuridiqueRepository" (parent: .abstract.instanceof.App\Repository\Global\FormeJuridiqueRoleJuridiqueRepository).
Resolving inheritance for "App\Repository\Global\FormeJuridiqueRoleJuridiqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\FormeJuridiqueRoleJuridiqueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\LogTechniqueRepository" (parent: .abstract.instanceof.App\Repository\Global\LogTechniqueRepository).
Resolving inheritance for "App\Repository\Global\LogTechniqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\LogTechniqueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\MemberShipRepository" (parent: .abstract.instanceof.App\Repository\Global\MemberShipRepository).
Resolving inheritance for "App\Repository\Global\MemberShipRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\MemberShipRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\NationaliteRepository" (parent: .abstract.instanceof.App\Repository\Global\NationaliteRepository).
Resolving inheritance for "App\Repository\Global\NationaliteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\NationaliteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\PaysRepository" (parent: .abstract.instanceof.App\Repository\Global\PaysRepository).
Resolving inheritance for "App\Repository\Global\PaysRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\PaysRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\RoleJuridiqueRepository" (parent: .abstract.instanceof.App\Repository\Global\RoleJuridiqueRepository).
Resolving inheritance for "App\Repository\Global\RoleJuridiqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\RoleJuridiqueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\ServicesParameterRepository" (parent: .abstract.instanceof.App\Repository\Global\ServicesParameterRepository).
Resolving inheritance for "App\Repository\Global\ServicesParameterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\ServicesParameterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\StatutDossierRepository" (parent: .abstract.instanceof.App\Repository\Global\StatutDossierRepository).
Resolving inheritance for "App\Repository\Global\StatutDossierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\StatutDossierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\TenantRepository" (parent: .abstract.instanceof.App\Repository\Global\TenantRepository).
Resolving inheritance for "App\Repository\Global\TenantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\TenantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\UserRepository" (parent: .abstract.instanceof.App\Repository\Global\UserRepository).
Resolving inheritance for "App\Repository\Global\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteCategorieRepository" (parent: .abstract.instanceof.App\Repository\Tenant\ActiviteCategorieRepository).
Resolving inheritance for "App\Repository\Tenant\ActiviteCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteCategorieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteChampRepository" (parent: .abstract.instanceof.App\Repository\Tenant\ActiviteChampRepository).
Resolving inheritance for "App\Repository\Tenant\ActiviteChampRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteChampRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteRepository" (parent: .abstract.instanceof.App\Repository\Tenant\ActiviteRepository).
Resolving inheritance for "App\Repository\Tenant\ActiviteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteValeurRepository" (parent: .abstract.instanceof.App\Repository\Tenant\ActiviteValeurRepository).
Resolving inheritance for "App\Repository\Tenant\ActiviteValeurRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteValeurRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\CentreRepository" (parent: .abstract.instanceof.App\Repository\Tenant\CentreRepository).
Resolving inheritance for "App\Repository\Tenant\CentreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\CentreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ContratPrestationRepository" (parent: .abstract.instanceof.App\Repository\Tenant\ContratPrestationRepository).
Resolving inheritance for "App\Repository\Tenant\ContratPrestationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ContratPrestationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ContratRepository" (parent: .abstract.instanceof.App\Repository\Tenant\ContratRepository).
Resolving inheritance for "App\Repository\Tenant\ContratRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ContratRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DepotGarantieRepository" (parent: .abstract.instanceof.App\Repository\Tenant\DepotGarantieRepository).
Resolving inheritance for "App\Repository\Tenant\DepotGarantieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DepotGarantieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DocumentEntiteCategorieRepository" (parent: .abstract.instanceof.App\Repository\Tenant\DocumentEntiteCategorieRepository).
Resolving inheritance for "App\Repository\Tenant\DocumentEntiteCategorieRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DocumentEntiteCategorieRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DocumentRepository" (parent: .abstract.instanceof.App\Repository\Tenant\DocumentRepository).
Resolving inheritance for "App\Repository\Tenant\DocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DossierPersonneRepository" (parent: .abstract.instanceof.App\Repository\Tenant\DossierPersonneRepository).
Resolving inheritance for "App\Repository\Tenant\DossierPersonneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DossierPersonneRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DossierRepository" (parent: .abstract.instanceof.App\Repository\Tenant\DossierRepository).
Resolving inheritance for "App\Repository\Tenant\DossierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DossierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\NoteRepository" (parent: .abstract.instanceof.App\Repository\Tenant\NoteRepository).
Resolving inheritance for "App\Repository\Tenant\NoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\NoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\OffreCommercialeRepository" (parent: .abstract.instanceof.App\Repository\Tenant\OffreCommercialeRepository).
Resolving inheritance for "App\Repository\Tenant\OffreCommercialeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\OffreCommercialeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonneMoraleRepository" (parent: .abstract.instanceof.App\Repository\Tenant\PersonneMoraleRepository).
Resolving inheritance for "App\Repository\Tenant\PersonneMoraleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonneMoraleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonnePhysiqueRepository" (parent: .abstract.instanceof.App\Repository\Tenant\PersonnePhysiqueRepository).
Resolving inheritance for "App\Repository\Tenant\PersonnePhysiqueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonnePhysiqueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonnesMoralesAssociesRepository" (parent: .abstract.instanceof.App\Repository\Tenant\PersonnesMoralesAssociesRepository).
Resolving inheritance for "App\Repository\Tenant\PersonnesMoralesAssociesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonnesMoralesAssociesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PrestationRepository" (parent: .abstract.instanceof.App\Repository\Tenant\PrestationRepository).
Resolving inheritance for "App\Repository\Tenant\PrestationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PrestationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\UserCentreAccesRepository" (parent: .abstract.instanceof.App\Repository\Tenant\UserCentreAccesRepository).
Resolving inheritance for "App\Repository\Tenant\UserCentreAccesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\UserCentreAccesRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ActiviteVoter" (parent: .abstract.instanceof.App\Security\Voter\ActiviteVoter).
Resolving inheritance for "App\Security\Voter\ActiviteVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ActiviteVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DossierVoter" (parent: .abstract.instanceof.App\Security\Voter\DossierVoter).
Resolving inheritance for "App\Security\Voter\DossierVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DossierVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\NoteVoter" (parent: .abstract.instanceof.App\Security\Voter\NoteVoter).
Resolving inheritance for "App\Security\Voter\NoteVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\NoteVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Voter\UserVoter).
Resolving inheritance for "App\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GesdomExtension" (parent: .abstract.instanceof.App\Twig\GesdomExtension).
Resolving inheritance for "App\Twig\GesdomExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GesdomExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension" (parent: .abstract.instanceof.Twig\Extra\String\StringExtension).
Resolving inheritance for "Twig\Extra\String\StringExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.core_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.core_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.core_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.tenant_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.tenant_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.tenant_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.core_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.core_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.core_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "doctrine.orm.tenant_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.tenant_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.tenant_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_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 ".instanceof.App\Entity\Global\CanalEntree.0.App\Entity\Global\CanalEntree" (parent: .abstract.instanceof.App\Entity\Global\CanalEntree).
Resolving inheritance for ".instanceof.App\Entity\Global\Changelog.0.App\Entity\Global\Changelog" (parent: .abstract.instanceof.App\Entity\Global\Changelog).
Resolving inheritance for ".instanceof.App\Entity\Global\Civilite.0.App\Entity\Global\Civilite" (parent: .abstract.instanceof.App\Entity\Global\Civilite).
Resolving inheritance for ".instanceof.App\Entity\Global\DocumentCategorie.0.App\Entity\Global\DocumentCategorie" (parent: .abstract.instanceof.App\Entity\Global\DocumentCategorie).
Resolving inheritance for ".instanceof.App\Entity\Global\DocumentEtatValidation.0.App\Entity\Global\DocumentEtatValidation" (parent: .abstract.instanceof.App\Entity\Global\DocumentEtatValidation).
Resolving inheritance for ".instanceof.App\Entity\Global\DocumentSousType.0.App\Entity\Global\DocumentSousType" (parent: .abstract.instanceof.App\Entity\Global\DocumentSousType).
Resolving inheritance for ".instanceof.App\Entity\Global\DocumentType.0.App\Entity\Global\DocumentType" (parent: .abstract.instanceof.App\Entity\Global\DocumentType).
Resolving inheritance for ".instanceof.App\Entity\Global\DocumentTypeEntite.0.App\Entity\Global\DocumentTypeEntite" (parent: .abstract.instanceof.App\Entity\Global\DocumentTypeEntite).
Resolving inheritance for ".instanceof.App\Entity\Global\Domiciliataire.0.App\Entity\Global\Domiciliataire" (parent: .abstract.instanceof.App\Entity\Global\Domiciliataire).
Resolving inheritance for ".instanceof.App\Entity\Global\EmailTemplate.0.App\Entity\Global\EmailTemplate" (parent: .abstract.instanceof.App\Entity\Global\EmailTemplate).
Resolving inheritance for ".instanceof.App\Entity\Global\FormeJuridique.0.App\Entity\Global\FormeJuridique" (parent: .abstract.instanceof.App\Entity\Global\FormeJuridique).
Resolving inheritance for ".instanceof.App\Entity\Global\FormeJuridiqueRoleJuridique.0.App\Entity\Global\FormeJuridiqueRoleJuridique" (parent: .abstract.instanceof.App\Entity\Global\FormeJuridiqueRoleJuridique).
Resolving inheritance for ".instanceof.App\Entity\Global\LogTechnique.0.App\Entity\Global\LogTechnique" (parent: .abstract.instanceof.App\Entity\Global\LogTechnique).
Resolving inheritance for ".instanceof.App\Entity\Global\Membership.0.App\Entity\Global\Membership" (parent: .abstract.instanceof.App\Entity\Global\Membership).
Resolving inheritance for ".instanceof.App\Entity\Global\Nationalite.0.App\Entity\Global\Nationalite" (parent: .abstract.instanceof.App\Entity\Global\Nationalite).
Resolving inheritance for ".instanceof.App\Entity\Global\Pays.0.App\Entity\Global\Pays" (parent: .abstract.instanceof.App\Entity\Global\Pays).
Resolving inheritance for ".instanceof.App\Entity\Global\RoleJuridique.0.App\Entity\Global\RoleJuridique" (parent: .abstract.instanceof.App\Entity\Global\RoleJuridique).
Resolving inheritance for ".instanceof.App\Entity\Global\ServicesParameter.0.App\Entity\Global\ServicesParameter" (parent: .abstract.instanceof.App\Entity\Global\ServicesParameter).
Resolving inheritance for ".instanceof.App\Entity\Global\StatutDossier.0.App\Entity\Global\StatutDossier" (parent: .abstract.instanceof.App\Entity\Global\StatutDossier).
Resolving inheritance for ".instanceof.App\Entity\Global\Tenant.0.App\Entity\Global\Tenant" (parent: .abstract.instanceof.App\Entity\Global\Tenant).
Resolving inheritance for ".instanceof.App\Entity\Global\User.0.App\Entity\Global\User" (parent: .abstract.instanceof.App\Entity\Global\User).
Resolving inheritance for ".instanceof.App\Entity\Tenant\Activite.0.App\Entity\Tenant\Activite" (parent: .abstract.instanceof.App\Entity\Tenant\Activite).
Resolving inheritance for ".instanceof.App\Entity\Tenant\ActiviteCategorie.0.App\Entity\Tenant\ActiviteCategorie" (parent: .abstract.instanceof.App\Entity\Tenant\ActiviteCategorie).
Resolving inheritance for ".instanceof.App\Entity\Tenant\ActiviteChamp.0.App\Entity\Tenant\ActiviteChamp" (parent: .abstract.instanceof.App\Entity\Tenant\ActiviteChamp).
Resolving inheritance for ".instanceof.App\Entity\Tenant\ActiviteValeur.0.App\Entity\Tenant\ActiviteValeur" (parent: .abstract.instanceof.App\Entity\Tenant\ActiviteValeur).
Resolving inheritance for ".instanceof.App\Entity\Tenant\Centre.0.App\Entity\Tenant\Centre" (parent: .abstract.instanceof.App\Entity\Tenant\Centre).
Resolving inheritance for ".instanceof.App\Entity\Tenant\Contrat.0.App\Entity\Tenant\Contrat" (parent: .abstract.instanceof.App\Entity\Tenant\Contrat).
Resolving inheritance for ".instanceof.App\Entity\Tenant\ContratPrestation.0.App\Entity\Tenant\ContratPrestation" (parent: .abstract.instanceof.App\Entity\Tenant\ContratPrestation).
Resolving inheritance for ".instanceof.App\Entity\Tenant\DepotGarantie.0.App\Entity\Tenant\DepotGarantie" (parent: .abstract.instanceof.App\Entity\Tenant\DepotGarantie).
Resolving inheritance for ".instanceof.App\Entity\Tenant\Document.0.App\Entity\Tenant\Document" (parent: .abstract.instanceof.App\Entity\Tenant\Document).
Resolving inheritance for ".instanceof.App\Entity\Tenant\DocumentEntiteCategorie.0.App\Entity\Tenant\DocumentEntiteCategorie" (parent: .abstract.instanceof.App\Entity\Tenant\DocumentEntiteCategorie).
Resolving inheritance for ".instanceof.App\Entity\Tenant\Dossier.0.App\Entity\Tenant\Dossier" (parent: .abstract.instanceof.App\Entity\Tenant\Dossier).
Resolving inheritance for ".instanceof.App\Entity\Tenant\DossierPersonne.0.App\Entity\Tenant\DossierPersonne" (parent: .abstract.instanceof.App\Entity\Tenant\DossierPersonne).
Resolving inheritance for ".instanceof.App\Entity\Tenant\Note.0.App\Entity\Tenant\Note" (parent: .abstract.instanceof.App\Entity\Tenant\Note).
Resolving inheritance for ".instanceof.App\Entity\Tenant\OffreCommerciale.0.App\Entity\Tenant\OffreCommerciale" (parent: .abstract.instanceof.App\Entity\Tenant\OffreCommerciale).
Resolving inheritance for ".instanceof.App\Entity\Tenant\PersonneMorale.0.App\Entity\Tenant\PersonneMorale" (parent: .abstract.instanceof.App\Entity\Tenant\PersonneMorale).
Resolving inheritance for ".instanceof.App\Entity\Tenant\PersonnePhysique.0.App\Entity\Tenant\PersonnePhysique" (parent: .abstract.instanceof.App\Entity\Tenant\PersonnePhysique).
Resolving inheritance for ".instanceof.App\Entity\Tenant\PersonnesMoralesAssocies.0.App\Entity\Tenant\PersonnesMoralesAssocies" (parent: .abstract.instanceof.App\Entity\Tenant\PersonnesMoralesAssocies).
Resolving inheritance for ".instanceof.App\Entity\Tenant\Prestation.0.App\Entity\Tenant\Prestation" (parent: .abstract.instanceof.App\Entity\Tenant\Prestation).
Resolving inheritance for ".instanceof.App\Entity\Tenant\UserCentreAcces.0.App\Entity\Tenant\UserCentreAcces" (parent: .abstract.instanceof.App\Entity\Tenant\UserCentreAcces).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Activite\ActiviteChampInputTypeEnum" (parent: .abstract.instanceof.App\Enum\Activite\ActiviteChampInputTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Activite\ActiviteChampTypeEnum" (parent: .abstract.instanceof.App\Enum\Activite\ActiviteChampTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Activite\ActiviteEntityTypeEnum" (parent: .abstract.instanceof.App\Enum\Activite\ActiviteEntityTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Contrat\ContratStatutTypeEnum" (parent: .abstract.instanceof.App\Enum\Contrat\ContratStatutTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DepotGarantie\DepotGarantieStatutEnum" (parent: .abstract.instanceof.App\Enum\DepotGarantie\DepotGarantieStatutEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DepotGarantie\DepotGarantieTypeEnum" (parent: .abstract.instanceof.App\Enum\DepotGarantie\DepotGarantieTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DocumentEntityType\DocumentEntityTypeEnum" (parent: .abstract.instanceof.App\Enum\DocumentEntityType\DocumentEntityTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Dossier\DossierOrigineSiegeEnum" (parent: .abstract.instanceof.App\Enum\Dossier\DossierOrigineSiegeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\DossierPersonne\PersonneTypeEnum" (parent: .abstract.instanceof.App\Enum\DossierPersonne\PersonneTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Note\NoteTypeEntityEnum" (parent: .abstract.instanceof.App\Enum\Note\NoteTypeEntityEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\PersonnesMoralesAssocies\DetenteurTypeEnum" (parent: .abstract.instanceof.App\Enum\PersonnesMoralesAssocies\DetenteurTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\RoleJuridique\CategorieRoleJuridiqueEnum" (parent: .abstract.instanceof.App\Enum\RoleJuridique\CategorieRoleJuridiqueEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\ServicesParameterTypeEnum" (parent: .abstract.instanceof.App\Enum\ServicesParameterTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\User\UserStatutEnum" (parent: .abstract.instanceof.App\Enum\User\UserStatutEnum).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.core_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.tenant_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.core" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.core" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.core" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.tenant" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.tenant" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.tenant" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
172
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\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\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 $core.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $coreConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $tenant.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $tenantConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.core_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.core_result_cache"; reason: private alias.
Removed service "doctrine.orm.core_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $core.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $coreEntityManager"; reason: private alias.
Removed service "doctrine.orm.core_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.orm.tenant_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.tenant_result_cache"; reason: private alias.
Removed service "doctrine.orm.tenant_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $tenant.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $tenantEntityManager"; reason: private alias.
Removed service "doctrine.orm.tenant_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_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 "Twig\Environment"; reason: private alias.
Removed service "scheb_two_factor.csrf_token_manager"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Model\PersisterInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface"; 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.security.totp.form_renderer"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticatorInterface"; reason: private alias.
Removed service "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Totp\TotpAuthenticator"; 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 "scheb_two_factor.provider_decider"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.j_iVhjZ"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "doctrine.dbal.connection_factory"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.authentication.trust_resolver"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.core_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.tenant_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.wp3Dm4a"; reason: private alias.
Removed service ".service_locator.5Vd5JYV"; reason: private alias.
Removed service ".service_locator.xpyIvFE"; reason: private alias.
Removed service ".service_locator.V663j47"; reason: private alias.
Removed service ".service_locator.NzCGohz"; reason: private alias.
Removed service ".service_locator.6d4bsQS"; reason: private alias.
53
Changed reference of service "App\Core\EventSubscriber\TenantRequestSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\GesdomAuthentiticator" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" 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 "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 "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "twig.extension.routing" previously pointing to "router.default" to "router".
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 "scheb_two_factor.security.authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.listener.check_two_factor_code_reuse" 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.email.provider" previously pointing to "scheb_two_factor.security.email.default_code_generator" to "scheb_two_factor.security.email.code_generator".
Changed reference of service "scheb_two_factor.security.email.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "scheb_two_factor.security.totp_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.mx0RrzN" previously pointing to "scheb_two_factor.security.email.default_code_generator" to "scheb_two_factor.security.email.code_generator".
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.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\ActiviteVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\DossierVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\NoteVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.gJZgUnJ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xRvtKlk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
460
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "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 "maker.auto_command.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EncryptTenantDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EncryptTenantDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportChangelogCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportChangelogCommand.0.App\Command\ImportChangelogCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportChangelogCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Activite\ActiviteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Activite\ActiviteController"; reason: abstract.
Removed service ".instanceof.App\Controller\Activite\ActiviteController.0.App\Controller\Activite\ActiviteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Activite\ActiviteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\CentreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\CentreController"; reason: abstract.
Removed service ".instanceof.App\Controller\Administrateur\CentreController.0.App\Controller\Administrateur\CentreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administrateur\CentreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\DomiciliataireController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\DomiciliataireController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administrateur\DomiciliataireController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\PrestationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\PrestationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administrateur\PrestationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\ServicesParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\ServicesParameterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administrateur\ServicesParameterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Administrateur\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Administrateur\UserController"; reason: abstract.
Removed service ".instanceof.App\Controller\Administrateur\UserController.0.App\Controller\Administrateur\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Administrateur\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Centre\CentreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Centre\CentreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Centre\CentreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Changelog\ChangelogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Changelog\ChangelogController"; reason: abstract.
Removed service ".instanceof.App\Controller\Changelog\ChangelogController.0.App\Controller\Changelog\ChangelogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Changelog\ChangelogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Contrat\ContratController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Contrat\ContratController"; reason: abstract.
Removed service ".instanceof.App\Controller\Contrat\ContratController.0.App\Controller\Contrat\ContratController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Contrat\ContratController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashbord\DashbordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashbord\DashbordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashbord\DashbordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DepotGarantie\DepotGarantieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DepotGarantie\DepotGarantieController"; reason: abstract.
Removed service ".instanceof.App\Controller\DepotGarantie\DepotGarantieController.0.App\Controller\DepotGarantie\DepotGarantieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DepotGarantie\DepotGarantieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Document\DocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Document\DocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentSousType\DocumentSousTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentSousType\DocumentSousTypeController"; reason: abstract.
Removed service ".instanceof.App\Controller\DocumentSousType\DocumentSousTypeController.0.App\Controller\DocumentSousType\DocumentSousTypeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentSousType\DocumentSousTypeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\CentreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\CentreController"; reason: abstract.
Removed service ".instanceof.App\Controller\Domiciliataire\CentreController.0.App\Controller\Domiciliataire\CentreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Domiciliataire\CentreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\DomiciliataireController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\DomiciliataireController"; reason: abstract.
Removed service ".instanceof.App\Controller\Domiciliataire\DomiciliataireController.0.App\Controller\Domiciliataire\DomiciliataireController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Domiciliataire\DomiciliataireController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Domiciliataire\OperateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Domiciliataire\OperateurController"; reason: abstract.
Removed service ".instanceof.App\Controller\Domiciliataire\OperateurController.0.App\Controller\Domiciliataire\OperateurController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Domiciliataire\OperateurController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dossier\DossierController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dossier\DossierController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dossier\DossierController.0.App\Controller\Dossier\DossierController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dossier\DossierController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DossierPersonne\DossierPersonneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DossierPersonne\DossierPersonneController"; reason: abstract.
Removed service ".instanceof.App\Controller\DossierPersonne\DossierPersonneController.0.App\Controller\DossierPersonne\DossierPersonneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DossierPersonne\DossierPersonneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController"; reason: abstract.
Removed service ".instanceof.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController.0.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\INPI\InpiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\INPI\InpiController"; reason: abstract.
Removed service ".instanceof.App\Controller\INPI\InpiController.0.App\Controller\INPI\InpiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\INPI\InpiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Note\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Note\NoteController"; reason: abstract.
Removed service ".instanceof.App\Controller\Note\NoteController.0.App\Controller\Note\NoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Note\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonneMorale\PersonneMoraleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonneMorale\PersonneMoraleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonneMorale\PersonneMoraleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonnePhysique\PersonnePhysiqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonnePhysique\PersonnePhysiqueController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonnePhysique\PersonnePhysiqueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController"; reason: abstract.
Removed service ".instanceof.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController.0.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Profile\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Profile\ProfileController"; reason: abstract.
Removed service ".instanceof.App\Controller\Profile\ProfileController.0.App\Controller\Profile\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Profile\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.App\Controller\Security\SecurityController.0.App\Controller\Security\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\TwoFactorEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\TwoFactorEmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\TwoFactorEmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Security\TwoFactorSetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Security\TwoFactorSetupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Security\TwoFactorSetupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tenant\TenantController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TypeDocument\TypeDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TypeDocument\TypeDocumentController"; reason: abstract.
Removed service ".instanceof.App\Controller\TypeDocument\TypeDocumentController.0.App\Controller\TypeDocument\TypeDocumentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TypeDocument\TypeDocumentController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Core\EventSubscriber\TenantRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Core\EventSubscriber\TenantRequestSubscriber"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\CanalEntree.0.App\Entity\Global\CanalEntree"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\CanalEntree"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\Changelog.0.App\Entity\Global\Changelog"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\Changelog"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\Civilite.0.App\Entity\Global\Civilite"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\Civilite"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\DocumentCategorie.0.App\Entity\Global\DocumentCategorie"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\DocumentCategorie"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\DocumentEtatValidation.0.App\Entity\Global\DocumentEtatValidation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\DocumentEtatValidation"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\DocumentSousType.0.App\Entity\Global\DocumentSousType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\DocumentSousType"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\DocumentType.0.App\Entity\Global\DocumentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\DocumentType"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\DocumentTypeEntite.0.App\Entity\Global\DocumentTypeEntite"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\DocumentTypeEntite"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\Domiciliataire.0.App\Entity\Global\Domiciliataire"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\Domiciliataire"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\EmailTemplate.0.App\Entity\Global\EmailTemplate"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\EmailTemplate"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\FormeJuridique.0.App\Entity\Global\FormeJuridique"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\FormeJuridique"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\FormeJuridiqueRoleJuridique.0.App\Entity\Global\FormeJuridiqueRoleJuridique"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\FormeJuridiqueRoleJuridique"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\LogTechnique.0.App\Entity\Global\LogTechnique"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\LogTechnique"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\Membership.0.App\Entity\Global\Membership"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\Membership"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\Nationalite.0.App\Entity\Global\Nationalite"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\Nationalite"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\Pays.0.App\Entity\Global\Pays"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\Pays"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\RoleJuridique.0.App\Entity\Global\RoleJuridique"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\RoleJuridique"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\ServicesParameter.0.App\Entity\Global\ServicesParameter"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\ServicesParameter"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\StatutDossier.0.App\Entity\Global\StatutDossier"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\StatutDossier"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\Tenant.0.App\Entity\Global\Tenant"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\Tenant"; reason: abstract.
Removed service ".instanceof.App\Entity\Global\User.0.App\Entity\Global\User"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Global\User"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\Activite.0.App\Entity\Tenant\Activite"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\Activite"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\ActiviteCategorie.0.App\Entity\Tenant\ActiviteCategorie"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\ActiviteCategorie"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\ActiviteChamp.0.App\Entity\Tenant\ActiviteChamp"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\ActiviteChamp"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\ActiviteValeur.0.App\Entity\Tenant\ActiviteValeur"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\ActiviteValeur"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\Centre.0.App\Entity\Tenant\Centre"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\Centre"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\Contrat.0.App\Entity\Tenant\Contrat"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\Contrat"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\ContratPrestation.0.App\Entity\Tenant\ContratPrestation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\ContratPrestation"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\DepotGarantie.0.App\Entity\Tenant\DepotGarantie"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\DepotGarantie"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\Document.0.App\Entity\Tenant\Document"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\Document"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\DocumentEntiteCategorie.0.App\Entity\Tenant\DocumentEntiteCategorie"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\DocumentEntiteCategorie"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\Dossier.0.App\Entity\Tenant\Dossier"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\Dossier"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\DossierPersonne.0.App\Entity\Tenant\DossierPersonne"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\DossierPersonne"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\Note.0.App\Entity\Tenant\Note"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\Note"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\OffreCommerciale.0.App\Entity\Tenant\OffreCommerciale"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\OffreCommerciale"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\PersonneMorale.0.App\Entity\Tenant\PersonneMorale"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\PersonneMorale"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\PersonnePhysique.0.App\Entity\Tenant\PersonnePhysique"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\PersonnePhysique"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\PersonnesMoralesAssocies.0.App\Entity\Tenant\PersonnesMoralesAssocies"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\PersonnesMoralesAssocies"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\Prestation.0.App\Entity\Tenant\Prestation"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\Prestation"; reason: abstract.
Removed service ".instanceof.App\Entity\Tenant\UserCentreAcces.0.App\Entity\Tenant\UserCentreAcces"; reason: abstract.
Removed service ".abstract.instanceof.App\Entity\Tenant\UserCentreAcces"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Activite\ActiviteChampInputTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Activite\ActiviteChampInputTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Activite\ActiviteChampTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Activite\ActiviteChampTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Activite\ActiviteEntityTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Activite\ActiviteEntityTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Contrat\ContratStatutTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Contrat\ContratStatutTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DepotGarantie\DepotGarantieStatutEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DepotGarantie\DepotGarantieStatutEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DepotGarantie\DepotGarantieTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DepotGarantie\DepotGarantieTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DocumentEntityType\DocumentEntityTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DocumentEntityType\DocumentEntityTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Dossier\DossierOrigineSiegeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Dossier\DossierOrigineSiegeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\DossierPersonne\PersonneTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\DossierPersonne\PersonneTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Note\NoteTypeEntityEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Note\NoteTypeEntityEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\PersonnesMoralesAssocies\DetenteurTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\PersonnesMoralesAssocies\DetenteurTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\RoleJuridique\CategorieRoleJuridiqueEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\RoleJuridique\CategorieRoleJuridiqueEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\ServicesParameterTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\ServicesParameterTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\User\UserStatutEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\User\UserStatutEnum"; reason: abstract.
Removed service ".instanceof.App\EventListener\ExceptionListener.0.App\EventListener\ExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\ExceptionListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\CanalEntreeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\CanalEntreeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\ChangelogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\ChangelogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\CiviliteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\CiviliteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentCategorieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\DocumentCategorieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentEtatValidationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\DocumentEtatValidationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentSousTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\DocumentSousTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentTypeEntiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\DocumentTypeEntiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DocumentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\DocumentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\DomiciliataireRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\DomiciliataireRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\EmailTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\EmailTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\FormeJuridiqueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\FormeJuridiqueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\FormeJuridiqueRoleJuridiqueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\FormeJuridiqueRoleJuridiqueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\LogTechniqueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\LogTechniqueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\MemberShipRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\MemberShipRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\NationaliteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\NationaliteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\PaysRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\PaysRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\RoleJuridiqueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\RoleJuridiqueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\ServicesParameterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\ServicesParameterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\StatutDossierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\StatutDossierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\TenantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\TenantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Global\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Global\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteCategorieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\ActiviteCategorieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteChampRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\ActiviteChampRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\ActiviteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ActiviteValeurRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\ActiviteValeurRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\CentreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\CentreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ContratPrestationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\ContratPrestationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\ContratRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\ContratRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DepotGarantieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\DepotGarantieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DocumentEntiteCategorieRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\DocumentEntiteCategorieRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\DocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DossierPersonneRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\DossierPersonneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\DossierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\DossierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\NoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\NoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\OffreCommercialeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\OffreCommercialeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonneMoraleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\PersonneMoraleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonnePhysiqueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\PersonnePhysiqueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PersonnesMoralesAssociesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\PersonnesMoralesAssociesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\PrestationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\PrestationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Tenant\UserCentreAccesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Tenant\UserCentreAccesRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\ActiviteVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\ActiviteVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\DossierVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\DossierVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\NoteVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\NoteVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\GesdomExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\GesdomExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extra\String\StringExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extra\String\StringExtension"; reason: abstract.
192
Removed service "App\Constants\EmailTemplateConstant"; reason: unused.
Removed service "App\Constants\GesdomConstant"; reason: unused.
Removed service "App\Constants\RoleConstant"; reason: unused.
Removed service "App\Constants\ServiceParameterConstant"; reason: unused.
Removed service "App\Constants\TypeEntityConstant"; reason: unused.
Removed service "App\DTO\Activite\ActiviteDTO"; reason: unused.
Removed service "App\DTO\Activite\ActiviteValeurDTO"; reason: unused.
Removed service "App\DTO\Centre\CentreDTO"; reason: unused.
Removed service "App\DTO\Contrat\ContratDTO"; reason: unused.
Removed service "App\DTO\ContratPrestation\ContratPrestationDTO"; reason: unused.
Removed service "App\DTO\DepotGarantie\DepotGarantieDTO"; reason: unused.
Removed service "App\DTO\Document\DocumentDTO"; reason: unused.
Removed service "App\DTO\Domiciliataire\DomiciliataireDTO"; reason: unused.
Removed service "App\DTO\Dossier\DossierDTO"; reason: unused.
Removed service "App\DTO\DossierPersonne\DossierPersonneDTO"; reason: unused.
Removed service "App\DTO\LogTechnique\LogTechniqueDTO"; reason: unused.
Removed service "App\DTO\Membership\MembershipDTO"; reason: unused.
Removed service "App\DTO\Note\NoteDTO"; reason: unused.
Removed service "App\DTO\PersonneMorale\PersonneMoraleDTO"; reason: unused.
Removed service "App\DTO\PersonnePhysique\PersonnePhysiqueDTO"; reason: unused.
Removed service "App\DTO\PersonnesMoralesAssocies\PersonnesMoralesAssociesDTO"; reason: unused.
Removed service "App\DTO\Prestation\PrestationDTO"; reason: unused.
Removed service "App\DTO\ServicesParameter\ServicesParameterDTO"; reason: unused.
Removed service "App\DTO\Tenant\TenantDTO"; reason: unused.
Removed service "App\DTO\User\UserDTO"; reason: unused.
Removed service "App\DTO\UserCentreAcces\UserCentreAccesDTO"; reason: unused.
Removed service "App\Entity\Global\CanalEntree"; reason: unused.
Removed service "App\Entity\Global\Changelog"; reason: unused.
Removed service "App\Entity\Global\Civilite"; reason: unused.
Removed service "App\Entity\Global\DocumentCategorie"; reason: unused.
Removed service "App\Entity\Global\DocumentEtatValidation"; reason: unused.
Removed service "App\Entity\Global\DocumentSousType"; reason: unused.
Removed service "App\Entity\Global\DocumentType"; reason: unused.
Removed service "App\Entity\Global\DocumentTypeEntite"; reason: unused.
Removed service "App\Entity\Global\Domiciliataire"; reason: unused.
Removed service "App\Entity\Global\EmailTemplate"; reason: unused.
Removed service "App\Entity\Global\FormeJuridique"; reason: unused.
Removed service "App\Entity\Global\FormeJuridiqueRoleJuridique"; reason: unused.
Removed service "App\Entity\Global\LogTechnique"; reason: unused.
Removed service "App\Entity\Global\Membership"; reason: unused.
Removed service "App\Entity\Global\Nationalite"; reason: unused.
Removed service "App\Entity\Global\Pays"; reason: unused.
Removed service "App\Entity\Global\RoleJuridique"; reason: unused.
Removed service "App\Entity\Global\ServicesParameter"; reason: unused.
Removed service "App\Entity\Global\StatutDossier"; reason: unused.
Removed service "App\Entity\Global\Tenant"; reason: unused.
Removed service "App\Entity\Global\User"; reason: unused.
Removed service "App\Entity\Tenant\Activite"; reason: unused.
Removed service "App\Entity\Tenant\ActiviteCategorie"; reason: unused.
Removed service "App\Entity\Tenant\ActiviteChamp"; reason: unused.
Removed service "App\Entity\Tenant\ActiviteValeur"; reason: unused.
Removed service "App\Entity\Tenant\Centre"; reason: unused.
Removed service "App\Entity\Tenant\Contrat"; reason: unused.
Removed service "App\Entity\Tenant\ContratPrestation"; reason: unused.
Removed service "App\Entity\Tenant\DepotGarantie"; reason: unused.
Removed service "App\Entity\Tenant\Document"; reason: unused.
Removed service "App\Entity\Tenant\DocumentEntiteCategorie"; reason: unused.
Removed service "App\Entity\Tenant\Dossier"; reason: unused.
Removed service "App\Entity\Tenant\DossierPersonne"; reason: unused.
Removed service "App\Entity\Tenant\Note"; reason: unused.
Removed service "App\Entity\Tenant\OffreCommerciale"; reason: unused.
Removed service "App\Entity\Tenant\PersonneMorale"; reason: unused.
Removed service "App\Entity\Tenant\PersonnePhysique"; reason: unused.
Removed service "App\Entity\Tenant\PersonnesMoralesAssocies"; reason: unused.
Removed service "App\Entity\Tenant\Prestation"; reason: unused.
Removed service "App\Entity\Tenant\UserCentreAcces"; reason: unused.
Removed service "App\Enum\Activite\ActiviteChampInputTypeEnum"; reason: unused.
Removed service "App\Enum\Activite\ActiviteChampTypeEnum"; reason: unused.
Removed service "App\Enum\Activite\ActiviteEntityTypeEnum"; reason: unused.
Removed service "App\Enum\Contrat\ContratStatutTypeEnum"; reason: unused.
Removed service "App\Enum\DepotGarantie\DepotGarantieStatutEnum"; reason: unused.
Removed service "App\Enum\DepotGarantie\DepotGarantieTypeEnum"; reason: unused.
Removed service "App\Enum\DocumentEntityType\DocumentEntityTypeEnum"; reason: unused.
Removed service "App\Enum\Dossier\DossierOrigineSiegeEnum"; reason: unused.
Removed service "App\Enum\DossierPersonne\PersonneTypeEnum"; reason: unused.
Removed service "App\Enum\Note\NoteTypeEntityEnum"; reason: unused.
Removed service "App\Enum\PersonnesMoralesAssocies\DetenteurTypeEnum"; reason: unused.
Removed service "App\Enum\RoleJuridique\CategorieRoleJuridiqueEnum"; reason: unused.
Removed service "App\Enum\ServicesParameterTypeEnum"; reason: unused.
Removed service "App\Enum\User\UserStatutEnum"; reason: unused.
Removed service "App\Exception\AccessDeniedException"; reason: unused.
Removed service "App\Exception\NotFoundException"; reason: unused.
Removed service "App\Exception\ServerErrorException"; reason: unused.
Removed service "App\Service\Applicatif\DocumentTypeEntiteSA"; reason: unused.
Removed service "App\Service\Metier\DocumentTypeEntiteSM"; reason: unused.
Removed service "App\Service\Technique\FileST"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "property_accessor"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "cache.property_access"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; 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 "mime_types"; reason: unused.
Removed service "doctrine.dbal.connection_factory.dsn_parser"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.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 "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.syslog"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "scheb_two_factor.security.authenticator"; reason: unused.
Removed service "scheb_two_factor.security.listener.token_created"; reason: unused.
Removed service "scheb_two_factor.security.provider_preparation_listener"; reason: unused.
Removed service "scheb_two_factor.security.form_listener"; reason: unused.
Removed service "scheb_two_factor.security.kernel_exception_listener"; reason: unused.
Removed service "scheb_two_factor.security.access_listener"; reason: unused.
Removed service "scheb_two_factor.security.authentication.success_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.failure_handler"; reason: unused.
Removed service "scheb_two_factor.security.authentication.authentication_required_handler"; reason: unused.
Removed service "scheb_two_factor.null_csrf_token_manager"; reason: unused.
Removed service "scheb_two_factor.security.firewall_config"; reason: unused.
Removed service "scheb_two_factor.security.form_renderer"; reason: unused.
Removed service "scheb_two_factor.security.email.symfony_auth_code_mailer"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.PZ0UHmb"; reason: unused.
Removed service "App\Core\Doctrine\DynamicConnectionFactory.inner"; reason: unused.
326
Inlined service "App\Service\Applicatif\ActiviteSA" to "App\Controller\Activite\ActiviteController".
Inlined service "App\Service\Applicatif\ActiviteCategorieSA" to "App\Controller\Activite\ActiviteController".
Inlined service "App\Service\Applicatif\ActiviteChampSA" to "App\Controller\Activite\ActiviteController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Activite\ActiviteController" to "App\Controller\Activite\ActiviteController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Administrateur\CentreController" to "App\Controller\Administrateur\CentreController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Administrateur\DomiciliataireController" to "App\Controller\Administrateur\DomiciliataireController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Administrateur\PrestationsController" to "App\Controller\Administrateur\PrestationsController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Administrateur\ServicesParameterController" to "App\Controller\Administrateur\ServicesParameterController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Administrateur\UserController" to "App\Controller\Administrateur\UserController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Centre\CentreController" to "App\Controller\Centre\CentreController".
Inlined service "App\Service\Applicatif\ChangelogSA" to "App\Controller\Changelog\ChangelogController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Changelog\ChangelogController" to "App\Controller\Changelog\ChangelogController".
Inlined service "App\Service\Applicatif\ContratPrestationSA" to "App\Controller\Contrat\ContratController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Contrat\ContratController" to "App\Controller\Contrat\ContratController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Dashbord\DashbordController" to "App\Controller\Dashbord\DashbordController".
Inlined service "App\Service\Applicatif\DepotGarantieSA" to "App\Controller\DepotGarantie\DepotGarantieController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\DepotGarantie\DepotGarantieController" to "App\Controller\DepotGarantie\DepotGarantieController".
Inlined service "App\Service\Applicatif\DocumentSA" to "App\Controller\Document\DocumentController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Document\DocumentController" to "App\Controller\Document\DocumentController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\DocumentSousType\DocumentSousTypeController" to "App\Controller\DocumentSousType\DocumentSousTypeController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Domiciliataire\CentreController" to "App\Controller\Domiciliataire\CentreController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Domiciliataire\DomiciliataireController" to "App\Controller\Domiciliataire\DomiciliataireController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Domiciliataire\OperateurController" to "App\Controller\Domiciliataire\OperateurController".
Inlined service "App\Service\Applicatif\FormeJuridiqueSA" to "App\Controller\Dossier\DossierController".
Inlined service "App\Service\Applicatif\StatutDossierSA" to "App\Controller\Dossier\DossierController".
Inlined service "App\Service\Applicatif\OffreCommercialeSA" to "App\Controller\Dossier\DossierController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Dossier\DossierController" to "App\Controller\Dossier\DossierController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\DossierPersonne\DossierPersonneController" to "App\Controller\DossierPersonne\DossierPersonneController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController" to "App\Controller\FormeJuridiqueRoleJuridique\FormeJuridiqueRoleJuridiqueController".
Inlined service "App\Service\Technique\InpiApiST" to "App\Controller\INPI\InpiController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\INPI\InpiController" to "App\Controller\INPI\InpiController".
Inlined service "App\Service\Applicatif\NoteSA" to "App\Controller\Note\NoteController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Note\NoteController" to "App\Controller\Note\NoteController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\PersonneMorale\PersonneMoraleController" to "App\Controller\PersonneMorale\PersonneMoraleController".
Inlined service "App\Service\Applicatif\NationaliteSA" to "App\Controller\PersonnePhysique\PersonnePhysiqueController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\PersonnePhysique\PersonnePhysiqueController" to "App\Controller\PersonnePhysique\PersonnePhysiqueController".
Inlined service "App\Service\Technique\DetenteurResolverST" to "App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController" to "App\Controller\PersonnesMoralesAssocies\PersonnesMoralesAssociesController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Profile\ProfileController" to "App\Controller\Profile\ProfileController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Security\SecurityController" to "App\Controller\Security\SecurityController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Security\TwoFactorEmailController" to "App\Controller\Security\TwoFactorEmailController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Security\TwoFactorSetupController" to "App\Controller\Security\TwoFactorSetupController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\Tenant\TenantController" to "App\Controller\Tenant\TenantController".
Inlined service ".service_locator.gJZgUnJ.App\Controller\TypeDocument\TypeDocumentController" to "App\Controller\TypeDocument\TypeDocumentController".
Inlined service "App\Service\Metier\ActiviteCategorieSM" to "App\Service\Applicatif\ActiviteCategorieSA".
Inlined service "App\Service\Metier\ActiviteChampSM" to "App\Service\Applicatif\ActiviteChampSA".
Inlined service "App\Service\Metier\ActiviteValeurSM" to "App\Service\Applicatif\ActiviteValeurSA".
Inlined service "App\Service\Metier\CanalEntreeSM" to "App\Service\Applicatif\CanalEntreeSA".
Inlined service "App\Service\Metier\CentreSM" to "App\Service\Applicatif\CentreSA".
Inlined service "App\Service\Metier\ChangelogSM" to "App\Service\Applicatif\ChangelogSA".
Inlined service "App\Service\Metier\CiviliteSM" to "App\Service\Applicatif\CiviliteSA".
Inlined service "App\Service\Metier\ContratPrestationSM" to "App\Service\Applicatif\ContratPrestationSA".
Inlined service "App\Service\Metier\ContratSM" to "App\Service\Applicatif\ContratSA".
Inlined service "App\Service\Metier\DepotGarantieSM" to "App\Service\Applicatif\DepotGarantieSA".
Inlined service "App\Service\Metier\DocumentEtatValidationSM" to "App\Service\Applicatif\DocumentEtatValidationSA".
Inlined service "App\Service\Metier\DocumentSM" to "App\Service\Applicatif\DocumentSA".
Inlined service "App\Service\Metier\DocumentsCategorieSM" to "App\Service\Applicatif\DocumentsCategorieSA".
Inlined service "App\Service\Metier\DocumentEntiteCategorieSM" to "App\Service\Applicatif\DocumentsCategorieSA".
Inlined service "App\Service\Metier\DomiciliataireSM" to "App\Service\Applicatif\DomiciliataireSA".
Inlined service "App\Service\Metier\DossierPersonneSM" to "App\Service\Applicatif\DossierPersonneSA".
Inlined service "App\Service\Metier\DossierSM" to "App\Service\Applicatif\DossierSA".
Inlined service "App\Service\Technique\AvisSirenST" to "App\Service\Applicatif\DossierSA".
Inlined service "App\Service\Metier\FormeJuridiqueRoleJuridiqueSM" to "App\Service\Applicatif\FormeJuridiqueRoleJuridiqueSA".
Inlined service "App\Service\Metier\FormeJuriqueSM" to "App\Service\Applicatif\FormeJuridiqueSA".
Inlined service "App\Service\Metier\NationaliteSM" to "App\Service\Applicatif\NationaliteSA".
Inlined service "App\Service\Metier\NoteSM" to "App\Service\Applicatif\NoteSA".
Inlined service "App\Service\Metier\OffreCommercialeSM" to "App\Service\Applicatif\OffreCommercialeSA".
Inlined service "App\Service\Metier\PaysSM" to "App\Service\Applicatif\PaysSA".
Inlined service "App\Service\Metier\PersonnesMoralesAssociesSM" to "App\Service\Applicatif\PersonnesMoralesAssociesSA".
Inlined service "App\Service\Metier\PrestationSM" to "App\Service\Applicatif\PrestationSA".
Inlined service "App\Service\Metier\RoleJuridiqueSM" to "App\Service\Applicatif\RoleJuridiqueSA".
Inlined service "App\Service\Applicatif\FormeJuridiqueRoleJuridiqueSA" to "App\Service\Applicatif\RoleJuridiqueSA".
Inlined service "App\Service\Metier\StatutDossierSM" to "App\Service\Applicatif\StatutDossierSA".
Inlined service "App\Service\Metier\UserCentreAccesSM" to "App\Service\Applicatif\UserCentreAccesSA".
Inlined service "App\Service\Metier\LogTechniqueSM" to "App\Service\Technique\LogTechniqueST".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
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.core_entity_manager.validator_loader" to "validator.builder".
Inlined service "doctrine.orm.tenant_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.wIEcFnh" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "doctrine.dbal.core_schema_asset_filter_manager" to "doctrine.dbal.core_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.core" to "doctrine.dbal.core_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.core" to "doctrine.dbal.core_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.core" to "doctrine.dbal.core_connection.configuration".
Inlined service ".service_locator.YLLzBx4" to "doctrine.dbal.core_connection.event_manager".
Inlined service "doctrine.dbal.core_connection.configuration" to "doctrine.dbal.core_connection".
Inlined service "doctrine.dbal.tenant_schema_asset_filter_manager" to "doctrine.dbal.tenant_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.tenant" to "doctrine.dbal.tenant_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.tenant" to "doctrine.dbal.tenant_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.tenant" to "doctrine.dbal.tenant_connection.configuration".
Inlined service ".service_locator.rd.ZYP3" to "doctrine.dbal.tenant_connection.event_manager".
Inlined service "doctrine.dbal.tenant_connection.configuration" to "doctrine.dbal.tenant_connection".
Inlined service ".service_locator.SBRSDI." to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.core.metadata" to "doctrine.orm.core_configuration".
Inlined service ".doctrine.orm.core_metadata_driver" to "doctrine.orm.core_configuration".
Inlined service "cache.doctrine.orm.core.result.recorder_inner" to "cache.doctrine.orm.core.result".
Inlined service "cache.doctrine.orm.core.query.recorder_inner" to "cache.doctrine.orm.core.query".
Inlined service ".service_locator.tbEYT17" to "doctrine.orm.core_entity_listener_resolver".
Inlined service "cache.doctrine.orm.tenant.metadata" to "doctrine.orm.tenant_configuration".
Inlined service ".doctrine.orm.tenant_metadata_driver" to "doctrine.orm.tenant_configuration".
Inlined service "doctrine.orm.tenant_entity_listener_resolver" to "doctrine.orm.tenant_configuration".
Inlined service "cache.doctrine.orm.tenant.result.recorder_inner" to "cache.doctrine.orm.tenant.result".
Inlined service "cache.doctrine.orm.tenant.query.recorder_inner" to "cache.doctrine.orm.tenant.query".
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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.6b.7.CA" to "security.helper".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.nVyArYX" to "security.access_map".
Inlined service ".security.request_matcher.rIhPzES" to "security.access_map".
Inlined service ".security.request_matcher.CryUMkh" to "security.access_map".
Inlined service ".security.request_matcher.v.QWPsG" to "security.access_map".
Inlined service ".security.request_matcher.zFLr03G" to "security.access_map".
Inlined service ".security.request_matcher.jJgLZts" to "security.access_map".
Inlined service ".security.request_matcher.r0Keo0t" to "security.access_map".
Inlined service ".security.request_matcher.ZE1xvOy" to "security.access_map".
Inlined service ".security.request_matcher.wmoAoIG" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.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.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.ykcgIdu" to ".security.request_matcher.nVyArYX".
Inlined service ".security.request_matcher.SOhpRtD" to ".security.request_matcher.rIhPzES".
Inlined service ".security.request_matcher.drpobvg" to ".security.request_matcher.CryUMkh".
Inlined service ".security.request_matcher.WIpCngH" to ".security.request_matcher.v.QWPsG".
Inlined service ".security.request_matcher.bHbwI9P" to ".security.request_matcher.zFLr03G".
Inlined service ".security.request_matcher.dL80boz" to ".security.request_matcher.jJgLZts".
Inlined service ".security.request_matcher.vvUEd.O" to ".security.request_matcher.r0Keo0t".
Inlined service ".security.request_matcher.kxgWTnO" to ".security.request_matcher.ZE1xvOy".
Inlined service ".security.request_matcher.v12XIrL" to ".security.request_matcher.wmoAoIG".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "App\Twig\GesdomExtension" to "twig".
Inlined service "Twig\Extra\String\StringExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.BcYm1Tr" to "twig.runtime_loader".
Inlined service "scheb_two_factor.security.authentication.trust_resolver.inner" to "scheb_two_factor.security.authentication.trust_resolver".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.App\Controller\Security\SecurityController::login()".
Inlined service ".service_locator.WDsy32N" to ".service_locator.WDsy32N.App\Controller\Security\SecurityController::updatePassword()".
Inlined service ".service_locator.5SuUxla" to ".service_locator.5SuUxla.App\Controller\Security\SecurityController::reset()".
Inlined service ".service_locator.mx0RrzN" to ".service_locator.mx0RrzN.App\Controller\Security\TwoFactorEmailController::sendEmail2FA()".
Inlined service ".service_locator.RdUNNZm" to ".service_locator.RdUNNZm.App\Controller\Tenant\TenantController::switchTenant()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.core_metadata_driver.inner" to ".doctrine.orm.core_metadata_driver".
Inlined service ".doctrine.orm.tenant_metadata_driver.inner" to ".doctrine.orm.tenant_metadata_driver".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "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.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "App\Security\Voter\ActiviteVoter" to ".debug.security.voter.App\Security\Voter\ActiviteVoter".
Inlined service "App\Security\Voter\DossierVoter" to ".debug.security.voter.App\Security\Voter\DossierVoter".
Inlined service "App\Security\Voter\NoteVoter" to ".debug.security.voter.App\Security\Voter\NoteVoter".
Inlined service "App\Security\Voter\UserVoter" to ".debug.security.voter.App\Security\Voter\UserVoter".
Inlined service ".service_locator.L1C6hK5" to ".service_locator.L1C6hK5.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ccTBFaB" to "debug.argument_resolver.inner".
Inlined service ".service_locator.sErc8ku" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.L1C6hK5.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "App\Service\Applicatif\ActiviteValeurSA" to "App\Controller\Activite\ActiviteController".
Inlined service "App\Service\Applicatif\ActiviteValeurSA" to "App\Controller\Activite\ActiviteController".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "App\Service\Metier\ActiviteSM" to "App\Controller\Activite\ActiviteController".
Inlined service "App\Service\Metier\ActiviteSM" to "App\Controller\Activite\ActiviteController".
3
Tag "container.decorator" was defined on service(s) "App\Core\Doctrine\DynamicConnectionFactory", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "scheb_two_factor.security.authentication.trust_resolver", "debug.security.event_dispatcher.main", ".debug.http_client", "event_dispatcher", but was never used. Did you mean "container.error"?
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.decorator", "container.preload", "container.stack"?
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.event", "monolog.logger.doctrine", "monolog.logger.security", "monolog.logger.deprecation", but was never used.