File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,14 @@ automatically when installing Twig support):
157
157
158
158
.. code-block :: yaml
159
159
160
- # config/routes/dev/twig .yaml
160
+ # config/routes/dev/framework .yaml
161
161
_errors :
162
162
resource : ' @FrameworkBundle/Resources/config/routing/errors.xml'
163
163
prefix : /_error
164
164
165
165
.. code-block :: xml
166
166
167
- <!-- config/routes/dev/twig .xml -->
167
+ <!-- config/routes/dev/framework .xml -->
168
168
<?xml version =" 1.0" encoding =" UTF-8" ?>
169
169
<routes xmlns =" http://symfony.com/schema/routing"
170
170
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
@@ -176,7 +176,7 @@ automatically when installing Twig support):
176
176
177
177
.. code-block :: php
178
178
179
- // config/routes/dev/twig .php
179
+ // config/routes/dev/framework .php
180
180
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
181
181
182
182
return function (RoutingConfigurator $routes) {
You can’t perform that action at this time.
0 commit comments