Skip to content

Commit 30abcf5

Browse files
committed
feat: pint
1 parent a6cc875 commit 30abcf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/Shared/Infrastructure/Http/View/Portal/PortalReservationCheckoutView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Illuminate\Http\Request;
88
use Inertia\Inertia;
99
use Inertia\Response as InertiaResponse;
10-
use Symfony\Component\HttpFoundation\Response;
1110
use Modules\Billing\Domain\Repository\InvoiceRepository;
1211
use Modules\Billing\Infrastructure\Http\Presenter\InvoicePresenter;
1312
use Modules\Stay\Application\Query\ReservationReadModel;
@@ -18,6 +17,7 @@
1817
use Modules\Stay\Domain\Service\GuestGateway;
1918
use Modules\Stay\Domain\StayId;
2019
use Modules\Stay\Domain\ValueObject\ReservationStatus;
20+
use Symfony\Component\HttpFoundation\Response;
2121

2222
final class PortalReservationCheckoutView
2323
{

0 commit comments

Comments
 (0)