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
+2 -2
View File
@@ -76,7 +76,7 @@ class WhatsappGroupLink extends BaseModel
}
/* ============================================================
* Methods (CI-compatible behavior)
* Methods (legacy-compatible behavior)
* ============================================================
*/
@@ -161,7 +161,7 @@ class WhatsappGroupLink extends BaseModel
'active' => $active ? 1 : 0,
];
// NOTE: semester is part of the uniqueness key like your CI version.
// NOTE: semester is part of the uniqueness key like your legacy version.
return static::query()->updateOrCreate(
[
'class_section_id' => $sectionId,