mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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
16 lines
142 B
PHP
16 lines
142 B
PHP
<?php
|
|
|
|
namespace App\Repositories;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
class ClientContactRepository extends BaseRepository
|
|
{
|
|
|
|
public function save($data)
|
|
{
|
|
|
|
}
|
|
|
|
} |