Updated export file paths

This commit is contained in:
Cihan Şentürk
2023-08-16 16:37:59 +03:00
committed by GitHub
parent 90c3e22ff1
commit 7d1e43e94d
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
namespace Tests\Feature\Sales;
use App\Exports\Sales\Invoices as Export;
use App\Exports\Sales\Invoices\Invoices as Export;
use App\Jobs\Document\CreateDocument;
use App\Models\Document\Document;
use App\Notifications\Sale\Invoice as Notification;