class RegistrationConfirmation extendsNotification implementsShouldQueue

Traits

Queueable
SerializesModels

Properties

protectedUser $user User who has been newly registered.

Methods

__construct(User$user)

Create a new notification instance.

array
via(mixed$notifiable)

Get the notification's delivery channels.

MailMessage
toMail(mixed$notifiable)

Get the mail representation of the notification.

Details

at line29
__construct(User$user)

Create a new notification instance.

Parameters

User $user

at line40
array via(mixed$notifiable)

Get the notification's delivery channels.

Parameters

mixed $notifiable

Return Value

array

at line51
MailMessage toMail(mixed$notifiable)

Get the mail representation of the notification.

Parameters

mixed $notifiable

Return Value

MailMessage