interface Illuminate / Contracts / Notifications / Dispatcher
You are viewing an older version of the documentation. For the latest, please visit master documentation.

Dispatcher

Methods

public

send ( $notifiables , $notification ) : void

Send the given notification to the given notifiable entities.

Parameters

  • $notifiables Collection |array|mixed
  • $notification mixed
public

sendNow ( $notifiables , $notification ) : void

Send the given notification immediately.

Parameters

  • $notifiables Collection |array|mixed
  • $notification mixed