mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
reset password email link issue.
when we are using a queue system to send Emails. we encountered a problem with the reset link in the email. To solve it, I changed the sending of this email from queue mode to instant mode.
This commit is contained in:
parent
5eec7c127b
commit
156e18b600
@ -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.
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user