mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 15:57:50 +08:00
fix : readme update
This commit is contained in:
@@ -26,6 +26,7 @@ trait AdminUserTrait
|
|||||||
protected AdminUserRepository $adminUserRepository;
|
protected AdminUserRepository $adminUserRepository;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* 单例加缓存模型(仅仅用户信息) tips: 只可读取显示的数据(不影响大致问题),不可操作类敏感数据 比如 inc 账户余额 之类的 会导致脏读
|
||||||
* @param int $adminId
|
* @param int $adminId
|
||||||
* @return AdminUser|Model|mixed|string|null
|
* @return AdminUser|Model|mixed|string|null
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user