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`_
103103
104104 .. code-block :: yaml
105105
106- # app/ config/routing.yml
106+ # config/routes.yaml
107107 hello :
108108 path : /hello/{name}
109109 defaults : { _controller: app.hello_controller }
110110
111111 .. code-block :: xml
112112
113- <!-- app/ config/routing .xml -->
113+ <!-- config/routes .xml -->
114114 <?xml version =" 1.0" encoding =" UTF-8" ?>
115115 <routes xmlns =" http://symfony.com/schema/routing"
116116 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
7474 }
7575 }
7676
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
7878``/login `` route:
7979
8080.. configuration-block ::
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ like this:
4646
4747 .. code-block :: yaml
4848
49- # app/ config/config.yml
49+ # config/framework.yaml
5050 framework :
5151 workflows :
5252 blog_publishing :
You can’t perform that action at this time.
0 commit comments