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