mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Adjusted paginator comment.
This commit is contained in:
parent
f0e3134442
commit
4959a38d01
@ -93,8 +93,8 @@ class Paginator {
|
||||
*
|
||||
* If there are not enough pages to make it worth sliding, all of the pages will be listed.
|
||||
*
|
||||
* Note: "7" is added to the adjacent range to account for the seven constant elements
|
||||
* in a slider: the first and last two links, the current page, and the two "..." strings.
|
||||
* Note: "7" is added to the adjacent range to account for the seven constant elements in a
|
||||
* slider: the first and last two links, the current page, and the two "..." strings.
|
||||
*
|
||||
* @param int $adjacent
|
||||
* @return string
|
||||
|
Loading…
x
Reference in New Issue
Block a user