Update ResetYourPassword.php email link debugged

This commit is contained in:
MostafaMoradii 2023-08-17 17:47:09 +03:00 committed by GitHub
parent e8863e32cd
commit 5c89df907e
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.
*