tests fixes
Tests / PHPUnit (push) Failing after 1m18s

This commit is contained in:
root
2026-07-13 01:02:03 -04:00
parent a56aca4342
commit f3ac521d7c
49 changed files with 435 additions and 903 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ class NotificationModel extends Model
'attachment_path',
'expires_at',
'sent_at',
'scheduled_at'
'scheduled_at',
'deleted_at'
];
protected $useTimestamps = true;
protected $createdField = 'created_at';
+1 -1
View File
@@ -16,7 +16,7 @@ class SectionModel extends Model
'updated_by'
];
protected $useTimestamps = true;
protected $useTimestamps = false;
protected $createdField = 'created_at';
protected $updatedField = 'updated_at';