Merge branch 'master' of github.com:Exercise/FOQElasticaBundle

This commit is contained in:
Richard Miller 2012-06-13 16:53:13 +01:00
commit c62822712c

View file

@ -100,7 +100,7 @@ class ObjectPersister implements ObjectPersisterInterface
* @param object $object
* @return Elastica_Document the elastica document
*/
protected function transformToElasticaDocument($object)
public function transformToElasticaDocument($object)
{
return $this->transformer->transform($object, $this->fields);
}