Fix use incorrect namespace of Html helpers

This commit is contained in:
yiidevelop
2013-06-07 03:26:36 +07:00
parent bade6f7eef
commit 8c36cd08db

View File

@@ -7,7 +7,7 @@
namespace yii\web; namespace yii\web;
use yii\widgets\Html; use yii\helpers\Html;
/** /**
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>