wip: insurance booking phase 5

This commit is contained in:
Björn Fromme
2025-09-26 16:54:48 +02:00
parent 199ef08e35
commit 0809f07d46
5 changed files with 452 additions and 36 deletions
+6
View File
@@ -86,6 +86,12 @@ class Travel
#[Groups(['api:single'])]
public ?Guide $guide = null;
/**
* @var array<Insurance> Available insurances for this travel package
*/
#[Groups(['api:single'])]
public array $insurances = [];
/**
* Retrieves additional services filtered by subtype, availability, and optionally by travel date range.
*