/**
  * @return \yii\web\Response
  */
 public function actionUpdate()
 {
     UpdaterEveCentral::update();
     return $this->redirect(Url::previous(self::REMEMBER_NAME));
 }
 /**
  *
  */
 public function actionUpdate()
 {
     UpdaterEveCentral::update(false);
 }