Skip to content

Commit 8e3146b

Browse files
committed
B2B-2658: Implement GraphQL Resolver Cache for Customer query
1 parent 6507cfb commit 8e3146b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GraphQlResolverCache/Model/Resolver/Result/HydratorDehydratorProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private function getInstancesForResolver(
159159
$dataProcessingInstances[] = $this->objectManager->get($classData['class']);
160160
} else {
161161
throw new ConfigurationMismatchException(
162-
__('%1 should implement %2', $classData['class'], $interfaceName)
162+
__('%1 must implement %2', $classData['class'], $interfaceName)
163163
);
164164
}
165165
}

0 commit comments

Comments
 (0)