framework
framework copied to clipboard
[13.x] Replace __wakeup with __unserialize (deprecated in PHP 8.5)
The legacy __wakeup() method is deprecated as of PHP 8.5 in favor of __unserialize().
These newer methods provide more flexible and explicit control over object unserialization.
https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_the_sleep_and_wakeup_magic_methods
https://github.com/laravel/framework/pull/57021