From 0087feea970b956597c8bfb93c35fa0bb2e28157 Mon Sep 17 00:00:00 2001 From: German Lena Date: Fri, 12 Jun 2015 14:13:26 -0300 Subject: [PATCH] Make Auth0::setUser public in order to let update the stored user --- src/Auth0.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth0.php b/src/Auth0.php index 76237238..f6ab611e 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -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) {