Browse Source

修改antgoods模块商品控制器文件Goods模型和GoodsSearch文件的命名空间

wechat_public_accounts
linyaostalker 5 years ago
parent
commit
fd0d4381d4
  1. 4
      vendor/antgoods/goods/src/controllers/GoodsController.php

4
vendor/antgoods/goods/src/controllers/GoodsController.php

@ -3,8 +3,8 @@
namespace antgoods\goods\controllers;
use Yii;
use common\models\ars\Goods;
use common\models\searchs\GoodsSearch;
use antgoods\goods\models\ars\Goods;
use antgoods\goods\models\searchs\GoodsSearch;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;

Loading…
Cancel
Save