trait
Illuminate
/
Notifications
/
RoutesNotifications
RoutesNotifications
Methods
public
notify ( $instance ) : void
Send the given notification.
Parameters
- $instance mixed
public
notifyNow ( $instance , array $channels ) : void
Send the given notification immediately.
Parameters
- $instance mixed
- $channels array|null
public
routeNotificationFor ( $driver , $notification ) : mixed
Get the notification routing information for the given driver.
Parameters
- $driver string
- $notification Notification |null