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 834bda5 commit 34ece54Copy full SHA for 34ece54
src/Metadata/Extractor/XmlExtractor.php
@@ -46,7 +46,7 @@ protected function extractPath(string $path)
46
'itemOperations' => $this->getAttributes($resource, 'itemOperation') ?: null,
47
'collectionOperations' => $this->getAttributes($resource, 'collectionOperation') ?: null,
48
'attributes' => $this->getAttributes($resource, 'attribute') ?: null,
49
- 'properties' => $this->getProperties($resource, $resourceClass) ?: null,
+ 'properties' => $this->getProperties($resource) ?: null,
50
];
51
}
52
0 commit comments