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