diff --git a/symfony/security-bundle/3.3/config/packages/security.yaml b/symfony/security-bundle/3.3/config/packages/security.yaml index 8badc201..503df389 100644 --- a/symfony/security-bundle/3.3/config/packages/security.yaml +++ b/symfony/security-bundle/3.3/config/packages/security.yaml @@ -17,8 +17,8 @@ security: # form_login: ~ # https://symfony.com/doc/current/security/form_login_setup.html - # easy way to control access for large sections of your site - # note: only the *first* access control that matches will be used + # Easy way to control access for large sections of your site + # Note: Only the *first* access control that matches will be used access_control: # - { path: ^/admin, roles: ROLE_ADMIN } # - { path: ^/profile, roles: ROLE_USER }