mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
去掉facade方式,php5.6兼容性问题
This commit is contained in:
2
application/api/controller/Goods.php
Normal file → Executable file
2
application/api/controller/Goods.php
Normal file → Executable file
@ -10,7 +10,7 @@
|
||||
// +----------------------------------------------------------------------
|
||||
namespace app\api\controller;
|
||||
|
||||
use app\facade\GoodsService;
|
||||
use app\service\GoodsService;
|
||||
|
||||
/**
|
||||
* 商品
|
||||
|
||||
Reference in New Issue
Block a user