Browse Source

更新小写问题

sandm 2 years ago
parent
commit
9300bb2c4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/index/controller/Auth.php

+ 1 - 1
app/index/controller/Auth.php

@@ -4,7 +4,7 @@ namespace app\index\controller;
 
 use app\BaseController;
 use app\common\api\UserApi;
-use think\Facade\Db;
+use think\facade\Db;
 
 /**
  * Description of Login