hasOne(MsDoctor::class, 'foreign_key', 'local_key'); } /** * Get the user associated with the DoctorHealthService * * @return \Illuminate\Database\Eloquent\Relations\HasOne */ public function msHealthcareService(): HasOne { return $this->hasOne(MsHealthcareService::class, 'foreign_key', 'local_key'); } }