mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-01 15:07:49 +08:00
Fixed debugger with the new bootstrap.
This commit is contained in:
@@ -21,6 +21,7 @@ class SiteController extends Controller
|
||||
|
||||
public function actionIndex()
|
||||
{
|
||||
Yii::warning('test');
|
||||
return $this->render('index');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user