Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22f6eec

Browse filesBrowse files
fivestarfabpot
authored andcommitted
[TwigBundle] fixed class name in twig.xml
1 parent 607f273 commit 22f6eec
Copy full SHA for 22f6eec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • src/Symfony/Bundle/TwigBundle/Resources/config
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/twig.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<argument type="service" id="twig" />
3434
</service>
3535

36-
<service id="twig.extension.escaper" class="\Twig_Extension_Escaper">
36+
<service id="twig.extension.escaper" class="Twig_Extension_Escaper">
3737
<annotation name="twig.extension" />
3838
</service>
3939

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.