Fenos\Notifynder\Senders\SendMultiple::send PHP 메소드

send() 공개 메소드

Send multiple notifications.
public send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed
$sender Fenos\Notifynder\Contracts\StoreNotification
리턴 mixed
    public function send(StoreNotification $sender)
    {
        return $sender->storeMultiple($this->infoNotifications);
    }