class
Illuminate
/
Notifications
/
Events
/
NotificationSending
NotificationSending
Uses
Properties
public
$notifiable mixed
The notifiable entity who received the notification.
Default: null
public
$channel string
The channel name.
Default: null
Methods
public
__construct ( $notifiable , $notification , $channel ) : void
Create a new event instance.
Parameters
- $notifiable mixed
- $notification Notification
- $channel string