Method | Description | |
---|---|---|
__construct ( $client, $action ) : void | Create a new notification instance. | |
toArray ( mixed $notifiable ) : array | Get the array representation of the notification. | |
toMail ( mixed $notifiable ) : Illuminate\Notifications\Messages\MailMessage | Get the mail representation of the notification. | |
via ( mixed $notifiable ) : array | Get the notification's delivery channels. |
public __construct ( $client, $action ) : void | ||
return | void |