Skip to content

Commit c013ed9

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Conflicts: Resources/config/orm.xml
2 parents 4e087af + f72c515 commit c013ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/config/mongodb.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<argument /> <!-- object persister -->
3030
<argument type="service" id="fos_elastica.indexable" />
3131
<argument type="collection" /> <!-- configuration -->
32-
<argument /> <!-- logger -->
32+
<argument>null</argument> <!-- logger -->
3333
</service>
3434

3535
<service id="fos_elastica.elastica_to_model_transformer.prototype.mongodb" class="%fos_elastica.elastica_to_model_transformer.prototype.mongodb.class%" public="false" abstract="true">

Resources/config/orm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<argument /> <!-- object persister -->
3030
<argument type="service" id="fos_elastica.indexable" />
3131
<argument type="collection" /> <!-- configuration -->
32-
<argument on-invalid="null" /> <!-- logger -->
32+
<argument>null</argument> <!-- logger -->
3333
</service>
3434

3535
<service id="fos_elastica.elastica_to_model_transformer.prototype.orm" class="%fos_elastica.elastica_to_model_transformer.prototype.orm.class%" public="false" abstract="true">

0 commit comments

Comments
 (0)