Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions controller/service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ which is a common practice when following the `ADR pattern`_

.. code-block:: yaml

# app/config/routing.yml
# config/routes.yaml
hello:
path: /hello/{name}
defaults: { _controller: app.hello_controller }

.. code-block:: xml

<!-- app/config/routing.xml -->
<!-- config/routes.xml -->
<?xml version="1.0" encoding="UTF-8" ?>
<routes xmlns="http://symfony.com/schema/routing"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down
2 changes: 1 addition & 1 deletion security/form_login_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class that processes the login submit and 4) updates the main security config fi
}
}

Edit the ``security.yml`` file in order to allow access for anyone to the
Edit the ``security.yaml`` file in order to allow access for anyone to the
``/login`` route:

.. configuration-block::
Expand Down
2 changes: 1 addition & 1 deletion workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ like this:

.. code-block:: yaml

# app/config/config.yml
# config/framework.yaml
framework:
workflows:
blog_publishing:
Expand Down