mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
修正 命名空间大小写
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Think;
|
||||
use Think\Config;
|
||||
namespace think;
|
||||
use think\Config;
|
||||
|
||||
class Loader {
|
||||
// 类名映射
|
||||
|
||||
Reference in New Issue
Block a user