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. *