Update User.php (#968)

We should be able to send the private name with the api too.
This commit is contained in:
B.Fatih KOZ
2020-12-23 11:27:01 -05:00
committed by GitHub
parent 4bda494c6b
commit 18e1d63760
+1
View File
@@ -16,6 +16,7 @@ class User extends Resource
'pilot_id' => $this->pilot_id,
'ident' => $this->ident,
'name' => $this->name,
'name_private' => $this->name_private,
'email' => $this->email,
'avatar' => $this->resolveAvatarUrl(),
'rank_id' => $this->rank_id,