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.
1 parent 4f66c8f commit 3fbdf1cCopy full SHA for 3fbdf1c
dev/tests/integration/testsuite/Magento/GraphQl/App/State/Collector.php
@@ -166,7 +166,7 @@ public function getPropertiesFromObject(
166
if (array_key_exists($className, $skipList)) {
167
return CollectedObject::getSkippedObject();
168
}
169
- if ($this->objectManager instanceof ObjectManagerInterface) {
+ if ($this->objectManager instanceof StateObjectManagerInterface) {
170
$serviceName = array_search($object, $this->objectManager->getSharedInstances(), true);
171
if ($serviceName && array_key_exists($serviceName, $skipList)) {
172
0 commit comments