Skip to content

Commit 18ef0b7

Browse files
committed
fix replace agent connection
1 parent 73507a2 commit 18ef0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Table/Agent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function replaceDefaultConnection(int $connectionId): void
8282
$this->connection->update(self::NAME, [
8383
self::COLUMN_CONNECTION_ID => $connectionId
8484
], [
85-
self::COLUMN_CONNECTION_ID => 1
85+
self::COLUMN_CONNECTION_ID => null
8686
]);
8787
}
8888
}

0 commit comments

Comments
 (0)