App\Listeners\Forum\NotifySlack::replyCommand PHP Méthode

replyCommand() private méthode

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