@@ -21,6 +21,7 @@ class SiteController extends Controller
public function actionIndex()
{
+ Yii::warning('test');
return $this->render('index');
}