From c1094f2f3717341cd5fd3a23a1dbba032fcf90de Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Fri, 10 Feb 2023 00:02:45 +0100 Subject: [PATCH] public static $perPageViaRelationship = 50; --- app/Nova/LibraryItem.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Nova/LibraryItem.php b/app/Nova/LibraryItem.php index 04ff4db0..5d572756 100644 --- a/app/Nova/LibraryItem.php +++ b/app/Nova/LibraryItem.php @@ -32,6 +32,8 @@ class LibraryItem extends Resource */ public static $model = \App\Models\LibraryItem::class; + public static $perPageViaRelationship = 50; + /** * The single value that should be used to represent the resource when being displayed. * @var string