feat: show inquiry status with rooms in step 1

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent ea162972fa
commit 82a8541af1
5 changed files with 6 additions and 8 deletions
+2
View File
@@ -15,6 +15,8 @@ class RoomSelectionDto
public ?float $price = null;
public ?string $status = null;
public ?int $quantity = null;
public int $maxQuantity = 100;