File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -426,11 +426,10 @@ $client = \Laudis\Neo4j\ClientBuilder::create()
426
426
427
427
// The client will run the query on a driver with the provided config,
428
428
// which spawns a session with the provided session config
429
- // and runs the query in a transaction with he provided transaction config
429
+ // and runs the query in a transaction with the provided transaction config
430
430
$client->run('MATCH (x) RETURN count(x) AS count');
431
431
432
432
// More granular control can be achieved by requesting the concepts yourself:
433
-
434
433
$tsx = $client->getDriver('default')
435
434
->createSession(SessionConfiguration::default()->withDatabase('management-database'))
436
435
->beginTransaction(null, TransactionConfiguration::default()->withTimeout(200));
You can’t perform that action at this time.
0 commit comments