From 55b318cccf6732440c4fbabe19584c048dabdf0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarmo=20Lepp=C3=A4nen?= Date: Mon, 4 May 2020 17:42:48 +0300 Subject: [PATCH] Refactor: Fixed deprecation warnings and removed obsolete configuration file (#437) --- config/packages/twig.yaml | 2 +- config/routes/dev/twig.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 config/routes/dev/twig.yaml diff --git a/config/packages/twig.yaml b/config/packages/twig.yaml index 091560239..6403e6abe 100644 --- a/config/packages/twig.yaml +++ b/config/packages/twig.yaml @@ -2,4 +2,4 @@ twig: default_path: '%kernel.project_dir%/templates' debug: '%kernel.debug%' strict_variables: '%kernel.debug%' - exception_controller: ~ + exception_controller: null diff --git a/config/routes/dev/twig.yaml b/config/routes/dev/twig.yaml deleted file mode 100644 index bcbbf13d0..000000000 --- a/config/routes/dev/twig.yaml +++ /dev/null @@ -1,3 +0,0 @@ -_errors: - resource: '@FrameworkBundle/Resources/config/routing/errors.xml' - prefix: /_error