This commit is contained in:
lopar
2018-03-03 20:24:19 +02:00
parent 8a7ba488cd
commit 6069493955
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class n
public static function show($userId)
{
if (!self::$_instance) {
self::$_instance = battles\nick::search($userId)->geninf();
self::$_instance = nick::search($userId)->geninf();
}
return self::$_instance;
}