report livechat
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user