Skip to content

Commit

Permalink
minor #5030 Finish #4586: Update routing.rst (guangle)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Finish #4586: Update routing.rst

Finished #4586

Original PR description:

 > add route name "blog_show" in first example

| Q | A
| --- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets | -

Commits
-------

c75455f Update routing.rst
  • Loading branch information
weaverryan committed Mar 14, 2015
2 parents 93387bf + c75455f commit df72862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The route is simple:
class BlogController extends Controller
{
/**
* @Route("/blog/{slug}")
* @Route("/blog/{slug}", name="blog_show")
*/
public function showAction($slug)
{
Expand Down

0 comments on commit df72862

Please sign in to comment.