BroadcastChannel
class BroadcastChannel
Properties
protected Dispatcher | $events | The event dispatcher. |
Methods
void
array|null
mixed
Details
at line 26
void
__construct(Dispatcher $events)
Create a new database channel.
at line 38
array|null
send(mixed $notifiable, Notification $notification)
Send the given notification.
at line 63
protected mixed
getData(mixed $notifiable, Notification $notification)
Get the data for the notification.