diff --git a/app/Notifications/Ninja/NewAccountCreated.php b/app/Notifications/Ninja/NewAccountCreated.php index f595bd96dea9..1367a2a5bac2 100644 --- a/app/Notifications/Ninja/NewAccountCreated.php +++ b/app/Notifications/Ninja/NewAccountCreated.php @@ -20,7 +20,7 @@ use Illuminate\Notifications\Notification; use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\SerializesModels; -class NewAccountCreated extends Notification implements ShouldQueue +class NewAccountCreated extends Notification { // use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;