no message
This commit is contained in:
parent
811f41ef5e
commit
89bb3e862d
@ -44,7 +44,7 @@ final class Test extends Base
|
|||||||
|
|
||||||
public function rootGet()
|
public function rootGet()
|
||||||
{
|
{
|
||||||
$oUserRoot = ModelUser::select("email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", "root")->first();
|
$oUserRoot = ModelUser::select("id","email", "class", "transfer_enable", "u", "autorenew", "money")->where("email", "root")->first();
|
||||||
|
|
||||||
return $this->toJson($oUserRoot);
|
return $this->toJson($oUserRoot);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user