fix attendance
This commit is contained in:
@@ -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,
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user