Fixed 4
- Prevent fatal errors when logging deprecations fails
- Fix Factory::insert() with a count of zero
- Fix schedule:list timezone conversion for range, step, and wildcard cron expressions
- Fix getMigrationBatches return type annotation
- [12.x] Prevent fatal errors when logging deprecations fails by @GrahamCampbell in https://github.com/laravel/framework/pull/60907
- [12.x] Fix Factory::insert() with a count of zero by @alies-dev in https://github.com/laravel/framework/pull/60911
- [12.x] Fix schedule:list timezone conversion for range, step, and wildcard cron expressions by @xiCO2k in https://github.com/laravel/framework/pull/60913
- [12.x] Fix getMigrationBatches return type annotation by @wouterj in https://github.com/laravel/framework/pull/60973