@@ -244,7 +244,7 @@ |
||
244 | 244 | $sort = $this->settings['sorting']; |
245 | 245 | $this->checkStaticTemplateIsIncluded(); |
246 | 246 | $this->slotExtendedAssignMultiple([ |
247 | - 'indices' => $this->indexRepository->findByPast($limit, $sort) |
|
247 | + 'indices' => $this->indexRepository->findByPast($limit, $sort) |
|
248 | 248 | ], __CLASS__, __FUNCTION__); |
249 | 249 | } |
250 | 250 |