Skip to content

Commit

Permalink
fix: passing class as parameter in XML ApiResource's definition
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Sep 23, 2024
1 parent f287be0 commit 88c8659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Metadata/Extractor/XmlResourceExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ protected function extractPath(string $path): void
foreach ($xml->resource as $resource) {
$base = $this->buildExtendedBase($resource);
$this->resources[$this->resolve((string) $resource['class'])][] = array_merge($base, [
'class' => $this->phpize($resource, 'class', 'string'),
'operations' => $this->buildOperations($resource, $base),
'graphQlOperations' => $this->buildGraphQlOperations($resource, $base),
]);
Expand Down

0 comments on commit 88c8659

Please sign in to comment.