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
+2 -2
View File
@@ -9,8 +9,8 @@ class PaymentTransaction extends BaseModel
{
protected $table = 'payment_transactions';
// ✅ legacy: useTimestamps = true (created_at/updated_at)
public $timestamps = true;
// Legacy table has no created_at/updated_at columns.
public $timestamps = false;
protected $fillable = [
'transaction_id',