Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Add hint about disabling autowire when extending a controller #11019

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix code block
  • Loading branch information
adrianmarte authored and lchrusciel committed Jan 14, 2020
commit b946dc9e3fa457c8eb9c16614e083c2cc6a67cd7
1 change: 1 addition & 0 deletions docs/customization/controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ getting a list of recommended products from your external api.
**4.** Finally you’ll need to add routes in the ``config/routes.yaml``.

.. code-block:: yaml

app_product_show_index:
path: /product/show
methods: [GET]
Expand Down