hzd 1 年間 前
コミット
f4f4694ced
1 ファイル変更1 行追加1 行削除
  1. 1 1
      application/common/model/User.php

+ 1 - 1
application/common/model/User.php

@@ -6,7 +6,7 @@ use think\Db;
 use think\Exception;
 use think\Model;
 
-class User extends Model
+class User extends Base
 {
     protected function setPasswordAttr($value){
         if(trim($value)){