We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a728c9 + 435ff00 commit 58244dcCopy full SHA for 58244dc
app/config/security.yml
@@ -5,7 +5,7 @@ security:
5
Symfony\Component\Security\Core\User\User: plaintext
6
7
role_hierarchy:
8
- ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN, CAN_VIEW_NON_PUBLISHED]
+ ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN, ROLE_CAN_VIEW_NON_PUBLISHED]
9
ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
10
11
providers:
0 commit comments