Remove shared attribute in service definition

This commit is contained in:
Antoine Hérault 2011-02-04 15:45:45 +01:00
parent aa765dd1dd
commit c116747857

View file

@ -21,13 +21,13 @@
<services>
<service id="markdown_parser" class="%markdown.parser.class%" shared="true">
<service id="markdown_parser" class="%markdown.parser.class%">
<argument type="collection">%markdown.parser.features%</argument>
</service>
<service id="templating.helper.markdown" class="%templating.helper.markdown.class%">
<tag name="templating.helper" alias="markdown" />
<argument type="service" id="markdown_parser" />
<tag name="templating.helper" alias="markdown" />
</service>
</services>