Skip to content

Commit 7442b83

Browse files
doc: comment typo in ApiResource.php
1 parent 2849370 commit 7442b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/ApiResource.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function __construct(
142142
* #[ApiResource(
143143
* uriTemplate: '/companies/{companyId}/employees/{id}',
144144
* uriVariables: [
145-
* 'companyId' => new Link(fromClass: Company::class, toProperty: 'company']),
145+
* 'companyId' => new Link(fromClass: Company::class, toProperty: 'company'),
146146
* 'id' => new Link(fromClass: Employee::class)
147147
* ],
148148
* operations: [new Get()]

0 commit comments

Comments
 (0)