Ver código fonte

Fixed debugger with the new bootstrap.

Qiang Xue 12 anos atrás
pai
commit
42cad0bbe3
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      controllers/SiteController.php

+ 1 - 0
controllers/SiteController.php

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