diff --git a/app/Notifications/NewAccountCreated.php b/app/Notifications/NewAccountCreated.php index 8e836328b..eccacff7b 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 1c3650d8e..f595bd96d 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.