ReportReady
class ReportReady extends Notification
Properties
protected Report | $report | The report that is ready. |
Methods
void
array
via(mixed $notifiable)
Get the notification's delivery channels.
MailMessage
toMail(mixed $notifiable)
Get the mail representation of the notification.
array
toArray(mixed $notifiable)
Get the array representation of the notification.
Details
at line 24
void
__construct(Report $report)
Create a new notification instance.
at line 35
array
via(mixed $notifiable)
Get the notification's delivery channels.
at line 56
MailMessage
toMail(mixed $notifiable)
Get the mail representation of the notification.
at line 75
array
toArray(mixed $notifiable)
Get the array representation of the notification.