xiaogang 4 tahun lalu
induk
melakukan
6cf01d32b2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Models/User.php

+ 1 - 1
app/Models/User.php

xqd
@@ -20,7 +20,7 @@ class User extends Authenticatable implements JWTSubject
      * @var array
      */
     protected $fillable = [
-        'mobile', 'password', 'pid', 'tencent_im_user_id','sex','is_vip','is_auth','remember_token','ycode'
+        'mobile', 'password', 'pid', 'tencent_im_user_id','sex','is_vip','is_auth','remember_token','ycode','latitude','longitude','online','notice_status','like_num','like_me_num','look_num'
     ];
 
     /**