Completed
Push — master ( f8712b...8ebca4 )
by Jared
04:10
created
src/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
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');
Please login to merge, or discard this patch.