Change notification - disable queue

This commit is contained in:
David Bomba 2021-02-11 23:53:53 +11:00
parent 46b9bbcc09
commit f89091d6ef
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.