Skip to content

Commit 760b81b

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Remove extra slash in template path
2 parents 2154802 + fe15073 commit 760b81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ for multiple directories):
117117
# config/packages/twig.yaml
118118
twig:
119119
# ...
120-
default_path: "%kernel.project_dir%//resources/views"
120+
default_path: "%kernel.project_dir%/resources/views"
121121
122122
.. code-block:: xml
123123

0 commit comments

Comments
 (0)