@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public function getConfig() |
35 | 35 | { |
36 | - return include __DIR__.'/../config/module.config.php'; |
|
36 | + return include __DIR__ . '/../config/module.config.php'; |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | /** |
@@ -35,7 +35,7 @@ |
||
35 | 35 | public function getSessionData() |
36 | 36 | { |
37 | 37 | $manager = new SessionManager(); |
38 | - if (! $manager->sessionExists()) { |
|
38 | + if (!$manager->sessionExists()) { |
|
39 | 39 | return; |
40 | 40 | } |
41 | 41 |