Skip to content

Commit 435ff00

Browse files
authored
Fixed typo
1 parent 6a728c9 commit 435ff00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ security:
55
Symfony\Component\Security\Core\User\User: plaintext
66

77
role_hierarchy:
8-
ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN, CAN_VIEW_NON_PUBLISHED]
8+
ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN, ROLE_CAN_VIEW_NON_PUBLISHED]
99
ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
1010

1111
providers:

0 commit comments

Comments
 (0)