Commit 6f3fd751 by 王召彬

去除方法getGender

parent 3e76dfe2
......@@ -62,11 +62,6 @@ class User
return $this->getValue('headImg');
}
public function getGender()
{
return $this->getValue('gender');
}
public function getToken()
{
return $this->getValue('token');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment