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

Commit713dfe3

Browse files
stopfstedtweaverryan
authored andcommitted
fixed inconsistency in code examples.
1 parent72072e9 commit713dfe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎book/http_fundamentals.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
430430
..code-block::xml
431431
432432
<routeid="contact"path="/contact">
433-
<defaultkey="_controller">AcmeBlogBundle:Main:contact</default>
433+
<defaultkey="_controller">AcmeDemoBundle:Main:contact</default>
434434
</route>
435435
436436
..code-block::php
@@ -441,7 +441,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
441441
442442
$collection = new RouteCollection();
443443
$collection->add('contact', new Route('/contact', array(
444-
'_controller' => 'AcmeBlogBundle:Main:contact',
444+
'_controller' => 'AcmeDemoBundle:Main:contact',
445445
)));
446446
447447
return $collection;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp