remove codeigniter
This commit is contained in:
@@ -40,7 +40,7 @@ class AttendanceTrackingService
|
||||
public function getPendingViolations(?string $schoolYearParam = null, ?string $semesterParam = null): array
|
||||
{
|
||||
$schoolYear = filled($schoolYearParam) ? (string) $schoolYearParam : (string) $this->schoolYear;
|
||||
$semester = filled($semesterParam) ? (string) $semesterParam : null; // disabled like CI4
|
||||
$semester = filled($semesterParam) ? (string) $semesterParam : null; // disabled like legacy
|
||||
|
||||
$debugInfo = [
|
||||
'school_year_param' => $schoolYear,
|
||||
|
||||
Reference in New Issue
Block a user