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

send() public method

Send any notifications.
public send ( array $info, null $category = null ) : mixed
$info array
$category null
return mixed
    public function send($info, $category = null)
    {
        return $this->sendNow($info, $category);
    }