invoiceninja/app/libraries/entity.php
2013-12-16 21:27:32 +00:00

8 lines
50 B
PHP
Executable file

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