@@ -166,7 +166,7 @@ public function aggregate($from = null, $to = null)
166166 * @return void
167167 * @throws LocalizedException
168168 */
169- protected function clearByDateRange ($ from = null , $ to = null ): void
169+ private function clearByDateRange ($ from = null , $ to = null ): void
170170 {
171171 $ subSelect = $ this ->getRangeSubSelect ($ from , $ to );
172172 $ this ->_clearTableByDateRange ($ this ->getMainTable (), $ from , $ to , $ subSelect );
@@ -179,7 +179,7 @@ protected function clearByDateRange($from = null, $to = null): void
179179 * @param string|int|\DateTime|array|null $to
180180 * @return Select|null
181181 */
182- protected function getRangeSubSelect ($ from = null , $ to = null ): ?Select
182+ private function getRangeSubSelect ($ from = null , $ to = null ): ?Select
183183 {
184184 if ($ from !== null || $ to !== null ) {
185185 $ subSelect = $ this ->_getTableDateRangeSelect (
@@ -205,7 +205,7 @@ protected function getRangeSubSelect($from = null, $to = null): ?Select
205205 * @return void
206206 * @throws LocalizedException
207207 */
208- protected function processStoreAggregate (?int $ storeId , $ from = null , $ to = null ): void
208+ private function processStoreAggregate (?int $ storeId , $ from = null , $ to = null ): void
209209 {
210210 $ connection = $ this ->getConnection ();
211211
0 commit comments