WallPost.php 98 Bytes
<?php

namespace FootyRoom\Queries\Post;

class WallPost
{
    public $id;

    public $userId;
}