@@ -17,7 +17,7 @@ |
||
17 | 17 | { |
18 | 18 | $this->routeService = $routeService; |
19 | 19 | $this->routeNotFound = new Route('', function(){ |
20 | - return null; |
|
20 | + return null; |
|
21 | 21 | }); |
22 | 22 | } |
23 | 23 |