From 34bf18428bfa479e6ea57a794e526cdef02c2f0f Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Mon, 8 Apr 2024 12:51:24 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AA=E3=83=B3=E3=82=B0?= =?UTF-8?q?=E6=99=82=E3=81=AE=E9=A0=85=E7=9B=AE=E5=A4=89=E6=8F=9B=E5=87=A6?= =?UTF-8?q?=E7=90=86=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Logic/SMS/FourSMessageManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Logic/SMS/FourSMessageManager.php b/app/Logic/SMS/FourSMessageManager.php index 44fb2f1..9e962d5 100644 --- a/app/Logic/SMS/FourSMessageManager.php +++ b/app/Logic/SMS/FourSMessageManager.php @@ -252,6 +252,7 @@ class CommunicationData // 空文字の場合があるので、数値にキャストする $record['success_count'] = intVal($record['success_count']); + $record['message_count'] = intVal($record['message_count']); $ele = SMSProviderFourSMessageCommunication::whereRequestId($requestId) ->firstOrFail();