FluxBB\Models\ConversationRepository::findPostById PHP Метод

findPostById() публичный Метод

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