From 49f9e87b40cab6df5500dac806fb2bcce4e0c33e Mon Sep 17 00:00:00 2001 From: cuiliang Date: Wed, 14 Nov 2018 15:38:29 +0800 Subject: [PATCH] Update rest-authentication.md --- docs/guide-zh-CN/rest-authentication.md | 1 - 1 file changed, 1 deletion(-) 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]] 内置的操作调用。 -