change 6-12 price
Some checks failed
build / build (pull_request) Failing after 4m12s

This commit is contained in:
Constantin Simonis 2025-02-04 22:31:52 +01:00
parent 7799a42825
commit 8bb747ec70
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -15,11 +15,11 @@ class TicketData
],
3 => [
'name' => 'Kind (6-12 Jahre)',
'price' => 0,
'price' => 15,
],
4 => [
'name' => 'Kind (0-6 Jahre)',
'price' => 0,
],
];
}
}