remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
@@ -75,7 +75,7 @@ class AttendanceTrackingService
}
/**
* CodeIgniter POST attendance/send-auto-emails — runs auto_email actions on current pending violations.
* legacy POST attendance/send-auto-emails — runs auto_email actions on current pending violations.
*/
public function sendAutoEmails(mixed $variantInput): array
{
@@ -121,7 +121,7 @@ class AttendanceTrackingService
}
/**
* CodeIgniter route referenced {@see View\AttendanceTrackingController::notify_parent} was never implemented in CI;
* legacy route referenced {@see View\AttendanceTrackingController::notify_parent} was never implemented in legacy;
* this matches the attendance notification modal (student_id, to, subject, message, subject_type, date).
*/
public function notifyParent(array $input): array