Skip to content

Commit 938a350

Browse files
authored
Merge pull request #1856 from algolia/feat/MAGE-1458-refactor-index-options
MAGE-1458 Fix missed method on page options
2 parents 6f36235 + 5e37ee4 commit 938a350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/Page/IndexOptionsBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ class IndexOptionsBuilder extends BaseIndexOptionsBuilder implements EntityIndex
1515
*/
1616
public function buildEntityIndexOptions(int $storeId, ?bool $isTmp = false): IndexOptionsInterface
1717
{
18-
return $this->safeBuildWithComputedIndex(PageHelper::INDEX_NAME_SUFFIX, $storeId, $isTmp);
18+
return $this->buildWithComputedIndex(PageHelper::INDEX_NAME_SUFFIX, $storeId, $isTmp);
1919
}
2020
}

0 commit comments

Comments
 (0)