trait Illuminate / Notifications / RoutesNotifications
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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