From dc61e0a3af37a3aefeb89deba06e2fbdfe390aa7 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 23 Jun 2025 17:46:09 +0200 Subject: [PATCH] [Framework] Clarifying what `base_path` actually does Page: https://symfony.com/doc/6.4/reference/configuration/framework.html#base-path --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 6376c057940..48016522399 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2064,7 +2064,7 @@ base_path **type**: ``string`` -This option allows you to define a base path to be used for assets: +This option allows you to define a base path from where Twig's ``{{ asset() }}`` function is resolved: .. configuration-block::