fix attendance

This commit is contained in:
root
2026-06-04 20:49:14 -04:00
parent 6fa656bb6c
commit d28d11e2e5
15 changed files with 1101 additions and 44 deletions
@@ -15,6 +15,10 @@ class StaffMonthResource extends JsonResource
'no_school_days' => $this['noSchoolDays'] ?? [],
'sections' => $this['sections'] ?? [],
'admins' => $this['admins'] ?? [],
'schoolYears' => $this['schoolYears'] ?? [],
'currentYear' => $this['currentYear'] ?? null,
'isCurrentYear' => $this['isCurrentYear'] ?? true,
'missingYear' => $this['missingYear'] ?? false,
];
}
}
}