Skip to content

Commit

Permalink
addewd domain:
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed May 13, 2015
1 parent e8f5cd4 commit 8500eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-api/src/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function publicPing(){

public function privatePing(){

$userData = \Auth0\SDK\Api\ApiUsers::get($this->token, $this->tokenInfo->sub);
$userData = \Auth0\SDK\Api\ApiUsers::get(getenv('AUTH0_DOMAIN'),$this->token, $this->tokenInfo->sub);

return array(
"status" => 'ok',
Expand Down

0 comments on commit 8500eb2

Please sign in to comment.