Completed
Push — master ( 06707c...0359c5 )
by Marcus
04:05
created
src/Router.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
             } else {
71 71
                 if (!empty($routes['regex'])) {
72 72
                     foreach ($routes['regex'] as $regex) {
73
-                        $result = preg_match('(^' . $regex['regex'] . '$)', $this->sPath, $matches);
73
+                        $result = preg_match('(^'.$regex['regex'].'$)', $this->sPath, $matches);
74 74
                         if ($result) {
75 75
                             $class = $regex['controller'];
76 76
                             break;
Please login to merge, or discard this patch.