2019-01-30 22:25:07 +11:00

8 lines
58 B
PHP

<?php
class Entity
{
public $id;
public $type;
}