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 70e8624 commit 071d18cCopy full SHA for 071d18c
src/BaseQueryBuilderExtend.php
@@ -52,7 +52,7 @@ public function forwardScope($name, $arguments): BaseQueryBuilder
52
*/
53
public static function getPerPage(): int
54
{
55
- return request()->query(config("servicerepo.perpage.key"), config('servicerepo.perpage.value'));
+ return request()->query(config("queryextend.perpage.key"), config('queryextend.perpage.value'));
56
}
57
58
/**
0 commit comments