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 17ab022 commit b23292cCopy full SHA for b23292c
lib/internal/Magento/Framework/Api/Config/MetadataConfig.php
@@ -69,6 +69,7 @@ protected function getAttributesMetadata($dataObjectClassName)
69
{
70
$attributes = [];
71
$allAttributes = $this->serviceConfigReader->read();
72
+ $dataObjectClassName = ltrim($dataObjectClassName, '\\');
73
if (isset($allAttributes[$dataObjectClassName])
74
&& is_array($allAttributes[$dataObjectClassName])
75
) {
0 commit comments