This commit is contained in:
2024-06-10 10:01:00 +07:00
parent 8956d8c13f
commit 03d94905fa

View File

@@ -322,7 +322,7 @@ class ChatDoctorController extends Controller
// Ambil data dari request
$message = Message::create([
'content' => 'summary',
'content' => json_encode($data),
'from_user' => $livechat->doctor_id,
'channel_id' => $channel->id,
'type' => 'summary'