xiaogang 4 years ago
parent
commit
b692f86298
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Models/ChatList.php

+ 2 - 0
app/Models/ChatList.php

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