FluxBB\Models\ConversationRepository::findPostById PHP Method

findPostById() public method

public findPostById ( $id )
    public function findPostById($id)
    {
        return $this->database->table('posts')->where('id', $id)->first();
    }