WithUserQuery.php 112 Bytes
<?php

namespace FootyRoom\Queries\Comment;

interface WithUserQuery
{
    public function getWithUserInfo();
}