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

added an abstract pipeline agg class

parent d218a69e
No related branches found
No related tags found
No related merge requests found
<?php
namespace ONGR\ElasticsearchDSL\Aggregation\Pipeline;
use ONGR\ElasticsearchDSL\Aggregation\AbstractAggregation;
abstract class AbstractPipelineAggregation extends AbstractAggregation
{
}
\ No newline at end of file
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