interface Dispatcher

Methods

void
send(mixed $notifiables, mixed $notification)

Send the given notification to the given notifiable entities.

void
sendNow(mixed $notifiables, mixed $notification, array|null $channels = null)

Send the given notification immediately.

Details

at line 12
void send(mixed $notifiables, mixed $notification)

Send the given notification to the given notifiable entities.

Parameters

mixed $notifiables
mixed $notification

Return Value

void

at line 17
void sendNow(mixed $notifiables, mixed $notification, array|null $channels = null)

Send the given notification immediately.

Parameters

mixed $notifiables
mixed $notification
array|null $channels

Return Value

void