feat: replace *Service suffix with role-based class names

This commit is contained in:
Björn Fromme
2026-04-16 13:34:54 +02:00
parent 0d2cc5b998
commit d1c92f2957
88 changed files with 435 additions and 435 deletions
+2 -2
View File
@@ -331,7 +331,7 @@ class BookingDto
*
* Replaces the full Travel object with just its integer ID. The Booking's
* travelData reference is also removed since it points to the same object.
* BookingService::hydrate() restores the Travel from cache after session read.
* BookingConfigurator::hydrate() restores the Travel from cache after session read.
*
* @return array<string, mixed>
*/
@@ -356,7 +356,7 @@ class BookingDto
/**
* Restores the DTO from session data with a minimal Travel placeholder.
*
* Creates a Travel object containing only the ID. BookingService::hydrate()
* Creates a Travel object containing only the ID. BookingConfigurator::hydrate()
* replaces this with the full Travel from cache on every session read.
*
* @param array<string, mixed> $data