From e7c11cad1e0b8076ade40992f1df8c0797e54010 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 24 Jan 2017 11:06:53 -0800 Subject: [PATCH] - --- recipes/symfony/twig-bundle/etc/routing/dev/twig.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/symfony/twig-bundle/etc/routing/dev/twig.yaml diff --git a/recipes/symfony/twig-bundle/etc/routing/dev/twig.yaml b/recipes/symfony/twig-bundle/etc/routing/dev/twig.yaml new file mode 100644 index 00000000..52d2c636 --- /dev/null +++ b/recipes/symfony/twig-bundle/etc/routing/dev/twig.yaml @@ -0,0 +1,3 @@ +_errors: + resource: "@TwigBundle/Resources/config/routing/errors.xml" + prefix: /_errors