trait RoutesNotifications

Methods

void
notify(mixed $instance)

Send the given notification.

mixed
routeNotificationFor(string $driver)

Get the notification routing information for the given driver.

Details

at line 16
void notify(mixed $instance)

Send the given notification.

Parameters

mixed $instance

Return Value

void

at line 27
mixed routeNotificationFor(string $driver)

Get the notification routing information for the given driver.

Parameters

string $driver

Return Value

mixed