Merge pull request #509 from yiidevelop/patch-1

Fix use incorrect namespace of Html helpers
This commit is contained in:
Qiang Xue
2013-06-06 14:12:01 -07:00

View File

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