Ejemplo n.º 1
0
Archivo: Tema.php Proyecto: fluzo/foro
 public function eliminar($id)
 {
     Tema::destroy($id);
 }