mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +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)
|
* 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