remove codeigniter
This commit is contained in:
@@ -10,8 +10,8 @@ class AttendanceDay extends BaseModel
|
||||
{
|
||||
protected $table = 'attendance_day';
|
||||
|
||||
// ✅ You are storing created_at / updated_at manually in CI (timestamps off there)
|
||||
// User didn't explicitly ask to auto-manage here, so we keep it OFF to match CI.
|
||||
// ✅ You are storing created_at / updated_at manually in legacy (timestamps off there)
|
||||
// User didn't explicitly ask to auto-manage here, so we keep it OFF to match legacy.
|
||||
// If you want auto-manage, tell me and I’ll flip it.
|
||||
public $timestamps = false;
|
||||
|
||||
@@ -56,7 +56,7 @@ class AttendanceDay extends BaseModel
|
||||
];
|
||||
|
||||
/* =========================
|
||||
* CI method equivalents
|
||||
* legacy method equivalents
|
||||
* ========================= */
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user