Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb29abca

Browse files
committed
[Book][Routing] Fixed typo on PHP version of a route definition
1 parent2b8e44d commitb29abca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎book/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ routing system can be:
778778
779779
$collection = new RouteCollection();
780780
$collection->add(
781-
'homepage',
781+
'article_show',
782782
new Route('/articles/{culture}/{year}/{title}.{_format}', array(
783783
'_controller' => 'AcmeDemoBundle:Article:show',
784784
'_format' => 'html',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp