Skip to content

Commit 9f35ee1

Browse files
changed magic method __wakeup in AdminPanel to public because wp require this
1 parent 7b8fa20 commit 9f35ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomAdminPage/AdminPage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ final private function __clone()
148148
{
149149
}
150150

151-
final private function __wakeup()
151+
final public function __wakeup()
152152
{
153153
}
154154
}

0 commit comments

Comments
 (0)