fix: invalidate booking data caches after updating personal data

This commit is contained in:
Björn Fromme
2026-01-06 12:24:07 +01:00
parent 0b35b3494b
commit 1eb1e9f02f
7 changed files with 62 additions and 46 deletions
+4
View File
@@ -85,6 +85,10 @@ services:
$preferRemote: '%env(bool:APP_TRAVEL_PREFER_REMOTE)%'
$enableFallback: '%env(bool:APP_TRAVEL_ENABLE_FALLBACK)%'
App\Service\BookingEditDataLoaderService:
arguments:
$bpnCache: '@bpn.cache'
App\Service\VoucherValidationService:
arguments:
$cache: '@cache.app'