Wrong service. Whoops.

This commit is contained in:
Tim Nagel 2014-06-17 10:54:09 +10:00
parent b49437529c
commit e225d841ed
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
<service id="fos_elastica.provider.prototype.mongodb" class="FOS\ElasticaBundle\Doctrine\MongoDB\Provider" public="true" abstract="true">
<argument /> <!-- object persister -->
<argument /> <!-- model -->
<argument type="service" id="fos_elastica.indexable" />
<argument type="collection" /> <!-- options -->
<argument type="service" id="doctrine_mongodb" />
</service>
@ -23,7 +23,7 @@
<service id="fos_elastica.elastica_to_model_transformer.prototype.mongodb" class="FOS\ElasticaBundle\Doctrine\MongoDB\ElasticaToModelTransformer" public="false">
<argument type="service" id="doctrine_mongodb" />
<argument type="service" id="fos_elastica.indexable" />
<argument /> <!-- model -->
<argument type="collection" /> <!-- options -->
<call method="setPropertyAccessor">
<argument type="service" id="fos_elastica.property_accessor" />

View file

@ -8,7 +8,7 @@
<service id="fos_elastica.provider.prototype.orm" class="FOS\ElasticaBundle\Doctrine\ORM\Provider" public="true" abstract="true">
<argument /> <!-- object persister -->
<argument /> <!-- model -->
<argument type="service" id="fos_elastica.indexable" />
<argument type="collection" /> <!-- options -->
<argument type="service" id="doctrine" />
</service>
@ -23,7 +23,7 @@
<service id="fos_elastica.elastica_to_model_transformer.prototype.orm" class="FOS\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer" public="false">
<argument type="service" id="doctrine" />
<argument type="service" id="fos_elastica.indexable" />
<argument /> <!-- model -->
<argument type="collection" /> <!-- options -->
<call method="setPropertyAccessor">
<argument type="service" id="fos_elastica.property_accessor" />