2019-01-30 22:00:26 +11:00

8 lines
58 B
PHP
Executable File

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