示例#1
0
 public function actionDefault()
 {
     if ($this->steps->isCacheExist(Steps::Start)) {
         $this->redirect(self::TemplateStep, ['id' => 1]);
     }
 }