class Illuminate / Notifications / Events / NotificationSending
You are viewing an older version of the documentation. For the latest, please visit master documentation.

NotificationSending

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

Methods

public

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

Create a new event instance.

Parameters