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() { }