Completed
Push — master ( 0d5a11...fd1b97 )
by Afshin
02:18
created
bootstrap/routes.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,12 +27,12 @@
 block discarded – undo
27 27
 
28 28
 
29 29
 
30
-$files = getDirFiles(__APP_ROOT__.'app/Routes/');
30
+$files = getDirFiles(__APP_ROOT__ . 'app/Routes/');
31 31
 /** Route Partial Loadup =================================================== */
32 32
 foreach ($files as $partial) {
33
-    $file = __APP_ROOT__.'app/Routes/'.$partial;
33
+    $file = __APP_ROOT__ . 'app/Routes/' . $partial;
34 34
 
35
-    if ( ! file_exists($file))
35
+    if (!file_exists($file))
36 36
     {
37 37
         $msg = "Route partial [{$partial}] not found.";
38 38
     }
Please login to merge, or discard this patch.