Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #63 from tubssp/patch-1
Browse files Browse the repository at this point in the history
 DEPRECATED #62
  • Loading branch information
benji07 committed Jun 1, 2015
2 parents 8090ced + 42e4b64 commit b68a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataCollector/RoutingDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function collect(Request $request, Response $response, \Exception $except
$controller = isset($defaults['_controller']) ? $defaults['_controller'] : 'unknown';
$routes[$routeName] = array(
'name' => $routeName,
'pattern' => $route->getPattern(),
'pattern' => $route->getPath(),
'controller' => $controller,
'method' => isset($requirements['_method']) ? $requirements['_method'] : 'ANY',
);
Expand Down

0 comments on commit b68a3b4

Please sign in to comment.