belongsTo(MedicalQuestion::class, 'medical_question_id'); } public function question() { return $this->belongsTo(MedicalQuestion::class); } }