We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cc875 commit 30abcf5Copy full SHA for 30abcf5
1 file changed
src/modules/Shared/Infrastructure/Http/View/Portal/PortalReservationCheckoutView.php
@@ -7,7 +7,6 @@
7
use Illuminate\Http\Request;
8
use Inertia\Inertia;
9
use Inertia\Response as InertiaResponse;
10
-use Symfony\Component\HttpFoundation\Response;
11
use Modules\Billing\Domain\Repository\InvoiceRepository;
12
use Modules\Billing\Infrastructure\Http\Presenter\InvoicePresenter;
13
use Modules\Stay\Application\Query\ReservationReadModel;
@@ -18,6 +17,7 @@
18
17
use Modules\Stay\Domain\Service\GuestGateway;
19
use Modules\Stay\Domain\StayId;
20
use Modules\Stay\Domain\ValueObject\ReservationStatus;
+use Symfony\Component\HttpFoundation\Response;
21
22
final class PortalReservationCheckoutView
23
{
0 commit comments