Fixed oversight...
This commit is contained in:
parent
163e54def1
commit
db427363f7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ final class UsersRpcHandler implements RpcHandler {
|
|||
if(!empty($userInfo->title))
|
||||
$output['title'] = $userInfo->title;
|
||||
|
||||
$output['created_at'] = $userInfo->getCreatedAt()->toIso8601ZuluString();
|
||||
$output['created_at'] = $userInfo->createdAt->toIso8601ZuluString();
|
||||
if($userInfo->lastActiveTime !== null)
|
||||
$output['last_active_at'] = $userInfo->lastActiveAt->toIso8601ZuluString();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue