Skip to content

Commit 2494366

Browse files
committed
wip
1 parent 326c234 commit 2494366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎pagination.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ The JSON from the paginator will include meta information such as `total`, `curr
275275
"per_page": 15,
276276
"current_page": 1,
277277
"last_page": 4,
278+
"current_page_url": "http://laravel.app?page=1",
278279
"first_page_url": "http://laravel.app?page=1",
279280
"last_page_url": "http://laravel.app?page=4",
280281
"next_page_url": "http://laravel.app?page=2",

0 commit comments

Comments
 (0)