We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9c7ad commit 07aefeaCopy full SHA for 07aefea
cookbook/controller/error_pages.rst
@@ -187,8 +187,10 @@ to point to it.
187
<container xmlns="http://symfony.com/schema/dic/services"
188
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
189
xmlns:twig="http://symfony.com/schema/dic/twig"
190
- xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
191
- http://symfony.com/schema/dic/twig http://symfony.com/schema/dic/twig/twig-1.0.xsd">
+ xsi:schemaLocation="http://symfony.com/schema/dic/services
+ http://symfony.com/schema/dic/services/services-1.0.xsd
192
+ http://symfony.com/schema/dic/twig
193
+ http://symfony.com/schema/dic/twig/twig-1.0.xsd">
194
195
<twig:config>
196
<twig:exception-controller>AppBundle:Exception:showException</twig:exception-controller>
0 commit comments