hasMany('App\Evento'); } public function avaliadors(){ return $this->belongsToMany('App\Avaliador', 'naturezas_avaliadors', 'natureza_id'); } }