Socieboy\Forum\Entities\Conversations\Conversation::getTopicAttribute PHP Method

getTopicAttribute() public method

Return the topic name.
public getTopicAttribute ( ) : string
return string
    public function getTopicAttribute()
    {
        return config('forum.topics.' . $this->topic_id)['name'];
    }