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
- Fixed `Illuminate/Database/Query/Builder::limit()` to only cast integer when given other than null ([#39653](https://github.com/laravel/framework/pull/39653))
15
+
- Fixes database offset value with non numbers ([#39656](https://github.com/laravel/framework/pull/39656))
16
+
17
+
### Changed
18
+
- Pipe new through render and report exception methods ([#36037](https://github.com/laravel/framework/pull/36037))
19
+
- Typecast page number as integer in `Illuminate\Pagination\AbstractPaginator::resolveCurrentPage()` ([#36055](https://github.com/laravel/framework/pull/36055))
0 commit comments