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`.