8000 minor #15130 Remove extra slash in template path (yceruto) · symfony/symfony-docs@fe15073 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit fe15073

Browse files
committed
minor #15130 Remove extra slash in template path (yceruto)
This PR was merged into the 4.4 branch. Discussion ---------- Remove extra slash in template path Commits ------- 0e04632 Remove extra slash in template path
2 parents afde6ab + 0e04632 commit fe15073

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
@@ -109,7 +109,7 @@ for multiple directories):
109109
# config/packages/twig.yaml
110110
twig:
111111
# ...
112-
default_path: "%kernel.project_dir%//resources/views"
112+
default_path: "%kernel.project_dir%/resources/views"
113113
114114
.. code-block:: xml
115115

0 commit comments

Comments
 (0)
0