From a34226c6a9921cf03026de980fc0ff9b592f4664 Mon Sep 17 00:00:00 2001 From: Daniel Stock Date: Wed, 29 Oct 2025 12:07:51 +0100 Subject: [PATCH] clean up --- app/Mail/Reminder.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/app/Mail/Reminder.php b/app/Mail/Reminder.php index 44e01f5..44fa790 100644 --- a/app/Mail/Reminder.php +++ b/app/Mail/Reminder.php @@ -18,9 +18,7 @@ class Reminder extends Mailable /** * Create a new message instance. */ - public function __construct( - public array $invoice, - ) {} + public function __construct(public array $invoice) {} /** * Get the message envelope. @@ -28,9 +26,9 @@ public function __construct( public function envelope(): Envelope { return new Envelope( - // TODO: get from setting + // TODO: get from settings from: new Address('buchhaltung@tooloop.de', 'Tooloop Multimedia'), - replyTo: [new Address('info@tooloop.de', 'Tooloop Multimedia'),], + bcc: [new Address('daniel.stock@tooloop.de', '