Skip to content

Commit f2aad67

Browse files
committed
fixed small php syntax error
1 parent 6cba0f1 commit f2aad67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/templating/namespaced_paths.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ specific template doesn't exist.
124124
'%kernel.root_dir%/../vendor/acme/themes/theme1' => 'theme',
125125
'%kernel.root_dir%/../vendor/acme/themes/theme2' => 'theme',
126126
'%kernel.root_dir%/../vendor/acme/themes/common' => 'theme',
127-
);
127+
),
128128
));
129129
130130
Now, you can use the same ``@theme`` namespace to refer to any template located

0 commit comments

Comments
 (0)