added open_at for events

This commit is contained in:
2023-06-23 09:54:52 +10:00
parent 673f6051c1
commit 66e2a68cde
4 changed files with 31 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ class Event extends Model
'content',
'price',
'ages',
'open_at',
];