Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
careybaird opened this issue Nov 8, 2022 · 2 comments

Comments

@careybaird
Copy link

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

laravel/framework#44847

The JobDecorator in Laravel Actions relies on these methods.

@careybaird careybaird changed the title Breaking change in Laravel Framework - removed methods from SerializesModels trait Breaking change in Laravel v9.38.0 - removed methods from SerializesModels trait Nov 8, 2022
@lorisleiva
Copy link
Owner

Thanks for raising this!

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

@careybaird
Copy link
Author

Awesome! Thank you for the super fast response 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants