8000 merged branch kriswallsmith/master (PR #6842) · xamado/symfony@8a351f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8a351f0

Browse files
committed
merged branch kriswallsmith/master (PR symfony#6842)
This PR was merged into the master branch. Commits ------- 731cd49 made twig extension service private Discussion ---------- [TwigBundle] made extension a private service | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~
2 parents 5d896f6 + 731cd49 commit 8a351f0

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/TwigBundle/Resources/config

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<tag name="twig.extension" />
8989
</service>
9090

91-
<service id="twig.extension.httpkernel" class="%twig.extension.httpkernel.class%">
91+
<service id="twig.extension.httpkernel" class="%twig.extension.httpkernel.class%" public="false">
9292
<tag name="twig.extension" />
9393
<argument type="service" id="http_content_renderer" />
9494
</service>

0 commit comments

Comments
 (0)
0