Invoice and php excell working
This commit is contained in:
10
app/Modules/Invoice/Repositories/InvoiceRepository.php
Normal file
10
app/Modules/Invoice/Repositories/InvoiceRepository.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Modules\Invoice\Repositories;
|
||||
|
||||
use App\Modules\Invoice\Models\Invoice;
|
||||
|
||||
class InvoiceRepository
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user