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 9387403 commit c05deb2Copy full SHA for c05deb2
app/Nova/Resource.php
@@ -62,5 +62,5 @@ public static function relatableQuery(NovaRequest $request, $query)
62
*/
63
public static $clickAction = 'ignore';
64
65
- public static $perPageViaRelationship = 20;
+ public static $perPageViaRelationshipOptions = [20];
66
}
0 commit comments