Пример #1
0
 public function actionApply($id)
 {
     $change = Change::findOne($id);
     return $change->apply();
 }