hasMany(LiteracyAnswer::class, 'question_id'); } public function options() { return $this->hasMany(LiteracyOption::class, 'question_id'); } }