hzd hace 1 año
padre
commit
f4f4694ced
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)){