1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-23 18:01:35 +02:00
invoiceninja/app/libraries/entity.php
2013-12-16 21:27:32 +00:00

9 lines
50 B
PHP
Executable File

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