mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
fixed jqueryasset path.
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user