@@ -94,7 +94,7 @@ |
||
94 | 94 | |
95 | 95 | /* Base URL */ |
96 | 96 | |
97 | - $this['base_url'] = function () use ($config) { |
|
97 | + $this['base_url'] = function() use ($config) { |
|
98 | 98 | $url = (($config->get('app.ssl')) ? 'https' : 'http').'://'; |
99 | 99 | $url .= $config->get('app.hostname'); |
100 | 100 | $port = $config->get('app.port'); |