You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade.md
+16
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@
12
12
13
13
</div>
14
14
15
+
<aname="low-impact-changes"></a>
16
+
## Low Impact Changes
17
+
18
+
<divclass="content-list"markdown="1">
19
+
20
+
-[The `paginate` Method](#paginate)
21
+
22
+
</div>
23
+
15
24
<aname="upgrade-11.0"></a>
16
25
## Upgrading To 11.0 From 10.x
17
26
@@ -39,3 +48,10 @@ You should update the following dependencies in your application's `composer.jso
39
48
-`laravel/framework` to `^11.0`
40
49
41
50
</div>
51
+
52
+
<aname="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