From cee6abea0ac16db0945bd7a186be62fd0a741851 Mon Sep 17 00:00:00 2001 From: linyaostalker <602604991@qq.com> Date: Tue, 19 Nov 2019 11:33:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9antgoods=E6=A8=A1=E5=9D=97goo?= =?UTF-8?q?dssearch.php=E6=96=87=E4=BB=B6goods=E6=A8=A1=E5=9E=8B=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/antgoods/goods/src/models/searchs/GoodsSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/antgoods/goods/src/models/searchs/GoodsSearch.php b/vendor/antgoods/goods/src/models/searchs/GoodsSearch.php index a85130a..84736a0 100755 --- a/vendor/antgoods/goods/src/models/searchs/GoodsSearch.php +++ b/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`.