Fixed oversight...
This commit is contained in:
parent
1f502d83b4
commit
ec2d81a8b1
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…
Reference in a new issue