reset event delay

This commit is contained in:
David Bomba 2022-11-16 16:22:23 +11:00
parent 637c2cc954
commit 2e0a7069a2
2 changed files with 0 additions and 4 deletions

View File

@ -21,8 +21,6 @@ class InvoicePaidActivity implements ShouldQueue
{ {
protected $activity_repo; protected $activity_repo;
public $delay = 10;
/** /**
* Create the event listener. * Create the event listener.
* *

View File

@ -21,8 +21,6 @@ class UpdateInvoiceActivity implements ShouldQueue
{ {
protected $activity_repo; protected $activity_repo;
public $delay = 5;
/** /**
* Create the event listener. * Create the event listener.
* *