Skip to content

Commit bde4641

Browse files
public magic method wakeup for RestRoute
1 parent 42be98e commit bde4641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestApi/RestRoute.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ final private function __clone()
4545
{
4646
}
4747

48-
final private function __wakeup()
48+
final public function __wakeup()
4949
{
5050
}
5151
}

0 commit comments

Comments
 (0)