Blame view
app/Queries/Comment/CommentParentQuery.php
170 Bytes
e77200db5 Initial commit |
1 2 3 4 5 6 7 8 9 10 |
<?php namespace FootyRoom\Queries\Comment; /** * Query to return parent comment of a specified child comment. */ class CommentParentQuery extends OneCommentQuery { } |