hasMany(Question::class); } public function jobPositions() { return $this->belongsToMany(JobPosition::class); } }