mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-09-29 21:11:12 -04:00
* Add contact * Saving client and contacts * working on ts implementation * Need to pass into TS * client_edit.ts * Need to pass into TS * declare variables
9 lines
99 B
PHP
9 lines
99 B
PHP
<?php
|
|
|
|
namespace App\Models\Presenters;
|
|
|
|
class ClientContactPresenter extends EntityPresenter
|
|
{
|
|
|
|
}
|