File tree Expand file tree Collapse file tree 3 files changed +2
-76
lines changed Expand file tree Collapse file tree 3 files changed +2
-76
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace GraphAware \Neo4jBundle \Registry ;
3
+ namespace GraphAware \Neo4jBundle \Factory ;
4
4
5
5
use GraphAware \Neo4j \Client \ClientBuilder ;
6
6
use GraphAware \Neo4j \Client \ClientInterface ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
5
5
6
6
<services >
7
- <service id =" neo4j.manager_registry" class =" GraphAware\Neo4jBundle\Registry\ManagerRegistry" public =" false" >
8
- <argument >neo4j</argument >
9
- <argument ></argument >
10
- <argument ></argument >
11
- <argument >default</argument >
12
- <argument >default</argument >
13
- <argument ></argument >
14
- <call method =" setContainer" >
15
- <argument type =" service" id =" service_container" />
16
- </call >
17
- </service >
18
-
19
- <service id =" neo4j.factory.client" class =" GraphAware\Neo4jBundle\Registry\ClientFactory" public =" false" >
7
+ <service id =" neo4j.factory.client" class =" GraphAware\Neo4jBundle\Factory\ClientFactory" public =" false" >
20
8
<argument ></argument >
21
9
</service >
22
10
You can’t perform that action at this time.
0 commit comments