Commit 3cb61cac by Qiang Xue

fixed jqueryasset path.

parent 0a7cef7c
......@@ -15,7 +15,7 @@ namespace yii\web;
*/
class JqueryAsset extends AssetBundle
{
public $sourcePath = '@vendor/yiisoft/jquery';
public $sourcePath = '@vendor/frameworks/jquery';
public $js = [
'jquery.js',
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment