fix registration enrollment of students
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m19s

This commit is contained in:
root
2026-08-26 21:36:03 -04:00
parent a354d78fa9
commit 9676261d65
7 changed files with 208 additions and 53 deletions
-1
View File
@@ -22,7 +22,6 @@ class StudentModel extends Model
'tuition_paid',
'year_of_registration',
'rfid_tag',
'school_year',
'is_active'
];
protected $useTimestamps = false;