File tree 1 file changed +3
-2
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 20
20
<argument >%kernel.debug%</argument >
21
21
</service >
22
22
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 " >
24
24
<tag name =" kernel.content_renderer_strategy" />
25
25
<argument type =" service" id =" http_kernel" />
26
26
<call method =" setUrlGenerator" ><argument type =" service" id =" router" /></call >
27
27
</service >
28
28
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 " >
30
30
<tag name =" kernel.content_renderer_strategy" />
31
31
<argument type =" service" id =" esi" />
32
32
<argument type =" service" id =" http_content_renderer.strategy.default" />
33
5E7D
33
<call method =" setUrlGenerator" ><argument type =" service" id =" router" /></call >
34
34
</service >
35
35
36
+ <!-- FIXME: this service should be private but it cannot due to a bug in PhpDumper -->
36
37
<service id =" http_content_renderer.strategy.hinclude" class =" %http_content_renderer.strategy.hinclude.class%" >
37
38
<tag name =" kernel.content_renderer_strategy" />
38
39
<argument type =" service" id =" templating" />
You can’t perform that action at this time.
0 commit comments