@@ -59,7 +59,7 @@ |
||
59 | 59 | |
60 | 60 | if (strpos($accept[0], 'text/html') !== false) { |
61 | 61 | $container = $this->app->getContainer(); |
62 | - $container['view'] = function ($container) { |
|
62 | + $container['view'] = function($container) { |
|
63 | 63 | $config = $container['settings']; |
64 | 64 | $tView = new \Slim\Views\Twig($config['renderer']['template_path'], |
65 | 65 | [ |