update project
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Domain\IslamicSundaySchool\Attendance\Reports;
|
||||
|
||||
final class IslamicSundaySchoolAttendanceReportBuilder
|
||||
{
|
||||
public function labels(): array
|
||||
{
|
||||
return [
|
||||
'present' => 'Present',
|
||||
'late' => 'Late',
|
||||
'absent' => 'Absent',
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user