mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change notification - disable queue
This commit is contained in:
parent
46b9bbcc09
commit
f89091d6ef
@ -22,7 +22,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class NewAccountCreated extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
//use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
@ -22,7 +22,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class NewAccountCreated extends Notification implements ShouldQueue
|
||||
{
|
||||
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
// use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
|
||||
|
||||
/**
|
||||
* Create a new notification instance.
|
||||
|
Loading…
x
Reference in New Issue
Block a user