From 63b41e54a6f4ec40be8494498cbe385e50ee3018 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Tue, 27 Dec 2022 10:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=82=AE=E4=BB=B6=E6=B3=A8?= =?UTF-8?q?=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/mails/registration.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/mails/registration.blade.php b/themes/default/mails/registration.blade.php index 80caf4e3..bbd57be4 100644 --- a/themes/default/mails/registration.blade.php +++ b/themes/default/mails/registration.blade.php @@ -9,7 +9,7 @@ {{ __('mail.welcome_register') }} {{ config('app.name') }}

- {{ __('mail.customer_name', ['name' => $order->customer_name]) }} + {{ __('mail.customer_name', ['name' => $customer->name]) }}

{{ __('mail.register_end') }} @@ -34,4 +34,4 @@ -@endsection \ No newline at end of file +@endsection