Browse Source

删除无用的方法

wechat_public_accounts
linyaostalker 5 years ago
parent
commit
d9d56fb840
  1. 4
      vendor/antgoods/goods/src/web/GoodsAttributeAsset.php

4
vendor/antgoods/goods/src/web/GoodsAttributeAsset.php

@ -18,8 +18,4 @@ class GoodsAttributeAsset extends AssetBundle
public $depends = [ public $depends = [
'yii\web\YiiAsset', 'yii\web\YiiAsset',
]; ];
public static function addJs($view, $jsfile)
{
$view->registerJsFile($jsfile);
}
} }
Loading…
Cancel
Save