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
@@ -19,7 +19,7 @@ class ClassProgressMetaService
}
/**
* Fallback: next N Sundays from today (CI `buildUpcomingSundayOptions`).
* Fallback: next N Sundays from today (legacy `buildUpcomingSundayOptions`).
*
* @return list<string>
*/
@@ -29,7 +29,7 @@ class ClassProgressMetaService
}
/**
* CI-aligned Sundays within semester/school-year range when configuration allows.
* legacy-aligned Sundays within semester/school-year range when configuration allows.
*
* @return list<string>
*/
@@ -67,7 +67,7 @@ class ClassProgressMetaService
return $options !== [] ? $options : $this->buildUpcomingSundayOptions($count);
}
/** CI `pickDefaultWeekStart`. */
/** legacy `pickDefaultWeekStart`. */
public function pickDefaultWeekStart(array $options): string
{
if ($options === []) {
@@ -109,7 +109,7 @@ class ClassProgressMetaService
}
/**
* CI `resolveProgressDateRange`.
* legacy `resolveProgressDateRange`.
*
* @return array{0:string,1:string}|null
*/