From addfbecafd0ad359e8fc34b511d5cadf211d605c Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Thu, 5 Oct 2023 11:08:34 +0900 Subject: [PATCH] =?UTF-8?q?=E5=95=8F=E3=81=84=E5=90=88=E3=82=8F=E3=81=9B?= =?UTF-8?q?=E3=83=A1=E3=83=BC=E3=83=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Email/Members/AskNotice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Email/Members/AskNotice.php b/app/Email/Members/AskNotice.php index b42f183..09ce73d 100644 --- a/app/Email/Members/AskNotice.php +++ b/app/Email/Members/AskNotice.php @@ -9,7 +9,7 @@ class AskNotice extends Members { public function __construct( - protected Customer $customer, + Customer $customer, private Ask $app ) { parent::__construct($customer);