11 lines
122 B
PHP
11 lines
122 B
PHP
<?php
|
|
|
|
namespace App\Modules\Invoice\Repositories;
|
|
|
|
use App\Modules\Invoice\Models\Invoice;
|
|
|
|
class InvoiceRepository
|
|
{
|
|
|
|
}
|