Skip to content

Commit

Permalink
Fixed wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
marsuboss committed May 6, 2014
1 parent 76b3d89 commit 38a872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/security-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ of the rule class, you need to respect this hierarchy as well. That is why when
the `execute()` method will return true if the user group is either 1 or 2 (meaning the user is in either "admin"
group or "author" group).

Next, configure `authManager` by listing the two roles in [[yii\rbac\ManagerInterface::defaultRoles]]:
Next, configure `authManager` by listing the two roles in [[yii\rbac\BaseManager::$defaultRoles]]:

```php
return [
Expand Down

0 comments on commit 38a872e

Please sign in to comment.