From 90fd55eab6deedb9b277931a71a684c847371140 Mon Sep 17 00:00:00 2001 From: tracer Date: Mon, 11 Apr 2022 17:54:25 +0200 Subject: [PATCH] refactored --- config/packages/routing.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/packages/routing.yaml b/config/packages/routing.yaml index b45c1ce..4b766ce 100644 --- a/config/packages/routing.yaml +++ b/config/packages/routing.yaml @@ -5,3 +5,8 @@ framework: # Configure how to generate URLs in non-HTTP contexts, such as CLI commands. # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands #default_uri: http://localhost + +when@prod: + framework: + router: + strict_requirements: null