Skip to content

Commit 5763131

Browse files
committed
fix: revert change to getContent
1 parent cbee49d commit 5763131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo4j/Neo4jConnectionPool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private function routingTable(BoltConnection $connection, SessionConfiguration $
186186
/** @var array{rt: array{servers: list<array{addresses: list<string>, role:string}>, ttl: int}} $route */
187187
$route = $bolt->route([], [], ['db' => $config->getDatabase()])
188188
->getResponse()
189-
->getContent();
189+
->content;
190190

191191
['servers' => $servers, 'ttl' => $ttl] = $route['rt'];
192192
$ttl += time();

0 commit comments

Comments
 (0)