fixing bugs
This commit is contained in:
@@ -9,6 +9,17 @@
|
||||
|
||||
abstract class Resource extends NovaResource
|
||||
{
|
||||
public static function perPageOptions()
|
||||
{
|
||||
return [50, 100, 150];
|
||||
}
|
||||
|
||||
public static function perPageViaRelationshipOptions()
|
||||
{
|
||||
return [10, 25, 50];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Build an "index" query for the given resource.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user