Skip to content

Commit 785de71

Browse files
author
bidi
committed
fixed authorization typo
1 parent 84af575 commit 785de71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/autoload/authorization.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
* A has no parent role.
1717
* B has A as a parent. That means A inherits the permissions of B.
18-
* C has B as a parent. That means C inherits the permissions of B, and A inherits the permissions of C.
18+
* C has B as a parent. That means B inherits the permissions of C, and A inherits the permissions of C.
1919
*/
2020
'mezzio-authorization-rbac' => [
2121
'roles' => [

0 commit comments

Comments
 (0)