File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Sales/Model/ResourceModel/Grid Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Cms \Model \ResourceModel \Block \Grid ;
7
7
8
8
use Magento \Framework \Api \Search \SearchResultInterface ;
9
- use Magento \Framework \Search \AggregationInterface ;
9
+ use Magento \Framework \Api \ Search \AggregationInterface ;
10
10
use Magento \Cms \Model \ResourceModel \Block \Collection as BlockCollection ;
11
11
12
12
/**
@@ -82,6 +82,7 @@ public function getAggregations()
82
82
public function setAggregations ($ aggregations )
83
83
{
84
84
$ this ->aggregations = $ aggregations ;
85
+ return $ this ;
85
86
}
86
87
87
88
/**
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ public function getAggregations()
83
83
public function setAggregations ($ aggregations )
84
84
{
85
85
$ this ->aggregations = $ aggregations ;
86
+ return $ this ;
86
87
}
87
88
88
89
/**
Original file line number Diff line number Diff line change 6
6
namespace Magento \Sales \Model \ResourceModel \Grid ;
7
7
8
8
use Magento \Framework \Api \Search \SearchResultInterface ;
9
- use Magento \Framework \Search \AggregationInterface ;
9
+ use Magento \Framework \Api \ Search \AggregationInterface ;
10
10
use Magento \Framework \Model \ResourceModel \Db \Collection \AbstractCollection ;
11
11
12
12
/**
@@ -78,6 +78,7 @@ public function getAggregations()
78
78
public function setAggregations ($ aggregations )
79
79
{
80
80
$ this ->aggregations = $ aggregations ;
81
+ return $ this ;
81
82
}
82
83
83
84
You can’t perform that action at this time.
0 commit comments