Completed
Push — master ( aaba1e...b04051 )
by Mr
02:13
created
extra/route.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 use DrMVC\Router\Route;
5 5
 
6
-$route = new Route('get', '/<action>', function () {
6
+$route = new Route('get', '/<action>', function() {
7 7
     echo 'asd';
8 8
 });
9 9
 print_r($route);
Please login to merge, or discard this patch.