Hillel Coren 2b4245a64f bug fixes
2013-12-17 15:14:47 +02:00

9 lines
50 B
PHP

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