Fenos\Notifynder\Senders\SendOne::send PHP Method

send() public method

Send Single notification.
public send ( Fenos\Notifynder\Contracts\StoreNotification $sender ) : mixed
$sender Fenos\Notifynder\Contracts\StoreNotification
return mixed
    public function send(StoreNotification $sender)
    {
        $this->hasCategory();
        return $sender->storeSingle($this->infoNotification);
    }