feat: new service category 'VEG'
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user