Skip to content

Commit

Permalink
Fixing a bug in the output - thanks to Andrew Grudin in the comments!
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Apr 5, 2016
1 parent dd5f805 commit c9b394b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/http-kernel/httpkernel-router-listener.rst
Expand Up @@ -285,7 +285,7 @@ value from the route:
array(
'_controller' => 'AppBundle\Controller\DinosaurController::showAction',
'id' => '22',
'_route' => 'dinosaur_list',
'_route' => 'dinosaur_show',
)
This shows that the end result of the routing layer is an array that has
Expand Down

0 comments on commit c9b394b

Please sign in to comment.