Commit 061b1496 by Qiang Xue

minor rewording [skip ci]

parent c76ad1ce
...@@ -42,8 +42,8 @@ class AccessRule extends Component ...@@ -42,8 +42,8 @@ class AccessRule extends Component
* - `?`: matches a guest user (not authenticated yet) * - `?`: matches a guest user (not authenticated yet)
* - `@`: matches an authenticated user * - `@`: matches an authenticated user
* *
* Alternatively RBAC (Role-Based Access Control) premission name could be specified. In this case * If you are using RBAC (Role-Based Access Control), you may also specify role or permission names.
* [[User::can()]] will be called in order to check access. * In this case, [[User::can()]] will be called to check access.
* *
* If this property is not set or empty, it means this rule applies to all roles. * If this property is not set or empty, it means this rule applies to all roles.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment