mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Update ResetYourPassword.php email link debugged
This commit is contained in:
parent
e8863e32cd
commit
5c89df907e
@ -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.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user