Skip to content
Snippets Groups Projects
Commit 1117d3fb authored by Mantas Marcinkevičius's avatar Mantas Marcinkevičius Committed by Simonas Šerlinskas
Browse files

added parent inner hit

parent 70283ae6
Loading
<?php
namespace ONGR\ElasticsearchDSL\InnerHit;
class ParentInnerHit extends NestedInnerHit
{
/**
* {@inheritdoc}
*/
public function getType()
{
return 'parent';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment