update tests
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user