Completed
Push — master ( f6dfc7...eed325 )
by Hugo
02:57
created
public/index.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,17 +7,17 @@
 block discarded – undo
7 7
     /**
8 8
      * Read the configuration
9 9
      */
10
-    $config = include __DIR__ . "/../app/config/config.php";
10
+    $config = include __DIR__."/../app/config/config.php";
11 11
 
12 12
     /**
13 13
      * Read auto-loader
14 14
      */
15
-    include __DIR__ . "/../app/config/loader.php";
15
+    include __DIR__."/../app/config/loader.php";
16 16
 
17 17
     /**
18 18
      * Read services
19 19
      */
20
-    include __DIR__ . "/../app/config/services.php";
20
+    include __DIR__."/../app/config/services.php";
21 21
 
22 22
     /**
23 23
      * Handle the request
Please login to merge, or discard this patch.