class Illuminate / Notifications / Channels / DatabaseChannel

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