Made persister services public to use them

This commit is contained in:
William DURAND 2012-05-04 16:52:37 +02:00
parent f9cab6e48d
commit effd3583a4

View file

@ -45,7 +45,7 @@
<argument /> <!-- index configs -->
</service>
<service id="foq_elastica.object_persister.prototype" class="FOQ\ElasticaBundle\Persister\ObjectPersister" public="false" abstract="true">
<service id="foq_elastica.object_persister.prototype" class="FOQ\ElasticaBundle\Persister\ObjectPersister" abstract="true">
<argument /> <!-- type -->
<argument /> <!-- model to elastica transformer -->
<argument /> <!-- model -->