mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Fixed Japanese translation of rest-authentication.md (#16790) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
2da1a2ef6b
commit
2bba642f1b
@ -63,7 +63,7 @@ public function behaviors()
|
||||
}
|
||||
```
|
||||
|
||||
如果你系那个支持以上3个认证方式,可以使用`CompositeAuth`,如下所示:
|
||||
如果你想支持以上3个认证方式,可以使用`CompositeAuth`,如下所示:
|
||||
|
||||
```php
|
||||
use yii\filters\auth\CompositeAuth;
|
||||
|
||||
Reference in New Issue
Block a user