mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
Rest类名书写规范修正
类名称书写不符合规范
This commit is contained in:
@@ -13,7 +13,7 @@ namespace think\controller;
|
|||||||
|
|
||||||
use think\Response;
|
use think\Response;
|
||||||
|
|
||||||
abstract class rest
|
abstract class Rest
|
||||||
{
|
{
|
||||||
|
|
||||||
protected $_method = ''; // 当前请求类型
|
protected $_method = ''; // 当前请求类型
|
||||||
|
|||||||
Reference in New Issue
Block a user