优化自动加载

This commit is contained in:
huangdijia
2015-05-04 17:31:21 +08:00
parent c742fd5335
commit 19d4d93357
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
namespace think\controller;
abstract class Rest {
abstract class rest {
protected $_method = ''; // 当前请求类型
protected $_type = ''; // 当前资源类型