Browse Source

修改antgoods模块goodssearch.php文件goods模型命名空间

wechat_public_accounts
linyaostalker 5 years ago
parent
commit
cee6abea0a
  1. 2
      vendor/antgoods/goods/src/models/searchs/GoodsSearch.php

2
vendor/antgoods/goods/src/models/searchs/GoodsSearch.php

@ -5,7 +5,7 @@ namespace antgoods\goods\models\searchs;
use yii\base\Model;
use yii\data\ActiveDataProvider;
use yii\helpers\ArrayHelper;
use common\models\ars\Goods;
use antgoods\goods\models\ars\Goods;
/**
* GoodsSearch represents the model behind the search form of `common\models\ars\Goods`.

Loading…
Cancel
Save