belongsTo(User::class); } public function quiz_question() { return $this->belongsTo(QuizQuestion::class); } }