Skip to content

Commit 9e819c3

Browse files
committed
message fix
1 parent f3dcb93 commit 9e819c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Internal/Service/DatabaseService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function transaction(callable $callback)
5959
$this->regulatorService->purge();
6060

6161
throw new TransactionFailedException(
62-
'Transaction failed. Message: ' . $throwable->getMessage(),
62+
'Transaction failed. Message: '.$throwable->getMessage(),
6363
ExceptionInterface::TRANSACTION_FAILED,
6464
$throwable
6565
);

0 commit comments

Comments
 (0)