mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
修正 命名空间大小写
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Think;
|
||||
use Think\Exception;
|
||||
namespace think;
|
||||
use think\Exception;
|
||||
|
||||
/**
|
||||
* App 应用管理
|
||||
|
||||
Reference in New Issue
Block a user