Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 authored Jan 13, 2022
1 parent 205f2eb commit 0d99341
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ The package has been extracted from https://github.com/dmstr/yii2-db

### Configuration options

`enableRecursiveRoles`
In application config:
```
'params' => [
'ActiveRecordAccessTrait' => [
'enableRecursiveRoles' => true
],
],
```

> Note: Static property usage `enableRecursiveRoles` is deprecated.
### Example

Expand Down

0 comments on commit 0d99341

Please sign in to comment.