invoiceninja/app/libraries/entity.php
2013-12-25 16:34:42 -05:00

8 lines
50 B
PHP
Executable file

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