class NewNewsletter extends Notification implements ShouldQueue

Traits

Queueable

Properties

Newsletter $newsletter

Methods

__construct(Newsletter $newsletter)

Create a new instance.

array
via(mixed $notifiable)

Get the notification's delivery channels.

MailMessage
toMail(mixed $notifiable)

Get the mail representation of the notification.

Details

at line 22
__construct(Newsletter $newsletter)

Create a new instance.

Parameters

Newsletter $newsletter

at line 33
array via(mixed $notifiable)

Get the notification's delivery channels.

Parameters

mixed $notifiable

Return Value

array

at line 44
MailMessage toMail(mixed $notifiable)

Get the mail representation of the notification.

Parameters

mixed $notifiable

Return Value

MailMessage