App\Listeners\Forum\NotifySlack::replyCommand PHP Method

replyCommand() private method

private replyCommand ( )
    private function replyCommand()
    {
        $topicHash = base62_encode($this->topic->topic_id);
        return "/msg #support !reply {$topicHash} <text>";
    }