RoutesNotifications
trait RoutesNotifications
Properties
| string |
Methods
void
notify(mixed $instance)
Send the given notification.
void
notifyNow(mixed $instance, array|null $channels = null)
Send the given notification immediately.
mixed
routeNotificationFor(string $driver, Notification|null $notification = null)
Get the notification routing information for the given driver.
Details
at line 19
void
notify(mixed $instance)
Send the given notification.
at line 29
void
notifyNow(mixed $instance, array|null $channels = null)
Send the given notification immediately.
at line 39
mixed
routeNotificationFor(string $driver, Notification|null $notification = null)
Get the notification routing information for the given driver.