@@ -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;
}