belongsTo(MsDoctorHealthService::class, 'foreign_key', 'other_key'); } public function trPatientVisit(): BelongsTo { return $this->belongsTo(TrPatientVisit::class, 'foreign_key', 'other_key'); } }