move JsExpression to web.

This commit is contained in:
Qiang Xue
2013-05-07 07:39:24 -04:00
parent 462f2033dd
commit dd5969147d
8 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
namespace yii\helpers\base;
use yii\base\InvalidParamException;
use yii\helpers\JsExpression;
use yii\web\JsExpression;
/**
* Json is a helper class providing JSON data encoding and decoding.