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 66d7b1c commit 6bbdaecCopy full SHA for 6bbdaec
src/Repositories/Repository.php
@@ -543,7 +543,7 @@ public function resolveRelationships($request): array
543
Model::class => fn () => fn () => $withs->put($relation, $paginator),
544
545
])->first(fn ($fn, $class) => $paginator instanceof $class,
546
- fn () => $withs->put($relation, $paginator)
+ fn () => fn () => $withs->put($relation, $paginator)
547
)();
548
});
549
0 commit comments