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
@@ -10,7 +10,7 @@ class AdditionalCharge extends BaseModel
{
protected $table = 'additional_charges';
// CI useTimestamps = false
// legacy useTimestamps = false
public $timestamps = false;
protected $fillable = [
@@ -90,7 +90,7 @@ class AdditionalCharge extends BaseModel
}
/* =========================
* CI methods equivalents
* legacy methods equivalents
* ========================= */
public static function byParentTerm(int $parentId, string $year, string $sem, ?string $status = null)