Skip to content

Commit de9ff7d

Browse files
Update StoreConfigDataProvider.php
1 parent 096aa37 commit de9ff7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/StoreGraphQl/Model/Resolver/Store/StoreConfigDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getStoreConfigData(StoreInterface $store): array
5757
{
5858
return array_merge(
5959
$this->getBaseConfigData($store),
60-
$this->getExtendedConfigData((int)$store->getId()),
60+
$this->getExtendedConfigData((int)$store->getId())
6161
);
6262
}
6363

0 commit comments

Comments
 (0)