invoiceninja/app/Libraries/entity.php

9 lines
50 B
PHP
Raw Normal View History

2015-03-17 07:45:25 +10:00
<?
class Entity
{
public $id;
public $type;
}