Event addons bookable

This commit is contained in:
2026-08-12 16:45:02 +02:00
parent e95de52768
commit 0ee952212b
25 changed files with 656 additions and 24 deletions
+2
View File
@@ -88,6 +88,7 @@ class Event extends InstancedModel
'tax_exemption_reason',
'tax_exemption_note',
'participation_options',
'addons',
];
@@ -117,6 +118,7 @@ class Event extends InstancedModel
'vat_rate' => 'integer',
'participation_options' => 'array',
'addons' => 'array',
];
public function tenant(): BelongsTo