invoiceninja/app/libraries/entity.php
2013-11-29 14:09:21 +02:00

8 lines
50 B
PHP

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