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
12 lines
76 B
PHP
12 lines
76 B
PHP
<?php
|
|
|
|
namespace App\Repositories;
|
|
|
|
/**
|
|
*
|
|
*/
|
|
class BaseRepository
|
|
{
|
|
|
|
|
|
} |