From 729351033bc80f3516dfec61db95d0444e9cc47b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 27 Nov 2022 21:33:37 +1100 Subject: [PATCH] Fixes for in notifications --- app/Listeners/Invoice/InvoiceFailedEmailNotification.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Listeners/Invoice/InvoiceFailedEmailNotification.php b/app/Listeners/Invoice/InvoiceFailedEmailNotification.php index ac100e0e4646..a684b680cef3 100644 --- a/app/Listeners/Invoice/InvoiceFailedEmailNotification.php +++ b/app/Listeners/Invoice/InvoiceFailedEmailNotification.php @@ -29,8 +29,6 @@ class InvoiceFailedEmailNotification use UserNotifies, Dispatchable, InteractsWithQueue, Queueable, SerializesModels; - public $delay = 10; - public function __construct() { }