lorisleiva / laravel-actions

⚡️ Laravel components that take care of one specific task
https://laravelactions.com
MIT License
2.52k stars 124 forks source link

Breaking change in Laravel v9.38.0 - removed methods from SerializesModels trait #207

Closed careybaird closed 2 years ago

careybaird commented 2 years ago

A fatal error occurs when dispatching jobs due to this recent change in Laravel:

https://github.com/laravel/framework/pull/44847

The JobDecorator in Laravel Actions relies on these methods.

lorisleiva commented 2 years ago

Thanks for raising this!

Fortunately, the fix was very simple. I've created a new patch release (See v2.4.2).

careybaird commented 2 years ago

Awesome! Thank you for the super fast response 🙏