diff --git a/docs/guide-zh-CN/rest-authentication.md b/docs/guide-zh-CN/rest-authentication.md index a1f7f15387..abbf403841 100644 --- a/docs/guide-zh-CN/rest-authentication.md +++ b/docs/guide-zh-CN/rest-authentication.md @@ -125,4 +125,3 @@ class User extends ActiveRecord implements IdentityInterface 如果你的控制器从 [[yii\rest\ActiveController]] 类继承, 可覆盖 [[yii\rest\Controller::checkAccess()|checkAccess()]] 方法 来执行授权检查,该方法会被 [[yii\rest\ActiveController]] 内置的操作调用。 -