Skip to content

Commit e8b9e9f

Browse files
committed
Remove wrong backslash
1 parent a728c69 commit e8b9e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/twig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ called to determine the default escaping applied to the template.
111111
base_template_class
112112
~~~~~~~~~~~~~~~~~~~
113113

114-
**type**: ``string`` **default**: ``'Twig\\Template'``
114+
**type**: ``string`` **default**: ``'Twig\Template'``
115115

116116
Twig templates are compiled into PHP classes before using them to render
117117
contents. This option defines the base class from which all the template classes

0 commit comments

Comments
 (0)