Skip to content
Snippets Groups Projects
Unverified Commit 1b2b4a44 authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

allow pipeline buckets path to be null

parent 7d72837a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ abstract class AbstractPipelineAggregation extends AbstractAggregation
* @param string $name
* @param $bucketsPath
*/
public function __construct($name, $bucketsPath)
public function __construct($name, $bucketsPath = null)
{
parent::__construct($name);
$this->setBucketsPath($bucketsPath);
......
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