Skip to content

Commit 451f00b

Browse files
authored
twig.yaml was also renamed to framework.yaml
1 parent 99db0a7 commit 451f00b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controller/error_pages.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ automatically when installing Twig support):
157157

158158
.. code-block:: yaml
159159
160-
# config/routes/dev/twig.yaml
160+
# config/routes/dev/framework.yaml
161161
_errors:
162162
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
163163
prefix: /_error
164164
165165
.. code-block:: xml
166166
167-
<!-- config/routes/dev/twig.xml -->
167+
<!-- config/routes/dev/framework.xml -->
168168
<?xml version="1.0" encoding="UTF-8" ?>
169169
<routes xmlns="http://symfony.com/schema/routing"
170170
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -176,7 +176,7 @@ automatically when installing Twig support):
176176
177177
.. code-block:: php
178178
179-
// config/routes/dev/twig.php
179+
// config/routes/dev/framework.php
180180
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
181181
182182
return function (RoutingConfigurator $routes) {

0 commit comments

Comments
 (0)