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
+1 -1
View File
@@ -8,7 +8,7 @@ class ClassPrepAdjustment extends BaseModel
{
protected $table = 'class_prep_adjustments';
// CI model didn't use timestamps; keep off unless your table has updated_at/created_at auto-managed.
// legacy model didn't use timestamps; keep off unless your table has updated_at/created_at auto-managed.
public $timestamps = true;
protected $fillable = [