From f89091d6ef519d9579b2791624fa507d1298ddf5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 11 Feb 2021 23:53:53 +1100 Subject: [PATCH] Change notification - disable queue --- app/Notifications/NewAccountCreated.php | 2 +- app/Notifications/Ninja/NewAccountCreated.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Notifications/NewAccountCreated.php b/app/Notifications/NewAccountCreated.php index 8e836328bce4..eccacff7baf5 100644 --- a/app/Notifications/NewAccountCreated.php +++ b/app/Notifications/NewAccountCreated.php @@ -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. diff --git a/app/Notifications/Ninja/NewAccountCreated.php b/app/Notifications/Ninja/NewAccountCreated.php index 1c3650d8ecd7..f595bd96dea9 100644 --- a/app/Notifications/Ninja/NewAccountCreated.php +++ b/app/Notifications/Ninja/NewAccountCreated.php @@ -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.