belongsTo(Response::class); } public function question() { return $this->belongsTo(Question::class); } }