@@ -393,7 +393,7 @@ |
||
393 | 393 | return $this->dispatcher; |
394 | 394 | } |
395 | 395 | |
396 | - $this->dispatcher = $this->routeDispatcher(function (RouteCollector $r) { |
|
396 | + $this->dispatcher = $this->routeDispatcher(function(RouteCollector $r) { |
|
397 | 397 | foreach ($this->getRoutes() as $route) { |
398 | 398 | $r->addRoute($route->getMethod(), $route->getPattern(), $route->getIdentifier()); |
399 | 399 | } |