tests
This commit is contained in:
@@ -13,6 +13,10 @@ class n
|
||||
private function __construct() {}
|
||||
|
||||
|
||||
/**
|
||||
* @param $userId
|
||||
* @return null|string
|
||||
*/
|
||||
public static function show($userId)
|
||||
{
|
||||
if (!self::$_instance) {
|
||||
|
||||
Reference in New Issue
Block a user