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

Commit2045785

Browse files
podolskisweaverryan
authored andcommitted
Update routing.rst
There is no setPrefix method no more.
1 parent24e2f0d commit2045785

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
@@ -1054,7 +1054,7 @@ instead of simply ``/hello/{name}``:
10541054
$acmeHello = $loader->import(
10551055
"@AcmeHelloBundle/Resources/config/routing.php"
10561056
);
1057-
$acmeHello->setPrefix('/admin');
1057+
$acmeHello->addPrefix('/admin');
10581058
10591059
$collection->addCollection($acmeHello);
10601060

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp