1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Merge pull request #4880 from turbo124/v5-develop

Change notification - disable queue
This commit is contained in:
David Bomba 2021-02-11 23:54:14 +11:00 committed by GitHub
commit 8becf791b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.