@@ -35,7 +35,7 @@ |
||
35 | 35 | $level = $params[0] ?? 1; |
36 | 36 | $authenticator = new \Lepton\Authenticator\UserAuthenticator(); |
37 | 37 | $loggedIn = $authenticator->isLoggedIn(); |
38 | - if(! $loggedIn){ |
|
38 | + if(! $loggedIn) { |
|
39 | 39 | return false; |
40 | 40 | } |
41 | 41 | $user = $authenticator->getLoggedUser(); |