Fix imports
This commit is contained in:
parent
bb3cc0df9e
commit
c0f3576d55
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ use App\Designs\Designer;
|
|||
use App\Factory\InvoiceFactory;
|
||||
use App\Jobs\Invoice\CreateInvoicePdf;
|
||||
use App\Jobs\Util\PreviewPdf;
|
||||
use App\Models\Client;
|
||||
use App\Models\ClientContact;
|
||||
use App\Models\Invoice;
|
||||
use App\Models\InvoiceInvitation;
|
||||
use App\Services\PdfMaker\Design;
|
||||
use App\Services\PdfMaker\PdfMaker;
|
||||
use App\Utils\HtmlEngine;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue