update tests

This commit is contained in:
root
2026-06-08 22:06:30 -04:00
parent 79024235ef
commit 60ecacb7f8
54 changed files with 13243 additions and 5561 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class StudentMedicalCondition extends BaseModel
/**
* legacy: timestamps disabled
*/
public $timestamps = true;
public $timestamps = false;
protected $fillable = [
'student_id',