Skip to content

Commit 6cc5442

Browse files
committed
LYNX-100: CR changes
1 parent 594d04d commit 6cc5442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/EavGraphQl/Model/Resolver/AttributesList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function resolve(
101101
}
102102
$searchCriteria = $searchCriteria->create();
103103

104-
$attributesList = $this->attributeRepository->getList(mb_strtolower($entityType), $searchCriteria)->getItems();
104+
$attributesList = $this->attributeRepository->getList(strtolower($entityType), $searchCriteria)->getItems();
105105
return [
106106
'items' => $this->getAtrributesMetadata($attributesList, $entityType, $storeId),
107107
'errors' => $errors

0 commit comments

Comments
 (0)