Fix ODM listener service arguments

It became broken after d731443aa5 commit
This commit is contained in:
Vladimir Kartaviy 2015-01-07 16:45:18 +02:00
commit a0f11ff36f

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 -->