Skip to content

Commit

Permalink
minor #5086 Use AppBundle instead of AcmeDemoBundle for consistency (…
Browse files Browse the repository at this point in the history
…snamor)

This PR was merged into the 2.3 branch.

Discussion
----------

Use AppBundle instead of AcmeDemoBundle for consistency

Commits
-------

6a437b6 Use AppBundle instead of AcmeDemoBundle for consistency
  • Loading branch information
weaverryan committed Mar 24, 2015
2 parents 50cd620 + 6a437b6 commit cdb9350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/http_fundamentals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ by adding an entry for ``/contact`` to your routing configuration file:
When someone visits the ``/contact`` page, this route is matched, and the
specified controller is executed. As you'll learn in the :doc:`routing chapter </book/routing>`,
the ``AcmeDemoBundle:Main:contact`` string is a short syntax that points to a
the ``AppBundle:Main:contact`` string is a short syntax that points to a
specific PHP method ``contactAction`` inside a class called ``MainController``::

// src/AppBundle/Controller/MainController.php
Expand Down

0 comments on commit cdb9350

Please sign in to comment.