@@ -62,7 +62,9 @@ |
||
62 | 62 | //Get the user info of the user logged in (probably in session) |
63 | 63 | $user = \App::make('auth0')->getUser(); |
64 | 64 | |
65 | - if ($user === null) return null; |
|
65 | + if ($user === null) { |
|
66 | + return null; |
|
67 | + } |
|
66 | 68 | |
67 | 69 | // build the user |
68 | 70 | $user = $this->getUserByUserInfo($user); |