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