report livechat

This commit is contained in:
Linksehat Staging Server
2023-08-31 16:39:03 +07:00
parent 26b82db77b
commit e0f3a38be0
4 changed files with 29 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ class Livechat extends Model
public function doctor()
{
return $this->belongsTo(Dokter::class, 'nIDDokter', 'nID');
return $this->belongsTo(Dokter::class, 'nIDDokter', 'nIDUser');
}