Skip to content

Commit f3dde4b

Browse files
committed
wip
1 parent 69c15ea commit f3dde4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/3.0/repository-pattern/repository-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ $default = parent::resolveIndexMeta($request);
310310
You can also override the main `meta` object for the index, not the one for per item:
311311

312312
```php
313-
public function resolveIndexMainMeta(RestifyRequest $request)
313+
public function resolveIndexMainMeta(RestifyRequest $request, Collection $items)
314314
{
315315
$default = parent::resolveIndexMeta($request);
316316
return array_merge($default, [

0 commit comments

Comments
 (0)