Update Users.php

This commit is contained in:
青芒科技 2020-07-24 22:16:19 +08:00 committed by GitHub
parent c5650e80bd
commit cdf6efde1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ class Users extends CatchModel
} }
/** /**
* 后台根据用户标识判断用户是否拥有某个权限 * 后台根据权限标识判断用户是否拥有某个权限
* @param string $permission_mark * @param string $permission_mark
* @return bool * @return bool
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException