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