Fix PHPUnit issue

This commit is contained in:
Rafael Corrêa Gomes
2021-10-14 23:49:57 -04:00
parent d3d77f5d77
commit a3e06e0ee5

View File

@@ -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()
{
}
}