__construct() __construct(mixed $data) : void Create a new notification instance. Parameters mixed $data
via() via(mixed $notifiable) : array Get the notification's delivery channels. Parameters mixed $notifiable Returns array
toArray() toArray(mixed $notifiable) : array Get the array representation of the notification. Parameters mixed $notifiable Returns array