Skip to content

Commit df72862

Browse files
committed
minor #5030 Finish #4586: Update routing.rst (guangle)
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
2 parents 93387bf + c75455f commit df72862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/routing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The route is simple:
4545
class BlogController extends Controller
4646
{
4747
/**
48-
* @Route("/blog/{slug}")
48+
* @Route("/blog/{slug}", name="blog_show")
4949
*/
5050
public function showAction($slug)
5151
{

0 commit comments

Comments
 (0)