feat(purchase): refactor imports and add test for InsufficientStockException handling

This commit is contained in:
2026-08-12 15:22:19 -03:00
parent 1b22989252
commit a12b3dd0c8
3 changed files with 35 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
<?php
use App\Domains\Auth\Exceptions\AccountLockedException;
use App\Domains\Ticket\Exceptions\TicketNotAvailableException;
use App\Domains\Purchase\Exceptions\InsufficientStockException;
use App\Domains\Ticket\Exceptions\TicketNotAvailableException;
use App\Http\Middleware\EnsureAdminAppTenant;
use App\Http\Middleware\EnsureScannerTenant;
use App\Http\Middleware\EnsureTenantHasMenu;