Skip to content

Commit 6a437b6

Browse files
committed
Use AppBundle instead of AcmeDemoBundle for consistency
1 parent 206e613 commit 6a437b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
460460
461461
When someone visits the ``/contact`` page, this route is matched, and the
462462
specified controller is executed. As you'll learn in the :doc:`routing chapter </book/routing>`,
463-
the ``AcmeDemoBundle:Main:contact`` string is a short syntax that points to a
463+
the ``AppBundle:Main:contact`` string is a short syntax that points to a
464464
specific PHP method ``contactAction`` inside a class called ``MainController``::
465465

466466
// src/AppBundle/Controller/MainController.php

0 commit comments

Comments
 (0)