We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dcb93 commit 9e819c3Copy full SHA for 9e819c3
src/Internal/Service/DatabaseService.php
@@ -59,7 +59,7 @@ public function transaction(callable $callback)
59
$this->regulatorService->purge();
60
61
throw new TransactionFailedException(
62
- 'Transaction failed. Message: ' . $throwable->getMessage(),
+ 'Transaction failed. Message: '.$throwable->getMessage(),
63
ExceptionInterface::TRANSACTION_FAILED,
64
$throwable
65
);
0 commit comments