From d689611929ba8c4759cd6bf3467782147eefa6b5 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 11 Feb 2021 23:59:47 +1100 Subject: [PATCH] minor fixes --- app/Notifications/Ninja/NewAccountCreated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Ninja/NewAccountCreated.php b/app/Notifications/Ninja/NewAccountCreated.php index f595bd96de..1367a2a5ba 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;