class RegistrationRejected extendsNotification

Methods

array
via(mixed$notifiable)

Get the notification's delivery channels.

MailMessage
toMail(mixed$notifiable)

Get the mail representation of the notification.

Details

at line16
array via(mixed$notifiable)

Get the notification's delivery channels.

Parameters

mixed $notifiable

Return Value

array

at line27
MailMessage toMail(mixed$notifiable)

Get the mail representation of the notification.

Parameters

mixed $notifiable

Return Value

MailMessage