mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 14:25:40 +08:00
fix : first finish
This commit is contained in:
@@ -85,8 +85,8 @@ class AdminMenu extends Model
|
||||
return $this->belongsToMany(
|
||||
AdminRole::class,
|
||||
'admin_role_belongs_menu',
|
||||
'menu_id',
|
||||
'role_id'
|
||||
'admin_menu_id',
|
||||
'admin_role_id'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user