回答編集履歴
1
ミス
test
CHANGED
@@ -14,6 +14,6 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
$chatList = DB::table('chat')->
|
17
|
+
$chatList = DB::table('chat')->Where('send_id', $userId)->orWhere('recieve_id', $userId)->get();
|
18
18
|
|
19
19
|
```
|