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.