@@ -25,7 +25,7 @@ |
||
25 | 25 | { |
26 | 26 | $parser = new RouterParser(); |
27 | 27 | $this->router = new Router($parser, [], '', []); |
28 | - $this->closure = function () { |
|
28 | + $this->closure = function() { |
|
29 | 29 | }; |
30 | 30 | } |
31 | 31 |