invoiceninja/app/Libraries/entity.php
2019-01-30 22:00:26 +11:00

7 lines
58 B
PHP
Executable file

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