fix bug forget permission
WMS API/ERP-API/pipeline/head This commit looks good
Details
WMS API/ERP-API/pipeline/head This commit looks good
Details
This commit is contained in:
parent
346bc8513e
commit
ed7182f9fd
|
|
@ -27,7 +27,7 @@ class Role extends Model
|
|||
}
|
||||
|
||||
public function users(){
|
||||
return $this->belongsToMany(Role::class,'user_role');
|
||||
return $this->belongsToMany(User::class,'user_role');
|
||||
}
|
||||
|
||||
public function getActivitylogOptions(): LogOptions
|
||||
|
|
|
|||
Loading…
Reference in New Issue