/**
  * Очищает старые заявки на смену email
  */
 public function actionClear_change_email()
 {
     \app\service\EmailChangeDispatcher::cron();
 }