Merge pull request #1366 from openclassify/queued-reset-password-email-link-issue

This commit is contained in:
Muammer Topçu 2023-10-30 09:48:45 +03:00 committed by GitHub
commit 38c3438e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
*/
class ActivateYourAccount extends Notification implements ShouldQueue
class ActivateYourAccount extends Notification
{
use Queueable;
/**
* Redirect here after activating.
*