@@ -52,7 +52,7 @@ |
||
| 52 | 52 | */ |
| 53 | 53 | public function __construct(?string $userRole) |
| 54 | 54 | { |
| 55 | - $this->_roles = new Roles();// Should always be on top |
|
| 55 | + $this->_roles = new Roles(); // Should always be on top |
|
| 56 | 56 | |
| 57 | 57 | $this->_generateUserInfo($userRole); |
| 58 | 58 | |