Merge pull request #1362 from openclassify/email-fix

Update ResetYourPassword.php email link debugged
This commit is contained in:
Muammer Topçu 2023-08-21 12:13:26 +03:00 committed by GitHub
commit 46cf908c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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