EricMakesStuff\ServerMonitor\Notifications\Senders\Slack::send PHP Метод

send() публичный Метод

public send ( )
    public function send()
    {
        $this->client->to($this->config['channel'])->attach(['text' => $this->message, 'color' => $this->type === static::TYPE_SUCCESS ? 'good' : 'warning'])->send($this->subject);
    }