File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,14 @@ which is a common practice when following the `ADR pattern`_
103
103
104
104
.. code-block :: yaml
105
105
106
- # app/ config/routing.yml
106
+ # config/routes.yaml
107
107
hello :
108
108
path : /hello/{name}
109
109
defaults : { _controller: app.hello_controller }
110
110
111
111
.. code-block :: xml
112
112
113
- <!-- app/ config/routing .xml -->
113
+ <!-- config/routes .xml -->
114
114
<?xml version =" 1.0" encoding =" UTF-8" ?>
115
115
<routes xmlns =" http://symfony.com/schema/routing"
116
116
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class that processes the login submit and 4) updates the main security config fi
74
74
}
75
75
}
76
76
77
- Edit the ``security.yml `` file in order to allow access for anyone to the
77
+ Edit the ``security.yaml `` file in order to allow access for anyone to the
78
78
``/login `` route:
79
79
80
80
.. configuration-block ::
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ like this:
46
46
47
47
.. code-block :: yaml
48
48
49
- # app/ config/config.yml
49
+ # config/framework.yaml
50
50
framework :
51
51
workflows :
52
52
blog_publishing :
You can’t perform that action at this time.
0 commit comments