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
@@ -11,7 +11,7 @@ class TeacherSubmissionNotificationHistory extends BaseModel
protected $table = 'teacher_submission_notification_history';
/**
* CI: timestamps disabled (table uses sent_at)
* legacy: timestamps disabled (table uses sent_at)
*/
public $timestamps = false;