belongsToMany(Carrera::class); } // Tareas de esta materia public function tareas() { return $this->hasMany(Tarea::class); } }