mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-28 12:30:50 -05:00
8 lines
58 B
PHP
Executable File
8 lines
58 B
PHP
Executable File
<?php
|
|
|
|
class Entity
|
|
{
|
|
public $id;
|
|
public $type;
|
|
}
|