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 66namespace Magento \Cms \Model \ResourceModel \Block \Grid ;
77
88use Magento \Framework \Api \Search \SearchResultInterface ;
9- use Magento \Framework \Search \AggregationInterface ;
9+ use Magento \Framework \Api \ Search \AggregationInterface ;
1010use Magento \Cms \Model \ResourceModel \Block \Collection as BlockCollection ;
1111
1212/**
@@ -82,6 +82,7 @@ public function getAggregations()
8282 public function setAggregations ($ aggregations )
8383 {
8484 $ this ->aggregations = $ aggregations ;
85+ return $ this ;
8586 }
8687
8788 /**
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ public function getAggregations()
8383 public function setAggregations ($ aggregations )
8484 {
8585 $ this ->aggregations = $ aggregations ;
86+ return $ this ;
8687 }
8788
8889 /**
Original file line number Diff line number Diff line change 66namespace Magento \Sales \Model \ResourceModel \Grid ;
77
88use Magento \Framework \Api \Search \SearchResultInterface ;
9- use Magento \Framework \Search \AggregationInterface ;
9+ use Magento \Framework \Api \ Search \AggregationInterface ;
1010use Magento \Framework \Model \ResourceModel \Db \Collection \AbstractCollection ;
1111
1212/**
@@ -78,6 +78,7 @@ public function getAggregations()
7878 public function setAggregations ($ aggregations )
7979 {
8080 $ this ->aggregations = $ aggregations ;
81+ return $ this ;
8182 }
8283
8384 /**
You can’t perform that action at this time.
0 commit comments