Fix Laravel Pint formatting
This commit is contained in:
@@ -29,8 +29,8 @@ class AttendanceSummaryRebuildService
|
||||
$semester = (string) ($row['semester'] ?? '');
|
||||
$status = strtolower((string) ($row['status'] ?? ''));
|
||||
|
||||
$key = $studentId . '-' . $schoolYear . '-' . $semester;
|
||||
if (!isset($summary[$key])) {
|
||||
$key = $studentId.'-'.$schoolYear.'-'.$semester;
|
||||
if (! isset($summary[$key])) {
|
||||
$summary[$key] = [
|
||||
'student_id' => $studentId,
|
||||
'school_year' => $schoolYear,
|
||||
|
||||
Reference in New Issue
Block a user