@@ -166,7 +166,7 @@ public function aggregate($from = null, $to = null)
166
166
* @return void
167
167
* @throws LocalizedException
168
168
*/
169
- protected function clearByDateRange ($ from = null , $ to = null ): void
169
+ private function clearByDateRange ($ from = null , $ to = null ): void
170
170
{
171
171
$ subSelect = $ this ->getRangeSubSelect ($ from , $ to );
172
172
$ this ->_clearTableByDateRange ($ this ->getMainTable (), $ from , $ to , $ subSelect );
@@ -179,7 +179,7 @@ protected function clearByDateRange($from = null, $to = null): void
179
179
* @param string|int|\DateTime|array|null $to
180
180
* @return Select|null
181
181
*/
182
- protected function getRangeSubSelect ($ from = null , $ to = null ): ?Select
182
+ private function getRangeSubSelect ($ from = null , $ to = null ): ?Select
183
183
{
184
184
if ($ from !== null || $ to !== null ) {
185
185
$ subSelect = $ this ->_getTableDateRangeSelect (
@@ -205,7 +205,7 @@ protected function getRangeSubSelect($from = null, $to = null): ?Select
205
205
* @return void
206
206
* @throws LocalizedException
207
207
*/
208
- protected function processStoreAggregate (?int $ storeId , $ from = null , $ to = null ): void
208
+ private function processStoreAggregate (?int $ storeId , $ from = null , $ to = null ): void
209
209
{
210
210
$ connection = $ this ->getConnection ();
211
211
0 commit comments