We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f36235 + 5e37ee4 commit 938a350Copy full SHA for 938a350
Service/Page/IndexOptionsBuilder.php
@@ -15,6 +15,6 @@ class IndexOptionsBuilder extends BaseIndexOptionsBuilder implements EntityIndex
15
*/
16
public function buildEntityIndexOptions(int $storeId, ?bool $isTmp = false): IndexOptionsInterface
17
{
18
- return $this->safeBuildWithComputedIndex(PageHelper::INDEX_NAME_SUFFIX, $storeId, $isTmp);
+ return $this->buildWithComputedIndex(PageHelper::INDEX_NAME_SUFFIX, $storeId, $isTmp);
19
}
20
0 commit comments