class
Illuminate
/
Notifications
/
Events
/
NotificationFailed
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
NotificationFailed
Uses
Properties
public
$notifiable mixed
The notifiable entity who received the notification.
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