mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
优化自动加载
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
namespace think\controller;
|
||||
|
||||
abstract class Rest {
|
||||
abstract class rest {
|
||||
|
||||
protected $_method = ''; // 当前请求类型
|
||||
protected $_type = ''; // 当前资源类型
|
||||
|
||||
Reference in New Issue
Block a user