Skip to content

Commit 8b0c344

Browse files
committed
Default value should be null
1 parent 3aa6e9a commit 8b0c344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<services>
77
<service id="neo4j.factory.client" class="GraphAware\Neo4jBundle\Factory\ClientFactory" public="false">
8-
<argument></argument>
8+
<argument>null</argument>
99
</service>
1010

1111
<service id="neo4j.client.abstract" class="GraphAware\Neo4j\Client\Client" abstract="true">

0 commit comments

Comments
 (0)