8000
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 7c8972b commit 603a214Copy full SHA for 603a214
docs/features/helpers.md
@@ -75,7 +75,7 @@ This helper returns a generator that allows you to create JSON API link objects
75
/** @var \Neomerx\JsonApi\Contracts\Document\LinkInterface $link */
76
$link = json_api('v1')->links()->index('posts');
77
$meta = ['foo' => 'bar'];
78
-$link = json_api('v1)->links()->index('posts', $meta);
+$link = json_api('v1')->links()->index('posts', $meta);
79
```
80
81
The following methods on the links generator create links for resources within your API:
0 commit comments