diff --git a/controllers/SiteController.php b/controllers/SiteController.php index c9292c7..9df4819 100644 --- a/controllers/SiteController.php +++ b/controllers/SiteController.php @@ -20,7 +20,7 @@ class SiteController extends Controller } public function actionIndex() - {Yii::error('test'); + { return $this->render('index'); }