@@ -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 | |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | try { |
| 46 | 46 | $handler = $this->buildConfigurationHandler($configuration); |
| 47 | - }catch(\Exception $exception){ |
|
| 47 | + } catch(\Exception $exception){ |
|
| 48 | 48 | HelperUtility::createFlashMessage( |
| 49 | 49 | $exception->getMessage(), |
| 50 | 50 | 'Index invalid', |