We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2849370 commit 7442b83Copy full SHA for 7442b83
src/Metadata/ApiResource.php
@@ -142,7 +142,7 @@ public function __construct(
142
* #[ApiResource(
143
* uriTemplate: '/companies/{companyId}/employees/{id}',
144
* uriVariables: [
145
- * 'companyId' => new Link(fromClass: Company::class, toProperty: 'company']),
+ * 'companyId' => new Link(fromClass: Company::class, toProperty: 'company'),
146
* 'id' => new Link(fromClass: Employee::class)
147
* ],
148
* operations: [new Get()]
0 commit comments