回答編集履歴
1
ミス
answer
CHANGED
|
@@ -6,5 +6,5 @@
|
|
|
6
6
|
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
$chatList = DB::table('chat')->
|
|
9
|
+
$chatList = DB::table('chat')->Where('send_id', $userId)->orWhere('recieve_id', $userId)->get();
|
|
10
10
|
```
|