mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
fa83ce10a3
* 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
|
|
{
|
|
|
|
|
|
} |