From e5284c03e2c0e62d40ee2adbe00c8ffbf4f67f4f Mon Sep 17 00:00:00 2001 From: Godfrey M Date: Tue, 3 Dec 2024 09:10:50 -0800 Subject: [PATCH] fix typo --- app/Mail/CheckoutLicenseMail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Mail/CheckoutLicenseMail.php b/app/Mail/CheckoutLicenseMail.php index 90bc0440fe..cc91f990e1 100644 --- a/app/Mail/CheckoutLicenseMail.php +++ b/app/Mail/CheckoutLicenseMail.php @@ -36,7 +36,7 @@ class CheckoutLicenseMail extends Mailable */ public function envelope(): Envelope { - $from = new , config('mail.from.name')); + $from = new Address(config('mail.from.address'), config('mail.from.name')); return new Envelope( from: $from,