@@ -25,7 +25,7 @@ |
||
25 | 25 | { |
26 | 26 | if ($this->logger === null) { |
27 | 27 | $this->logger = new Logger('application'); |
28 | - $this->logger->pushHandler(new StreamHandler($GLOBALS['config']['log']['file'], (int)$GLOBALS['config']['log']['level'])); |
|
28 | + $this->logger->pushHandler(new StreamHandler($GLOBALS['config']['log']['file'], (int) $GLOBALS['config']['log']['level'])); |
|
29 | 29 | } |
30 | 30 | return $this->logger; |
31 | 31 | } |