__construct() __construct(\App\Ticket $ticket) : void Create a new notification instance. Parameters \App\Ticket $ticket
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