Remove unused parameter from ModelToElasticaAutoTransformer.php
This commit is contained in:
parent
5bee33eec9
commit
9beb277745
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class ModelToElasticaAutoTransformer implements ModelToElasticaTransformerInterf
|
|||
/* $value is a nested document or object. Transform $value into
|
||||
* an array of documents, respective the mapped properties.
|
||||
*/
|
||||
$document->add($key, $this->transformNested($value, $mapping['properties'], $document));
|
||||
$document->add($key, $this->transformNested($value, $mapping['properties']));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue