mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 13:31:38 +08:00
修正 命名空间大小写
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Think;
|
||||
use Think\View;
|
||||
use Think\Transform;
|
||||
namespace think;
|
||||
use think\View;
|
||||
use think\Transform;
|
||||
|
||||
class Controller {
|
||||
// 视图类实例
|
||||
|
||||
Reference in New Issue
Block a user