belongsToMany('\App\Models\Event'); } public function attendee() { return $this->belongsToMany('\App\Models\Attendee'); } public function question() { return $this->belongsToMany('\App\Models\Question'); } }