mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-18 23:43:19 +08:00
Merge pull request #4917 from maxxer/fixDoc_security-authorization
Fix typo in security-authorization.md
This commit is contained in:
@@ -218,7 +218,7 @@ Building authorization data is all about the following tasks:
|
||||
|
||||
Depending on authorization flexibility requirements the tasks above could be done in different ways.
|
||||
|
||||
If your persmissions hierarchy doesn't change at all and you have a fixed number of users you can create a console
|
||||
If your permissions hierarchy doesn't change at all and you have a fixed number of users you can create a console
|
||||
command that will initialize authorization data once via APIs offered by `authManager`:
|
||||
|
||||
```php
|
||||
|
||||
Reference in New Issue
Block a user