* 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
8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
namespace App\Models\Presenters;
|
|
|
|
class ClientContactPresenter extends EntityPresenter
|
|
{
|
|
|
|
}
|