Prechádzať zdrojové kódy

debugger furnishing

Qiang Xue 12 rokov pred
rodič
commit
7efa64c733
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

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