add admin panel
Co-authored-by: Jan-Marlon Leibl <jleibl@proton.me> Reviewed-on: #20
This commit is contained in:
@ -22,4 +22,11 @@ class TicketData
|
||||
'price' => 0,
|
||||
],
|
||||
];
|
||||
|
||||
public const TYPES = [
|
||||
'All-Inclusive Ticket' => 1,
|
||||
'After-Show Ticket' => 2,
|
||||
'Kind (6-12 Jahre)' => 3,
|
||||
'Kind (0-6 Jahre)' => 4,
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user