invoiceninja/app/Libraries/entity.php
2019-01-30 21:45:46 +11:00

7 lines
58 B
PHP
Executable file

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