invoiceninja/app/Models/Presenters/ClientContactPresenter.php
David Bomba fa83ce10a3
Implement Typescript (#2514)
* 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
2018-11-22 22:12:41 +11:00

9 lines
99 B
PHP

<?php
namespace App\Models\Presenters;
class ClientContactPresenter extends EntityPresenter
{
}