diff --git a/library/think/controller/rest.php b/library/think/controller/rest.php index 028be28c..64bed282 100644 --- a/library/think/controller/rest.php +++ b/library/think/controller/rest.php @@ -13,7 +13,7 @@ namespace think\controller; use think\Response; -abstract class rest +abstract class Rest { protected $_method = ''; // 当前请求类型