Skip to content

Commit

Permalink
Release v3.1.18 (#6679)
Browse files Browse the repository at this point in the history
Co-authored-by: limingxinleo <limingxinleo@users.noreply.github.com>
Co-authored-by: Weslen Teche <weslen_teche@hotmail.com>
Co-authored-by: zds <49744633+zds-s@users.noreply.github.com>
Co-authored-by: szutoutou <szutoutou@qq.com>
  • Loading branch information
5 people committed Apr 12, 2024
1 parent 8689307 commit 4deae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ public function simplePaginate($perPage = 15, $columns = ['*'], $pageName = 'pag
* @param int $perPage
* @param string[] $columns
* @param string $pageName
* @param null $page
* @param null|int $page
*/
public function paginate($perPage = 15, $columns = ['*'], $pageName = 'page', $page = null): LengthAwarePaginatorInterface
{
Expand Down

0 comments on commit 4deae1d

Please sign in to comment.