|
@@ -50,7 +50,7 @@ |
|
|
block discarded – undo |
|
50
|
50
|
$this->result = $routeResult; |
|
51
|
51
|
$this->applicationPath = $environmentManager->getSelectedApplicationUri(); |
|
52
|
52
|
$this->adapter = \FastRoute\simpleDispatcher( |
|
53
|
|
- function (RouteCollector $routeCollector) use ($routes) { |
|
|
53
|
+ function(RouteCollector $routeCollector) use ($routes) { |
|
54
|
54
|
foreach ($routes as $resource => $route) { |
|
55
|
55
|
$method = $route['allowed_methods']; |
|
56
|
56
|
$uri = $route['path']; |
Please login to merge, or discard this patch.