Exemplo n.º 1
0
Arquivo: Tema.php Projeto: fluzo/foro
 public function eliminar($id)
 {
     Tema::destroy($id);
 }