删除Library命名空间

This commit is contained in:
ThinkPHP
2013-04-17 10:38:41 +08:00
parent e4c175527f
commit ead16f42b1

View File

@@ -17,9 +17,9 @@ class Loader {
static protected $map = []; static protected $map = [];
// 命名空间 // 命名空间
static protected $namespace = [ static protected $namespace = [
'Think' => CORE_PATH, 'Think' => CORE_PATH,
'Vendor' => VENDOR_PATH, 'Vendor' => VENDOR_PATH,
'Library' => LIB_PATH, 'Org' => ORG_PATH,
]; ];
// 自动加载 // 自动加载