invoiceninja/app/libraries/entity.php

9 lines
50 B
PHP
Executable File

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