Dispatcher
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.
at line 17
void
sendNow(mixed $notifiables, mixed $notification, array|null $channels = null)
Send the given notification immediately.