1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/libraries/entity.php
2013-12-25 16:34:42 -05:00

9 lines
50 B
PHP
Executable File

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