update
parent
9f596bf9e4
commit
cb5e527cd3
|
|
@ -35,9 +35,9 @@ class User extends Authenticatable implements MustVerifyEmail
|
|||
$this->notify(new ResetPassword($token));
|
||||
}
|
||||
|
||||
public function userGroup()
|
||||
public function group()
|
||||
{
|
||||
return $this->belongsTo(UserGroup::class);
|
||||
return $this->belongsTo(Master\Group::class,'ms_group_id');
|
||||
}
|
||||
|
||||
public function agency()
|
||||
|
|
|
|||
Loading…
Reference in New Issue