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