diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 278e419..ff5e3a1 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -7,11 +7,11 @@ security: # used to reload user from session & other features (e.g. switch_user) app_requerant_provider: entity: - class: App\Entity\Requerant + class: MonIndemnisationJustice\Entity\Requerant property: email agent_provider: entity: - class: App\Entity\Agent + class: MonIndemnisationJustice\Entity\Agent property: email role_hierarchy: ROLE_AGENT_GESTION_PERSONNEL: [ROLE_USER] diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ceea437..c8a72c1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,7 +11,7 @@ - +