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.
1 parent 84af575 commit 785de71Copy full SHA for 785de71
config/autoload/authorization.global.php
@@ -15,7 +15,7 @@
15
],
16
* A has no parent role.
17
* 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.
+ * C has B as a parent. That means B inherits the permissions of C, and A inherits the permissions of C.
19
*/
20
'mezzio-authorization-rbac' => [
21
'roles' => [
0 commit comments