Update User.php (#968)
We should be able to send the private name with the api too.
This commit is contained in:
@@ -16,6 +16,7 @@ class User extends Resource
|
|||||||
'pilot_id' => $this->pilot_id,
|
'pilot_id' => $this->pilot_id,
|
||||||
'ident' => $this->ident,
|
'ident' => $this->ident,
|
||||||
'name' => $this->name,
|
'name' => $this->name,
|
||||||
|
'name_private' => $this->name_private,
|
||||||
'email' => $this->email,
|
'email' => $this->email,
|
||||||
'avatar' => $this->resolveAvatarUrl(),
|
'avatar' => $this->resolveAvatarUrl(),
|
||||||
'rank_id' => $this->rank_id,
|
'rank_id' => $this->rank_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user