質問するログイン新規登録

回答編集履歴

1

ミス

2021/08/25 15:14

投稿

kawa_kawawaka
kawa_kawawaka

スコア71

answer CHANGED
@@ -6,5 +6,5 @@
6
6
 
7
7
  ```
8
8
 
9
- $chatList = DB::table('chat')->orWhere('send_id', $userId)->orWhere('recieve_id', $userId)->get();
9
+ $chatList = DB::table('chat')->Where('send_id', $userId)->orWhere('recieve_id', $userId)->get();
10
10
  ```