Esempio n. 1
0
File: Tema.php Progetto: fluzo/foro
 public function eliminar($id)
 {
     Tema::destroy($id);
 }