Completed
Push — master ( c348e1...63401a )
by Luka
04:22
created
sample/public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 }
25 25
 
26 26
 $routes = [];
27
-$routes['index'] = ['GET', '/', function (Action $action) {
27
+$routes['index'] = ['GET', '/', function(Action $action) {
28 28
     return [200, [], view('index')];
29 29
 }];
30 30
 
Please login to merge, or discard this patch.