We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0394290 commit 10831e7Copy full SHA for 10831e7
src/Http/HttpDriver.php
@@ -118,7 +118,7 @@ public function createSession(?SessionConfiguration $config = null): SessionInte
118
$this->formatter,
119
$factory,
120
Resolvable::once($this->key.':tsxUrl', function () use ($config, $factory) {
121
- $database = $config->getDatabase() ?? '';
+ $database = $config->getDatabase() ?? 'neo4j';
122
$request = $factory->resolve()->createRequest('GET', $this->uri);
123
$client = $this->config->getHttpPsrBindings()->getClient();
124
0 commit comments