@@ -36,7 +36,7 @@ |
||
| 36 | 36 | protected function getIndexBase($indexUid):string |
| 37 | 37 | { |
| 38 | 38 | $indexRepository = HelperUtility::create(IndexRepository::class); |
| 39 | - $index = $indexRepository->findByUid((int) $indexUid); |
|
| 39 | + $index = $indexRepository->findByUid((int)$indexUid); |
|
| 40 | 40 | if (!($index instanceof Index)) { |
| 41 | 41 | return 'idx-' . $indexUid; |
| 42 | 42 | } |