Skip to content

Commit 434e778

Browse files
committed
Refactor DaftarReminder model to remove unnecessary whitespace for improved code clarity
1 parent 579fb3e commit 434e778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Models/DaftarReminder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ protected static function booted(): void
3636
$query->where('status', '!=', 'sent')->where('id', '!=', $daftar->id);
3737
})->update(['status' => 'sent']);
3838
});
39-
4039
}
4140

4241
public static function getRemindersForToday()

0 commit comments

Comments
 (0)