diff --git a/framework/yii/web/JqueryAsset.php b/framework/yii/web/JqueryAsset.php index 90d2df6..4efab8e 100644 --- a/framework/yii/web/JqueryAsset.php +++ b/framework/yii/web/JqueryAsset.php @@ -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', ];