Rest类名书写规范修正

类名称书写不符合规范
This commit is contained in:
pwf0112
2015-12-19 18:09:52 +08:00
parent ca6989aec5
commit 4dc7130dec

View File

@@ -13,7 +13,7 @@ namespace think\controller;
use think\Response;
abstract class rest
abstract class Rest
{
protected $_method = ''; // 当前请求类型