Skip to content

Commit

Permalink
Added extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel authored and peterjaap committed May 8, 2024
1 parent 7dff301 commit b2fcb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ItemProvider/PrismicPages.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function getItems($storeId): array
{
$store = $this->storeManager->getStore($storeId);

if($store?->isUseStoreInUrl()) {
if ($store?->isUseStoreInUrl()) {
$this->sitemapItems = [];
}

Expand Down

0 comments on commit b2fcb68

Please sign in to comment.