Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
return response in array
Browse files Browse the repository at this point in the history
  • Loading branch information
Kresna Satya committed Apr 1, 2022
1 parent 0e4e6ce commit fd68bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public function deleteAssignedClientRoles($user_id, $client_id, $roles)
$result = json_decode($response, true);
}

return $result;
return array($result, $httpcode);
}

public function groups($user_id)
Expand Down

0 comments on commit fd68bcf

Please sign in to comment.