fix: default search parameter 'pax' to 0

closes #8698uzhqd
This commit is contained in:
Björn Fromme
2025-04-24 09:11:46 +02:00
parent 3839c31270
commit 751b543556
@@ -69,7 +69,7 @@ class SearchResultService implements SingletonInterface
'destinationUid' => null, 'destinationUid' => null,
'destinationType' => null, 'destinationType' => null,
'nights' => null, 'nights' => null,
'pax' => 1, 'pax' => 0,
'pageUid' => null, 'pageUid' => null,
]); ]);