mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #1366 from openclassify/queued-reset-password-email-link-issue
This commit is contained in:
commit
38c3438e52
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
use Anomaly\Streams\Platform\Notification\Message\MailMessage;
|
use Anomaly\Streams\Platform\Notification\Message\MailMessage;
|
||||||
use Anomaly\UsersModule\User\Contract\UserInterface;
|
use Anomaly\UsersModule\User\Contract\UserInterface;
|
||||||
use Illuminate\Bus\Queueable;
|
|
||||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
|
||||||
use Illuminate\Notifications\Notification;
|
use Illuminate\Notifications\Notification;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -13,11 +11,8 @@ use Illuminate\Notifications\Notification;
|
|||||||
* @author PyroCMS, Inc. <support@pyrocms.com>
|
* @author PyroCMS, Inc. <support@pyrocms.com>
|
||||||
* @author Ryan Thompson <ryan@pyrocms.com>
|
* @author Ryan Thompson <ryan@pyrocms.com>
|
||||||
*/
|
*/
|
||||||
class ActivateYourAccount extends Notification implements ShouldQueue
|
class ActivateYourAccount extends Notification
|
||||||
{
|
{
|
||||||
|
|
||||||
use Queueable;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Redirect here after activating.
|
* Redirect here after activating.
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user