From 930ad776fd2de698b3e2ff950287602bec599914 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Wed, 7 Aug 2024 16:53:08 +0200 Subject: [PATCH] =?UTF-8?q?[Map]=C2=A0Specify=20"renderer"=20option,=20eve?= =?UTF-8?q?n=20if=20empty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- symfony/ux-map/2.19/config/packages/ux_map.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/ux-map/2.19/config/packages/ux_map.yaml b/symfony/ux-map/2.19/config/packages/ux_map.yaml index 5e5bd287c..ce0f0c75f 100644 --- a/symfony/ux-map/2.19/config/packages/ux_map.yaml +++ b/symfony/ux-map/2.19/config/packages/ux_map.yaml @@ -1,3 +1,3 @@ ux_map: # https://symfony.com/bundles/ux-map/current/index.html#available-renderers - # renderer: '%env(UX_MAP_DSN)%' + renderer: '%env(resolve:default::UX_MAP_DSN)%'