Update delay on invoice created notification
This commit is contained in:
parent
aad96ba399
commit
68f9dc6ec3
|
|
@ -25,7 +25,7 @@ class InvoiceCreatedNotification implements ShouldQueue
|
||||||
{
|
{
|
||||||
use UserNotifies;
|
use UserNotifies;
|
||||||
|
|
||||||
public $delay = 3;
|
public $delay = 6;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue