add 12-15 ticket (#43)

Reviewed-on: #43
This commit is contained in:
2025-03-01 21:12:28 +00:00
parent c008ebd540
commit 9d95a68efa
3 changed files with 17 additions and 32 deletions

View File

@ -14,10 +14,14 @@ class TicketData
'price' => 20,
],
3 => [
'name' => 'Kind (12-15 Jahre)',
'price' => 25,
],
4 => [
'name' => 'Kind (6-12 Jahre)',
'price' => 15,
],
4 => [
5 => [
'name' => 'Kind (0-6 Jahre)',
'price' => 0,
],