feat: new service category 'VEG'

This commit is contained in:
Björn Fromme
2026-03-16 12:02:27 +01:00
parent 75366167e8
commit 95d0ce33d4
11 changed files with 437 additions and 12 deletions
+2
View File
@@ -25,6 +25,7 @@ class ParticipantDto
'courses',
'additionalServices',
'board',
'veg',
'rentals',
'rentalInsurance',
'skiPass',
@@ -89,6 +90,7 @@ class ParticipantDto
public ?Service $skiPass = null;
public array $board = [];
public ?Service $veg = null;
public array $rentals = [];
public ?Service $rentalInsurance = null;