From 2bef3e49270dfd1a1db6ce05bf142cd2589bb5e9 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Mon, 25 Dec 2023 00:11:58 +0100 Subject: [PATCH] Use error routing from FrameworkBundle --- app/config/routing_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/routing_dev.yml b/app/config/routing_dev.yml index a57028de1..91c3a99f4 100644 --- a/app/config/routing_dev.yml +++ b/app/config/routing_dev.yml @@ -7,7 +7,7 @@ _profiler: prefix: /_profiler _errors: - resource: '@TwigBundle/Resources/config/routing/errors.xml' + resource: '@FrameworkBundle/Resources/config/routing/errors.xml' prefix: /_error _main: