Update delay on invoice created notification

This commit is contained in:
David Bomba 2025-08-17 11:40:49 +10:00
parent aad96ba399
commit 68f9dc6ec3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class InvoiceCreatedNotification implements ShouldQueue
{
use UserNotifies;
public $delay = 3;
public $delay = 6;
public function __construct()
{