Merge pull request #768 from vkartaviy/patch-1

Fix ODM listener service arguments
This commit is contained in:
Tim Nagel 2015-01-09 08:44:44 +11:00
commit ee9f7e5297

View file

@ -23,7 +23,6 @@
<service id="fos_elastica.listener.prototype.mongodb" class="%fos_elastica.listener.prototype.mongodb.class%" public="false" abstract="true">
<argument /> <!-- object persister -->
<argument type="collection" /> <!-- events -->
<argument type="service" id="fos_elastica.indexable" />
<argument type="collection" /> <!-- configuration -->
<argument /> <!-- logger -->