class Illuminate / Notifications / Events / NotificationFailed

NotificationFailed

Uses

Properties

public

$notifiable mixed

The notifiable entity who received the notification.

Default: null
public

$notification Notification

The notification instance.

Default: null
public

$channel string

The channel name.

Default: null
public

$data array

The data needed to process this failure.

Default: []

Methods

public

__construct ( $notifiable , $notification , $channel , $data ) : void

Create a new event instance.

Parameters

  • $notifiable mixed
  • $notification Notification
  • $channel string
  • $data array