diff --git a/lib/WP_Auth0_Nonce_Handler.php b/lib/WP_Auth0_Nonce_Handler.php index b262f11b9..71ddbb0a0 100644 --- a/lib/WP_Auth0_Nonce_Handler.php +++ b/lib/WP_Auth0_Nonce_Handler.php @@ -44,10 +44,7 @@ class WP_Auth0_Nonce_Handler { */ private function __clone() {} - /** - * Private to prevent unserializing. - */ - private function __wakeup() {} + public function __wakeup() {} /** * WP_Auth0_Nonce_Handler constructor.