Factory
interface Factory
Methods
mixed
channel(UnitEnum|string|null $name = null)
Get a channel instance by name.
void
send(mixed $notifiables, mixed $notification)
Send the given notification to the given notifiable entities.
void
sendNow(mixed $notifiables, mixed $notification)
Send the given notification immediately.
Details
at line 14
mixed
channel(UnitEnum|string|null $name = null)
Get a channel instance by name.
at line 19
void
send(mixed $notifiables, mixed $notification)
Send the given notification to the given notifiable entities.
at line 24
void
sendNow(mixed $notifiables, mixed $notification)
Send the given notification immediately.