Fixed Japanese translation of rest-authentication.md (#16790) [skip ci]

This commit is contained in:
haobing.wang
2018-10-19 05:36:51 +08:00
committed by Alexander Makarov
parent 2da1a2ef6b
commit 2bba642f1b

View File

@ -63,7 +63,7 @@ public function behaviors()
}
```
如果你系那个支持以上3个认证方式可以使用`CompositeAuth`,如下所示:
如果你支持以上3个认证方式可以使用`CompositeAuth`,如下所示:
```php
use yii\filters\auth\CompositeAuth;