From e01f3c68a0d77e0d5feba4d147ed043b2530546c Mon Sep 17 00:00:00 2001 From: Luis Arce Date: Tue, 28 May 2024 05:31:47 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b2f68f..7ab246b 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ This is the contents of the published config file: ```php return [ + 'parameters' => [ + 'per_page' => 'per_page', + ], + 'per_page' => [ // Represents the value to be sent by the user, to obtain all records, if using the result method. 'all' => 'all',