Passed
Push — main ( 4caf15...a562e8 )
by Moises
01:47
created
example/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 require "../vendor/autoload.php";
6 6
 
7 7
 $routes = [
8
-    ['/','Home@index'],
8
+    ['/', 'Home@index'],
9 9
     ['/blog', 'Blog@index'],
10 10
     ['/contato', 'Contact@index'],
11 11
     ['/contato/{id}', 'Contact@index'],
Please login to merge, or discard this patch.