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 211b121 commit 06da73cCopy full SHA for 06da73c
config/services.php
@@ -16,10 +16,6 @@
16
return static function (ContainerConfigurator $configurator) {
17
$services = $configurator->services();
18
19
- $services->set('neo4j.event_handler', EventHandler::class)
20
- ->autowire()
21
- ->autoconfigure();
22
-
23
$services->set('neo4j.client_factory', ClientFactory::class)
24
->args([
25
service('neo4j.event_handler'),
0 commit comments