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

DatabaseChannel

Methods

public

send ( $notifiable , Notification $notification ) : Model

Send the given notification.

Parameters

protected

buildPayload ( $notifiable , Notification $notification ) : array

Build an array payload for the DatabaseNotification Model.

Parameters

protected

getData ( $notifiable , Notification $notification ) : array

Get the data for the notification.

Parameters