mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 11:40:13 +02:00
Fix PHPUnit issue
This commit is contained in:
@@ -36,7 +36,7 @@ final class Singleton
|
||||
/**
|
||||
* prevent from being unserialized (which would create a second instance of it)
|
||||
*/
|
||||
private function __wakeup()
|
||||
public function __wakeup()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user