serializable-closure icon indicating copy to clipboard operation
serializable-closure copied to clipboard

Fix case when SerializableClosure uses as class property

Open Dry7 opened this issue 1 year ago • 1 comments

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 https://github.com/laravel/serializable-closure/issues/106

Dry7 avatar Jun 30 '24 14:06 Dry7

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

ralphschindler avatar Dec 17 '24 22:12 ralphschindler