2019-01-30 21:45:46 +11:00

8 lines
58 B
PHP
Executable File

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