8000 Remove extra slash in template path · symfony/symfony-docs@0e04632 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e04632

Browse files
authored
Remove extra slash in template path
1 parent fd324d2 commit 0e04632

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