From baafecef949c05e0d01347c2e44e23a30df65ada Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Tue, 1 Aug 2023 15:00:50 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=BC=E3=83=AB=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=88=E3=83=AB=E3=81=AE=E4=BF=AE=E6=AD=A3=E3=80=80A4?= =?UTF-8?q?=E9=A0=98=E5=8F=8E=E8=A8=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Email/Guests/ReceiptA4.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Email/Guests/ReceiptA4.php b/app/Email/Guests/ReceiptA4.php index 5690408..adfc769 100644 --- a/app/Email/Guests/ReceiptA4.php +++ b/app/Email/Guests/ReceiptA4.php @@ -24,7 +24,7 @@ class ReceiptA4 extends Guest public function getSubject(): string { - return '領収証の送付'; + return sprintf('領収証の送付 %s', $this->order->receipt_no); } public function getGuestParams(): array