DatabaseChannel
in package
Table of Contents
- send() : Model
- Send the given notification.
- getData() : array<string|int, mixed>
- Get the data for the notification.
Methods
send()
Send the given notification.
public
send(mixed $notifiable, Notification $notification) : Model
Parameters
- $notifiable : mixed
- $notification : Notification
Return values
Model —getData()
Get the data for the notification.
protected
getData(mixed $notifiable, Notification $notification) : array<string|int, mixed>
Parameters
- $notifiable : mixed
- $notification : Notification