class SendEmailNotificationJob extends AbstractJob

Traits

InteractsWithQueue
Queueable
SerializesModels

Properties

static string|null $sendOnQueue The name of the queue on which the job should be placed. from AbstractJob

Methods

__construct(MailableInterface $blueprint, User $recipient)

No description

handle(NotificationMailer $mailer)

No description

Details

__construct(MailableInterface $blueprint, User $recipient)

Parameters

MailableInterface $blueprint
User $recipient

handle(NotificationMailer $mailer)

Parameters

NotificationMailer $mailer