@@ -3,7 +3,7 @@ |
||
| 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); |