xiaogang 4 年 前
コミット
b692f86298
1 ファイル変更2 行追加0 行削除
  1. 2 0
      app/Models/ChatList.php

+ 2 - 0
app/Models/ChatList.php

xqd
@@ -10,6 +10,8 @@ class ChatList extends Model
 {
 	use HasDateTimeFormatter;
     protected $table = 'chat_list';
+
+    protected $fillable = ['user_id', 'to_user_id','last_msg','last_time','atime','un_read'];
     public $timestamps = false;
 
 }