mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
删除Library命名空间
This commit is contained in:
@@ -17,9 +17,9 @@ class Loader {
|
||||
static protected $map = [];
|
||||
// 命名空间
|
||||
static protected $namespace = [
|
||||
'Think' => CORE_PATH,
|
||||
'Vendor' => VENDOR_PATH,
|
||||
'Library' => LIB_PATH,
|
||||
'Think' => CORE_PATH,
|
||||
'Vendor' => VENDOR_PATH,
|
||||
'Org' => ORG_PATH,
|
||||
];
|
||||
|
||||
// 自动加载
|
||||
|
||||
Reference in New Issue
Block a user