feat: domain-based theme-detection

This commit is contained in:
Björn Fromme
2026-03-16 12:02:59 +01:00
parent e24403949c
commit 11ab98b3d8
9 changed files with 189 additions and 38 deletions
-1
View File
@@ -21,7 +21,6 @@ readonly class BookingQueryParams
public int $hotelId,
public ?string $agency = null,
public string $theme = 'base',
#[SerializedName('r')]
public ?string $returnUrl = null,