added sender ID to the clients Tab in Show view plus bug fixes
This commit is contained in:
@@ -11,6 +11,6 @@ class LoggedUser extends Model
|
||||
|
||||
|
||||
public function auth_user_info(){
|
||||
return $this->hasOne('App\Models\Account', 'id', 'user_id');
|
||||
return $this->hasOne('App\Models\SystemUser', 'id', 'user_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user