|
$this->debugStack->addQuery(fn () => parent::commit(), 'ROLLBACK', null, 'transaction'); |
Should be parent::rollback():
$this->debugStack->addQuery(fn () => parent::rollback(), 'ROLLBACK', null, 'transaction');
Fundamentally breaks things otherwise! 🙄