Skip to content

Commit 7c84b39

Browse files
committed
composer
1 parent 86e00c3 commit 7c84b39

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Database/Adapter/Mongo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public function withTransaction(callable $callback): mixed
125125

126126
public function startTransaction(): bool
127127
{
128-
// If the database is not a replica set, we can't use transactions
129-
if (!$this->client->isReplicaSet()) {
128+
// If the database is not a replica set, we can't use transactions
129+
if (!$this->client->isReplicaSet()) {
130130
return true;
131131
}
132132

0 commit comments

Comments
 (0)