统一命名空间规范

This commit is contained in:
huangdijia
2015-12-22 17:42:00 +08:00
parent 435ad7bc75
commit 2c6b984438
4 changed files with 36 additions and 36 deletions

View File

@@ -34,7 +34,7 @@ abstract class Hprose
}
//导入类库
think\Loader::import('vendor.Hprose.HproseHttpServer');
\think\Loader::import('vendor.Hprose.HproseHttpServer');
//实例化HproseHttpServer
$server = new \HproseHttpServer();
if ($this->allowMethodList) {