From 8542de9eb384325dd383b0fde64346aaf9259638 Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Thu, 17 Sep 2020 16:22:16 +0200 Subject: [PATCH] Update User.php --- app/Nova/User.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Nova/User.php b/app/Nova/User.php index 5cb414a..61e7715 100644 --- a/app/Nova/User.php +++ b/app/Nova/User.php @@ -41,6 +41,9 @@ class User extends Resource public static $type; + public static $perPageViaRelationship = 50; + + /** * The single value that should be used to represent the resource when being displayed. -- 2.39.5