CommentParentQuery.php 170 Bytes
<?php

namespace FootyRoom\Queries\Comment;

/**
 * Query to return parent comment of a specified child comment.
 */
class CommentParentQuery extends OneCommentQuery
{
}