We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e48fa commit 1fb7895Copy full SHA for 1fb7895
docs/README.md
@@ -42,8 +42,8 @@ return [
42
43
## Documentation
44
45
-The bundle is a convenient way of registering services. We register `Connections`,
46
-`Clients` and `EntityManagers`. You will always have alias for the default services:
+The bundle is a convenient way of registering services. We register `Drivers` and one
+`Clients`. You will always have alias for the default services:
47
48
* neo4j.driver
49
* neo4j.client
@@ -58,9 +58,8 @@ neo4j:
58
```
59
60
With the minimal configuration we have services named:
61
- * neo4j.connection.default
62
- * neo4j.client.default
63
- * neo4j.entity_manager.default*
+ * neo4j.driver.default
+ * neo4j.client
64
65
### Full configuration example
66
templates/webprofiler.html.twig templates/web_profiler.html.twig
0 commit comments