From 68f9dc6ec3b04569c355c6e584cb31b7027bd9f6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 17 Aug 2025 11:40:49 +1000 Subject: [PATCH] Update delay on invoice created notification --- app/Listeners/Invoice/InvoiceCreatedNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/Invoice/InvoiceCreatedNotification.php b/app/Listeners/Invoice/InvoiceCreatedNotification.php index 5c4c9e0ec2..a9fb3626f1 100644 --- a/app/Listeners/Invoice/InvoiceCreatedNotification.php +++ b/app/Listeners/Invoice/InvoiceCreatedNotification.php @@ -25,7 +25,7 @@ class InvoiceCreatedNotification implements ShouldQueue { use UserNotifies; - public $delay = 3; + public $delay = 6; public function __construct() {