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

Fix case when SerializableClosure uses as class property #86

Draft
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Conversation

Dry7
Copy link

@Dry7 Dry7 commented Jun 30, 2024

This pull request fix the case when SerializableClosure is used as one of the class properties.
At the moment, it is SerializableClosure replaced by a Closure.
This behavior was the cause of this issue laravel/framework#51897

@Dry7 Dry7 force-pushed the fix/serializable-closure-class-property branch from 1d33df7 to c5f82d0 Compare June 30, 2024 15:05
@Dry7 Dry7 force-pushed the fix/serializable-closure-class-property branch from c5f82d0 to 274f5c7 Compare June 30, 2024 15:07
@driesvints driesvints requested a review from nunomaduro July 1, 2024 08:08
@taylorotwell taylorotwell marked this pull request as draft July 1, 2024 20:51
@crynobone crynobone changed the base branch from master to 1.x November 19, 2024 22:40
@ralphschindler
Copy link

I've recently run into this problem as well when mixing Batches and Jobs inside a chain()

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

Successfully merging this pull request may close these issues.

3 participants