Spatie\SlashCommand\Response::withAttachment PHP Метод

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

public withAttachment ( Attachment $attachment )
$attachment Attachment
    public function withAttachment(Attachment $attachment)
    {
        $this->attachments->push($attachment);
        return $this;
    }