Typo fix in Resources/config/orm.xml config.

This commit is contained in:
Borbás Imre Sándor 2011-07-02 17:51:04 +02:00
parent f805508d72
commit eb8d009eec

View file

@ -18,7 +18,7 @@
<argument /> <!-- object persister -->
<argument /> <!-- model -->
<argument type="collection" /> <!-- events -->
<argement type="service" id="logger" on-invalid="null" />
<argument type="service" id="logger" on-invalid="null" />
</service>
<service id="foq_elastica.elastica_to_model_transformer.prototype.orm" class="FOQ\ElasticaBundle\Doctrine\ORM\ElasticaToModelTransformer" public="false">