From 5c89df907e3caba62005cee1bd9d2504622f6ee0 Mon Sep 17 00:00:00 2001 From: MostafaMoradii <100101497+MostafaMoradii@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:47:09 +0300 Subject: [PATCH] Update ResetYourPassword.php email link debugged --- app/Notification/ResetYourPassword.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/Notification/ResetYourPassword.php b/app/Notification/ResetYourPassword.php index 6ba3afa10..b979085b0 100644 --- a/app/Notification/ResetYourPassword.php +++ b/app/Notification/ResetYourPassword.php @@ -3,7 +3,6 @@ use Anomaly\Streams\Platform\Notification\Message\MailMessage; use Anomaly\UsersModule\User\Contract\UserInterface; use Illuminate\Bus\Queueable; -use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Notifications\Notification; /** @@ -13,11 +12,9 @@ use Illuminate\Notifications\Notification; * @author PyroCMS, Inc. * @author Ryan Thompson */ -class ResetYourPassword extends Notification implements ShouldQueue +class ResetYourPassword extends Notification { - use Queueable; - /** * Redirect here after activating. *