@@ -3,14 +3,14 @@ |
||
| 3 | 3 | |
| 4 | 4 | class Config extends \erdiko\Controller |
| 5 | 5 | { |
| 6 | - public function __invoke($request, $response, $args) |
|
| 7 | - { |
|
| 6 | + public function __invoke($request, $response, $args) |
|
| 7 | + { |
|
| 8 | 8 | $this->container->logger->debug("route: /config"); |
| 9 | - $view = 'pages/config.html'; |
|
| 9 | + $view = 'pages/config.html'; |
|
| 10 | 10 | |
| 11 | 11 | $config['theme'] = \erdiko\theme\Config::get($this->container->get('settings')['theme']); |
| 12 | 12 | $config['page']['title'] = "Dump Theme Config"; |
| 13 | 13 | |
| 14 | - return $this->container->theme->render($response, $view, $config); |
|
| 15 | - } |
|
| 14 | + return $this->container->theme->render($response, $view, $config); |
|
| 15 | + } |
|
| 16 | 16 | } |