fix parent, teacher and admin pages
This commit is contained in:
@@ -13,6 +13,7 @@ class SchoolCalendarEventResource extends JsonResource
|
||||
'title' => (string) ($this['title'] ?? ''),
|
||||
'start' => (string) ($this['start'] ?? ''),
|
||||
'description' => (string) ($this['description'] ?? ''),
|
||||
'backgroundColor' => $this['backgroundColor'] ?? null,
|
||||
'extendedProps' => (array) ($this['extendedProps'] ?? []),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user