via() via(mixed $notifiable) : array Get the notification's delivery channels. Parameters mixed $notifiable Returns array
toMail() toMail(mixed $notifiable) : \Illuminate\Notifications\Messages\MailMessage Get the mail representation of the notification. Parameters mixed $notifiable Returns \Illuminate\Notifications\Messages\MailMessage
toArray() toArray(mixed $notifiable) : array Get the array representation of the notification. Parameters mixed $notifiable Returns array