Skip to content

Commit 10831e7

Browse files
committed
fixed transaction url in http
1 parent 0394290 commit 10831e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/HttpDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function createSession(?SessionConfiguration $config = null): SessionInte
118118
$this->formatter,
119119
$factory,
120120
Resolvable::once($this->key.':tsxUrl', function () use ($config, $factory) {
121-
$database = $config->getDatabase() ?? '';
121+
$database = $config->getDatabase() ?? 'neo4j';
122122
$request = $factory->resolve()->createRequest('GET', $this->uri);
123123
$client = $this->config->getHttpPsrBindings()->getClient();
124124

0 commit comments

Comments
 (0)