File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 <argument >%kernel.debug%</argument >
2121 </service >
2222
23- <service id =" http_content_renderer.strategy.default" class =" %http_content_renderer.strategy.default.class%" >
23+ <service id =" http_content_renderer.strategy.default" class =" %http_content_renderer.strategy.default.class%" public = " false " >
2424 <tag name =" kernel.content_renderer_strategy" />
2525 <argument type =" service" id =" http_kernel" />
2626 <call method =" setUrlGenerator" ><argument type =" service" id =" router" /></call >
2727 </service >
2828
29- <service id =" http_content_renderer.strategy.esi" class =" %http_content_renderer.strategy.esi.class%" >
29+ <service id =" http_content_renderer.strategy.esi" class =" %http_content_renderer.strategy.esi.class%" public = " false " >
3030
6EA5
<tag name =" kernel.content_renderer_strategy" />
3131 <argument type =" service" id =" esi" />
3232 <argument type =" service" id =" http_content_renderer.strategy.default" />
3333 <call method =" setUrlGenerator" ><argument type =" service" id =" router" /></call >
3434 </service >
3535
36+ <!-- FIXME: this service should be private but it cannot due to a bug in PhpDumper -->
3637 <service id =" http_content_renderer.strategy.hinclude" class =" %http_content_renderer.strategy.hinclude.class%" >
3738 <tag name =" kernel.content_renderer_strategy" />
3839 <argument type =" service" id =" templating" />
You can’t perform that action at this time.
0 commit comments