summaryrefslogtreecommitdiff
path: root/app/Api/Me.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Api/Me.php')
-rw-r--r--app/Api/Me.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/Me.php b/app/Api/Me.php
index 2c332a8c..2c4161fd 100644
--- a/app/Api/Me.php
+++ b/app/Api/Me.php
@@ -14,7 +14,7 @@ class Me extends Base
{
public function getMe()
{
- return $this->session['user'];
+ return $this->sessionStorage->user;
}
public function getMyDashboard()