added event ages

This commit is contained in:
2023-03-01 17:59:30 +10:00
parent 0f2e1478a8
commit 1ffa7cdbcf
5 changed files with 52 additions and 3 deletions

View File

@@ -28,7 +28,8 @@ class Event extends Model
'registration_data',
'hero',
'content',
'price'
'price',
'ages',
];