Completed
Push — master ( 42194e...ee4404 )
by Charles
06:27
created
config/common.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     'id' => $yaml['app']['id'],
9 9
     'name' => $yaml['app']['name'],
10 10
     'basePath' => dirname(__DIR__),
11
-    'bootstrap' => [ 'log' ],
11
+    'bootstrap' => ['log'],
12 12
     'language' => 'en-US',
13 13
     'sourceLanguage' => 'en-US',
14 14
     'components' => [
Please login to merge, or discard this patch.
web/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 defined('ROOT') or define('ROOT', realpath(__DIR__ . '/../'));
4 4
 
5
-require ROOT .'/vendor/autoload.php';
5
+require ROOT . '/vendor/autoload.php';
6 6
 $loader = require ROOT . '/config/loader.php';
7 7
 
8 8
 // comment out the following two lines when deployed to production
Please login to merge, or discard this patch.