hasMany('App\Area'); } public function trabalhos(){ return $this->belongsToMany('App/Trabalho'); } }