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 69c15ea commit f3dde4bCopy full SHA for f3dde4b
docs/docs/3.0/repository-pattern/repository-pattern.md
@@ -310,7 +310,7 @@ $default = parent::resolveIndexMeta($request);
310
You can also override the main `meta` object for the index, not the one for per item:
311
312
```php
313
-public function resolveIndexMainMeta(RestifyRequest $request)
+public function resolveIndexMainMeta(RestifyRequest $request, Collection $items)
314
{
315
$default = parent::resolveIndexMeta($request);
316
return array_merge($default, [
0 commit comments