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 704f7e7 commit 63d507bCopy full SHA for 63d507b
1 file changed
src/Entity/Parts/StorageLocation.php
@@ -80,7 +80,7 @@
80
)
81
],
82
uriVariables: [
83
- 'id' => new Link(fromProperty: 'children', fromClass: Manufacturer::class)
+ 'id' => new Link(fromProperty: 'children', fromClass: StorageLocation::class)
84
85
normalizationContext: ['groups' => ['location:read', 'api:basic:read'], 'openapi_definition_name' => 'Read']
86
)]
0 commit comments