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 #86

Closed
dimitri-koenig opened this issue Nov 9, 2022 · 2 comments

Comments

@dimitri-koenig
Copy link

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

laravel/framework#44847

The ActionJob class relies on __sleep and __wakeup from \Illuminate\Queue\SerializesModels.

@dimitri-koenig
Copy link
Author

A PR already exists: #85

@freekmurze
Copy link
Member

Thanks for the PR.

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