From: Raphaƫl Gertz Date: Thu, 16 Oct 2025 15:24:46 +0000 (+0200) Subject: Replace xml router config by php X-Git-Tag: 0.0.1~10 X-Git-Url: https://git.rapsys.eu/blog/commitdiff_plain/515d5dd9cd917f23ab7a0fa3b08f7ebedfa7fd3a Replace xml router config by php --- diff --git a/config/routes/framework.yaml b/config/routes/framework.yaml index 0fc74bb..bc1feac 100644 --- a/config/routes/framework.yaml +++ b/config/routes/framework.yaml @@ -1,4 +1,4 @@ when@dev: _errors: - resource: '@FrameworkBundle/Resources/config/routing/errors.xml' + resource: '@FrameworkBundle/Resources/config/routing/errors.php' prefix: /_error