diff --git a/app/Notification/ActivateYourAccount.php b/app/Notification/ActivateYourAccount.php index 86ef5168a..5ca37bf5c 100644 --- a/app/Notification/ActivateYourAccount.php +++ b/app/Notification/ActivateYourAccount.php @@ -2,8 +2,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 +11,8 @@ use Illuminate\Notifications\Notification; * @author PyroCMS, Inc. * @author Ryan Thompson */ -class ActivateYourAccount extends Notification implements ShouldQueue +class ActivateYourAccount extends Notification { - - use Queueable; - /** * Redirect here after activating. *