mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
add invoice respository
This commit is contained in:
parent
193e35e21b
commit
7e8d82384a
10
app/Repositories/Import/Quickbooks/InvoiceRepository.php
Normal file
10
app/Repositories/Import/Quickbooks/InvoiceRepository.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Repositories\Import\Quickbooks;
|
||||||
|
|
||||||
|
use App\Repositories\Import\Quickbooks\Contracts\RepositoryInterface as QuickbooksInterface;
|
||||||
|
|
||||||
|
class InvoiceRepository extends Repository implements QuickbooksInterface
|
||||||
|
{
|
||||||
|
protected string $entity = "Invoice";
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user