Exemple #1
0
 /**
  * Send the given notification to the given notifiable entities.
  *
  * @param \Illuminate\Support\Collection|array|mixed $notifiables
  * @param mixed $notification
  * @return void 
  * @static 
  */
 public static function send($notifiables, $notification)
 {
     \Illuminate\Notifications\ChannelManager::send($notifiables, $notification);
 }