remove codeigniter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user