invoiceninja/app/libraries/entity.php

9 lines
50 B
PHP
Raw Normal View History

2013-11-29 14:09:21 +02:00
<?
class Entity
{
public $id;
public $type;
}