Browse Source

fix:商品分类

super-yimizi 2 months ago
parent
commit
2836578be7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Category.php

+ 1 - 1
application/api/controller/Category.php

@@ -2,7 +2,7 @@
 
 namespace app\api\controller;
 
-use addons\shop\model\Category as CategoryModel;
+use app\common\model\Category as CategoryModel;
 use fast\Tree;
 
 /**