@@ -36,7 +36,7 @@ |
||
| 36 | 36 | |
| 37 | 37 | |
| 38 | 38 | protected function checkPermissions(string $modifier, mixed ...$params):bool{ |
| 39 | - if($modifier == LoginRequired::class){ |
|
| 39 | + if($modifier == LoginRequired::class) { |
|
| 40 | 40 | $authenticator = new \Lepton\Authenticator\UserAuthenticator(); |
| 41 | 41 | return $authenticator->isLoggedIn(); |
| 42 | 42 | } |