Exemplo n.º 1
0
 public function actionPeremenDelete($id)
 {
     Settings::findOne($id)->delete();
     return $this->redirect(['peremen']);
 }