belongsTo(SectionQuiz::class); } public function answers() { return $this->hasMany(QuestionAnswer::class); } }