@@ -2,7 +2,7 @@ |
||
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 |