Passed
Push — master ( ae90b8...c0e553 )
by refat
07:38 queued 03:56
created
Core/System/Application.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,9 @@
 block discarded – undo
59 59
 
60 60
     $this->file->call($this->file->to('config/constant.php'));
61 61
 
62
-    foreach (glob("routes/**/*.php") as $route) $this->file->call($this->file->to($route));
62
+    foreach (glob("routes/**/*.php") as $route) {
63
+        $this->file->call($this->file->to($route));
64
+    }
63 65
 
64 66
     $output = $this->route->getProperRoute();
65 67
 
Please login to merge, or discard this patch.