Skip to content

Commit 7242117

Browse files
committed
add notes about paginate signature change
upgrade notes for laravel/framework#46410
1 parent 114e722 commit 7242117

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

upgrade.md

+16
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212

1313
</div>
1414

15+
<a name="low-impact-changes"></a>
16+
## Low Impact Changes
17+
18+
<div class="content-list" markdown="1">
19+
20+
- [The `paginate` Method](#paginate)
21+
22+
</div>
23+
1524
<a name="upgrade-11.0"></a>
1625
## Upgrading To 11.0 From 10.x
1726

@@ -39,3 +48,10 @@ You should update the following dependencies in your application's `composer.jso
3948
- `laravel/framework` to `^11.0`
4049

4150
</div>
51+
52+
<a name="paginate"></a>
53+
#### The `paginate` Method
54+
55+
**Likelihood Of Impact: Low**
56+
57+
The `paginate` method of the `Builder` now accepts a nullable `total` parameter. If you are overriding this method, you may need to adjust your definition. See [PR #46410](https://github.com/laravel/framework/pull/46410) for full details.

0 commit comments

Comments
 (0)