belongsToMany('\App\Models\Event'); } public function question_types() { return $this->hasOne('\App\Models\QuestionType'); } }