App\Listeners\Forum\NotifySlack::replyCommand PHP 메소드

replyCommand() 개인적인 메소드

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