diff --git a/config/packages/security.yaml b/config/packages/security.yaml index ae7dbd8..b204511 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -32,6 +32,9 @@ security: # https://symfony.com/doc/current/security/impersonating_user.html # switch_user: true + role_hierarchy: + ROLE_ADMIN: [ROLE_DIVISION_CONTACT] + # Easy way to control access for large sections of your site # Note: Only the *first* access control that matches will be used access_control: