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

Deprecations in Opis\Closure\SerializableClosure #47

Closed
michael-rubel opened this issue Dec 30, 2022 · 1 comment · Fixed by #49
Closed

Deprecations in Opis\Closure\SerializableClosure #47

michael-rubel opened this issue Dec 30, 2022 · 1 comment · Fixed by #49

Comments

@michael-rubel
Copy link

  • Opis\Closure\SerializableClosure implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/html/vendor/opis/closure/src/SerializableClosure.php on line 18
@michael-rubel
Copy link
Author

@rmcdaniel Thought: Maybe it's better to try https://github.com/laravel/serializable-closure instead of the original Opis\Closure?

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 a pull request may close this issue.

1 participant