Fix __wakeup() must have public visibility
This commit is contained in:
parent
4ff9717b0a
commit
f308aa5fe9
@ -36,6 +36,6 @@ trait Singleton
|
|||||||
*/
|
*/
|
||||||
protected function init() {}
|
protected function init() {}
|
||||||
|
|
||||||
final private function __wakeup() {}
|
public function __wakeup() {}
|
||||||
final private function __clone() {}
|
public function __clone() {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user