Remove unused method
This commit is contained in:
parent
11a87c5ce3
commit
5d16ffb1bf
1 changed files with 0 additions and 7 deletions
|
|
@ -84,11 +84,4 @@ class ElasticaToModelTransformerCollection implements ElasticaToModelTransformer
|
|||
|
||||
return $result;
|
||||
}
|
||||
|
||||
protected function getTypeToClassMap()
|
||||
{
|
||||
return array_map(function (ElasticaToModelTransformerInterface $transformer) {
|
||||
return $transformer->getObjectClass();
|
||||
}, $this->transformers);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue