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

View File

@ -16,7 +16,7 @@ class n
public static function show($userId) public static function show($userId)
{ {
if (!self::$_instance) { if (!self::$_instance) {
self::$_instance = battles\nick::search($userId)->geninf(); self::$_instance = nick::search($userId)->geninf();
} }
return self::$_instance; return self::$_instance;
} }

View File

@ -4,7 +4,7 @@
* Author: Igor Barkov <lopar.4ever@gmail.com> * Author: Igor Barkov <lopar.4ever@gmail.com>
* Project name: Battles-Game * Project name: Battles-Game
*/ */
namespace battles;
class nick class nick
{ {
private $user_data; private $user_data;