Skip to content
Snippets Groups Projects
Commit aada6235 authored by Mantas Marcinkevičius's avatar Mantas Marcinkevičius
Browse files

added parent inner hit

parent 9be02f7b
No related branches found
No related tags found
No related merge requests found
<?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