增加一些备注
This commit is contained in:
parent
c9ce40d34d
commit
89c08fb9c5
|
@ -8,6 +8,8 @@ class FormRequest extends BaseFormRequest
|
||||||
{
|
{
|
||||||
public function authorize()
|
public function authorize()
|
||||||
{
|
{
|
||||||
|
//false代表权限验证不通过,返回403错误
|
||||||
|
//true代表权限认证通过
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue