fix all issues before deploy
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 47s
Tests / PHPUnit (push) Failing after 1m18s

This commit is contained in:
root
2026-08-25 03:10:44 -04:00
parent 5f5afe97ad
commit 9899af7b37
11 changed files with 515 additions and 37 deletions
+2
View File
@@ -22,6 +22,8 @@ class StudentModel extends Model
'tuition_paid',
'year_of_registration',
'rfid_tag',
'semester',
'school_year',
'is_active'
];
protected $useTimestamps = false;