]> _ Git - psq.git/commitdiff
Update User.php
authorLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 17 Sep 2020 14:28:31 +0000 (16:28 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 17 Sep 2020 14:28:31 +0000 (16:28 +0200)
app/Nova/User.php

index fc7c93462f93e4f1e0056bf3c303c45b0c5c11d7..080d8c16abf1f3a0c8a5c6a04df513466f79ff9b 100644 (file)
@@ -44,6 +44,7 @@ class User extends Resource
 
     public static $perPageViaRelationship = 50;
 
+    public static $perPageOptions = [50, 100, 250];
 
 
     /**