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
- Add news report_if and report_unless helpers functions ([#45093](https://github.com/laravel/framework/pull/45093))
12
+
- Add callback to resolve custom mutex name of schedule events ([#45126](https://github.com/laravel/framework/pull/45126))
13
+
- Add WorkOptions to WorkerStopping Event ([#45120](https://github.com/laravel/framework/pull/45120))
14
+
- Added `singleton` and `creatable` options to `Illuminate/Routing/Console/ControllerMakeCommand` ([#44872](https://github.com/laravel/framework/pull/44872))
15
+
16
+
### Fixed
17
+
- Fix pure enums validation ([#45121](https://github.com/laravel/framework/pull/45121))
18
+
- Prevent test issues with relations with the $touches property ([#45118](https://github.com/laravel/framework/pull/45118))
19
+
- Fix factory breaking when trying to determine whether a relation is empty ([#45135](https://github.com/laravel/framework/pull/45135))
20
+
21
+
### Changed
22
+
- Allow set command description via AsCommand attribute ([#45117](https://github.com/laravel/framework/pull/45117))
23
+
- Updated Mailable to prevent duplicated recipients ([#45119](https://github.com/laravel/framework/pull/45119))
0 commit comments