回答編集履歴

1

ミス

2021/08/25 15:14

投稿

kawa_kawawaka
kawa_kawawaka

スコア71

test CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
 
16
16
 
17
- $chatList = DB::table('chat')->orWhere('send_id', $userId)->orWhere('recieve_id', $userId)->get();
17
+ $chatList = DB::table('chat')->Where('send_id', $userId)->orWhere('recieve_id', $userId)->get();
18
18
 
19
19
  ```