add school calendar logic
This commit is contained in:
@@ -17,6 +17,7 @@ class CalendarEvent extends BaseModel
|
||||
'title',
|
||||
'date',
|
||||
'description',
|
||||
'event_type',
|
||||
'notify_parent',
|
||||
'notify_admin',
|
||||
'notify_teacher',
|
||||
@@ -35,6 +36,7 @@ class CalendarEvent extends BaseModel
|
||||
'notify_admin' => 'boolean',
|
||||
'notify_teacher' => 'boolean',
|
||||
'no_school' => 'integer',
|
||||
'event_type' => 'string',
|
||||
];
|
||||
|
||||
private static ?bool $hasEventTypeColumn = null;
|
||||
|
||||
Reference in New Issue
Block a user