@@ -40,9 +40,9 @@ |
||
| 40 | 40 | $this->container->getResponse()->redirect(); |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | - public function whoami(){ |
|
| 43 | + public function whoami() { |
|
| 44 | 44 | $userType = $this->auth->getUser(); |
| 45 | - if (is_null($userType)){ |
|
| 45 | + if (is_null($userType)) { |
|
| 46 | 46 | $userType = 'Not Set'; |
| 47 | 47 | } |
| 48 | 48 | $this->alertBox->setAlert($userType); |