Completed
Push — master ( 8527b6...a1fe62 )
by Charles
02:30
created
api/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 . '/common/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.