Skip to content

Commit 63d507b

Browse files
authored
Update StorageLocation.php (#1403)
fixes #1398
1 parent 704f7e7 commit 63d507b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/Parts/StorageLocation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
)
8181
],
8282
uriVariables: [
83-
'id' => new Link(fromProperty: 'children', fromClass: Manufacturer::class)
83+
'id' => new Link(fromProperty: 'children', fromClass: StorageLocation::class)
8484
],
8585
normalizationContext: ['groups' => ['location:read', 'api:basic:read'], 'openapi_definition_name' => 'Read']
8686
)]

0 commit comments

Comments
 (0)