Skip to content

Commit

Permalink
Merge pull request #17 from auth0/1.x.x-dev
Browse files Browse the repository at this point in the history
Make Auth0::setUser public in order to let update the stored user
  • Loading branch information
glena committed Jun 12, 2015
2 parents abc2587 + 0087fee commit c19d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function getAppMetadata() {
return $this->user["app_metadata"];
}

private function setUser($user) {
public function setUser($user) {

$key = array_search('user',$this->persistantMap);
if ($key !== false) {
Expand Down

0 comments on commit c19d3b0

Please sign in to comment.