Skip to content

Commit a2418e1

Browse files
committed
AggregateRule
1 parent 01530f2 commit a2418e1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/AggregateRule.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
/**
3+
* Created by PhpStorm.
4+
* User: alex
5+
* Date: 15.08.19
6+
* Time: 14:47
7+
*/
8+
9+
namespace ScoutElastic;
10+
11+
12+
class AggregateRule
13+
{
14+
public function buildAggregatePayload()
15+
{
16+
//
17+
}
18+
}

0 commit comments

Comments
 (0)