Exemplo n.º 1
0
 public function actionDelete($id)
 {
     $this->enum->delete();
     return $this->back();
 }